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