This repositories holds the environment and the agent implementations of a simple escape room as well as several learning strategies.
This project is hosted at https://github.com/Mentel1/Escape-Room-RL.
Run pip install -r requirements.txt to install required packages.
Launch play.py to play the game by yourself.
Launch run.py to train the agents and make them play the game. You can change multiple parameters in constants.py.
Please look at our animated presentation and our report for further details.