• Joined on 2026-05-25
xiaoou pushed to master at xiaoou/hjha-server 2026-07-20 15:41:02 +08:00
7566fe99a1 feat(PX): 自训练v1.5 P0准备 — NHN模式 + 总分法胜率解析 + 评估管线
xiaoou pushed to master at xiaoou/hjha-server 2026-07-20 14:02:01 +08:00
e777aef687 fix(PX): 训练数据文件名加进程启动时间戳前缀,防止rsync覆盖旧文件
xiaoou pushed to master at xiaoou/hjha-server 2026-07-18 11:22:18 +08:00
ebf2a0dc98 fix: N2H2V5独立分支用NeuralBotV5 - 新增NeuralBotV5类 + InitBots映射 + --n2h2v5参数
xiaoou pushed to master at xiaoou/hjha-server 2026-07-14 13:59:43 +08:00
aa4cbd0a3e fix: backup before selfplay, never rmtree — crash-safe
f66f56d0f8 feat: ISMCTS q-value as training label
dc17c0f464 feat: position rotation every 10 games in self-play
4e6ad234da feat: Neural-only training, experience replay, per-round eval
98ab4414a4 feat: improve V-training loop — weight decay, cosine LR, early stop
Compare 5 commits »
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 08:43:42 +08:00
4c1b1c971c feat: 20k局/轮无限训练 + scan_wins支持存档目录
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 08:40:16 +08:00
22acc3b2ca feat: CSV加player列+#RESULT汇总 — 训练中直接看胜率进化
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 08:38:19 +08:00
15b9ccb22b feat: --eval 评估模式 (ISMCTS/ISMCTS/NEURAL, 不生成CSV)
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 08:14:10 +08:00
27d7e28236 fix: 训练编排器 — V训练从头开始 + ONNX外部数据文件复制
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:51:55 +08:00
493da4216d feat: --mix-ismcts 纯ISMCTS训练模式 + --bots 自定义bot组合 (Mac无ONNX时自动切换)
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:48:56 +08:00
24d6d02a22 fix: macOS Console.SetOut Dispose顺序 — 先恢复再Close避免ObjectDisposedException
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:41:23 +08:00
9d4e4a0479 fix: global.json add rollForward latestMajor for Mac SDK 10.0.301
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:29:27 +08:00
58e12e2def feat: 远程Mac worker支持 — SSH分发训练任务
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:25:54 +08:00
2b108c4d41 feat: 训练效率优化 — B:全bot记录 + A:并行调度
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:18:51 +08:00
b619b84f2a config: --mix改为2×ISMCTS+1×NeuralBot (训练评估模式)
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 03:03:39 +08:00
e5e1f4818e fix: V-learning 出牌率 0%→81% — MakePlay Type=None导致所有候选被当pass
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 02:52:51 +08:00
f43e47b0a6 feat: V-learning架构 — 改Q→V
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 02:20:47 +08:00
89743cd511 feat: NeuralBot — ONNX模型驱动的Bot + 混合Bot训练架构
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 01:45:48 +08:00
68e8c038f4 feat: ISMCTS 4项优化 — 模拟终止+候选剪枝+SanDai2带对子
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 01:29:01 +08:00
c23b53adf9 feat: 智能SimulateToEnd — PickBestTip按跟牌/领牌区分策略
xiaoou pushed to master at xiaoou/hjha-server 2026-07-13 01:14:58 +08:00
30a7f875f8 fix: 预测加权按牌型区分压制条件 — 修复SanDai2误杀