Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 606 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 606 Bytes

AlphaZero_Gomoku-tensorflow

Forked from junxiaosong/AlphaZero_Gomoku with some changes:

  • rewrited the network code with tensorflow
  • trained with 11 * 11 board
  • added a GUI

Usage

To play with the AI

$ python human_play.py

To train the model:

$ python train.py

Example of Game

Example

there's another interesting implementation of reinforcement learning DQN-tensorflow-gluttonous_snake