/nrooks

N-Rooks game as an environment to train AI

Primary LanguagePythonApache License 2.0Apache-2.0

nrooks

N-Rooks game as an environment to train AI

To play the game:

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