-
Notifications
You must be signed in to change notification settings - Fork 592
Closed
Labels
release blockerBugs which block releasesBugs which block releases
Description
lczero-client converts the gameready
moves to pgn:
https://github.com/LeelaChessZero/lczero-client/blob/33e15f9ec6ce147de76802a0d173804845de219c/lc0_main.go#L403
A quick test:
convertMovesToPGN(strings.Split("d2d4 g8f6 g1f3 b7b6 g2g3 c8b7 f1g2 c7c5 e1h1", " "), "")
errors with:
movstr: chess: invalid move e1h1
Perhaps either https://github.com/Tilps/chess needs to get updated or selfplay should output e1c1/e1g1:
Line 120 in 58428e8
for (const auto& move : info.moves) res += " " + move.as_string(); |
Metadata
Metadata
Assignees
Labels
release blockerBugs which block releasesBugs which block releases