Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 331 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 331 Bytes

AlphaZero Connect Four

Python implementation of the AlphaZero algorithm for playing Connect Four. More information can be found in the report.

Dependencies

pip install -r requirements.txt

Usage

Playing against the model:

python play.py

Screenshot