Python implementation of the AlphaZero algorithm for playing Connect Four. More information can be found in the report.
pip install -r requirements.txt
Playing against the model:
python play.py
Python implementation of the AlphaZero algorithm for playing Connect Four. More information can be found in the report.
pip install -r requirements.txt
Playing against the model:
python play.py