Sample implementation of Renju AI for gym-renju. The AI is implemented with DQN algorithm on Chainer.
This is just an sample implementation of AI, so you can create more smart AI with modifying some parameters or implementaions.
Please also refer to gym-renju.
- gym-renju(=0.1.8)
- Chainer(>=1.15, https://chainer.org/)
python src/run.py
python src/run.py --train
This implementation are basically based on chainer_pong by icoxfog417. Thanks!