Skip to content

chrisschwer/AlphaZeroFromScratch

 
 

Repository files navigation

AlphaZeroFromScratch

Out of the box implementation based on the code of the tutorial: AlphaZero

tictactoe connectfour

Some Helpful Resources

Python project

The notebook 8.ConnectFour.ipynb has been converted into standalone Python modules. The main classes live inside the alphazero package and example scripts are available in the scripts folder.

Run training:

python3 scripts/train_connect_four.py

Play against the AI (random weights by default):

python3 scripts/play_connect_four.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 96.3%
  • Python 3.7%