This repo implement an Gomoku AI by selfplay, the main code is modified from seed-rl.
I have trained an model that got 90% winrate vs rule AI (from an open source repo).
Training info: RTX2070 / I7-9700 / 2~3day / 2G-frame-sample
https://github.com/NVIDIA/nvidia-docker
cd docker
bash build.sh
bash train_local.sh
Accessing Tensorboard Monitor during the training: localhost:6006.
bash play_local.sh #CHECKPOINT PATH(eg: 1588068127/ckpt-124)#