Bubble Shooter game: https://www.kongregate.com/games/Paulussss/bubbles-shooter
Demo gameplay:
A blog post writeup on how and why the bot was built: Q-learning bot for Bubble Shooter
Requires:
geckodriver
in your$PATH
OpenCV
installed on the system
virtualenv -p python3 --system-site-packages venv
source venv/bin/activate
pip install -r requirements.txt
cd webpage && sudo python -m SimpleHTTPServer 80 & # to run a local version of Bubble Shooter
python train.py
python demo.py