This package contains a custom implementation of AlphaZero that learns to play a single-player, turn-based version of Puyo Puyo.
Create and/or activate a virtual environment, then clone the package using
git clone https://github.com/rcapillon/simone2026.git
Then install the package using
cd simone_puyo/
pip install .
For now, look in the scripts folder for usage examples. Two different agents, MLP and ResNet, are available. Samples can be collected in parallel.