Gomoku AI based on AlphaGo Zero algorithm
- Cmake 3.17.3
- Visual Studio 2017
- libtorch-win-shared-with-deps-debug-1.5.0
- CUDA 10.1
# add libtorch to environment variable
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Debug -G "Visual Studio 15 Win64" ..
# open build/gomoku.sln with Visual Studio 2017
- Mastering the Game of Go without Human Knowledge
- Mastering Chess and Shogi by Self-Play with a General Reinforcement Learning Algorithm
- https://github.com/junxiaosong/AlphaZero_Gomoku
- https://github.com/hijkzzz/alpha-zero-gomoku
- https://github.com/chengstone/cchess-zero
- https://blog.csdn.net/zdarks/article/details/46994607
- https://github.com/progschj/ThreadPool