forked from Zeta36/chess-alpha-zero
-
Notifications
You must be signed in to change notification settings - Fork 14
Known Bugs
Michael Pang edited this page Dec 19, 2017
·
2 revisions
I'll write the bugs I found here in case I have to rebase:
- Evaluate: when automatically drawing a long game, it counts as a win for one player! Really bad
- ChessPlayer: doesn't reset MCTS nodes in between moves. It's like keeping the hash table of moves, except it messes up MCTS node statistics with transpositions.
- Optimize: I just realized I was training everything on the starting position... ALWAYS VALIDATE INPUT DATA
- (minor) SL needlessly loads model