feat: CSV加player列+#RESULT汇总 — 训练中直接看胜率进化

This commit is contained in:
2026-07-13 08:40:14 +08:00
parent 15b9ccb22b
commit 22acc3b2ca
3 changed files with 73 additions and 4 deletions

View File

@ -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)