feat: CSV加player列+#RESULT汇总 — 训练中直接看胜率进化
This commit is contained in:
@ -499,7 +499,7 @@ namespace PdkFriendServer.Logic
|
||||
float s = GamePack.Info.Score[i];
|
||||
rewards[i] = s > 0 ? 1f : s < 0 ? -1f : 0f;
|
||||
}
|
||||
TrainingCollector.FlushGame(_flushGameCounter++, rewards);
|
||||
TrainingCollector.FlushGame(_flushGameCounter++, rewards, GamePack.Info.OverPos, BotTypes);
|
||||
}
|
||||
|
||||
if (DeskGameDo != null)
|
||||
|
||||
Reference in New Issue
Block a user