Celeste-AI: A Celeste Classic DQL Agent
This is an attempt to create an agent that learns to play Celeste Classic.
Contents
./resources: contain files these scripts require. Notably, we have an (old) version of PICO-8 that's known to work with this script, and a version of Celeste Classic with telementery and delays calledhackcel.p8.
Setup
This is designed to work on Linux. You will need xdotool to send keypresses to the game.
cdinto this directory- Make and enter a venv
pip install -e .