foersterrobert / AlphaZero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flexible and intuitive build of AlphaZero.

Currently works out of the box for both ConnectFour and TicTacToe.

Use main.py for training your own models.

pip install -r requirements.txt
python main.py

Alternatively you can also use the pretrained models in the Models folder and test them in test.ipynb (set num_iterations to 1 to visualize the board).

tictactoe connectfour

About


Languages

Language:Python 88.4%Language:Jupyter Notebook 11.6%