Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 257 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 257 Bytes

Connect 4 MCTS

Quick start guide

Setting up the environment

To setup the environment, open a shell and run

python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Training

python src/main.py