Skip to content

mossbanay/connectfour-mcts

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages