forked from Zeta36/chess-alpha-zero
-
Notifications
You must be signed in to change notification settings - Fork 14
Home
Michael Pang edited this page Dec 19, 2017
·
22 revisions
Welcome to the chess-alpha-zero wiki!
- Input: Positions are 12x8x8 binary feature planes, for last 8 positions. 5 auxiliary 8x8 constant planes for 4 castling flags and 50-move rule for total of 101x8x8. Side to move is always on the bottom of the board.
- Adjudicating games by material to speed up training.
- Training on the material value and messing around with loss weights
- Multithreaded MCTS: Still CPU/lock bound in Python
- Implement MCTS in C++
- Get a model that beats the materialistic MCTS agent