Skip to content

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

Notifications You must be signed in to change notification settings

westinn/game-ai-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors