/game-ai-project

Deep Q Learning with modifications to learn and complete SNES games. Currently targeting Classic Kong on SNES.

Primary LanguagePython

Game AI Project

Deep Q Learning with modifications to learn and complete SNES games. Currently targeting Classic Kong on SNES.

Created basic building blocks before we set up environment fully. Now utilizing RLE.

Running and Requirements

To install requirements, run sh setup-reqs.sh.

This will run a simple pip install -e . over the gym-rle directory to install the library properly, as well as install some extra packages.

Currently to test environment interaction, you can run the tester.py in the root of the repo. runner.py is the final product that is the DQN implemention.

To shut down the program, ctrl + c in the running terminal will end the runner.

Example