Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 331 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 331 Bytes

Gomoku-AlphaZero

based on gomoku-alphazero

Build

python setup.py build_ext -i
rm mcts.c
rm board.c

Train

python train.py

Play

python play.py

References