Skip to content

This is a Deep-Q Learning [Stable Baseline] based AI Mario Game where the Model Incrementally Learns and Improves to Play the Game.

Notifications You must be signed in to change notification settings

DataRohit/AI-Mario-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Mario-Game

1. Setup the Python Virtual Env

$ python -m venv venv
$ venv\Scripts\activate

2. Install Requirements

$ pip install setuptools==65.5.0 pip==21 wheel==0.38.0
$ pip install -r requirements.txt

3. Run the Python Notebooks

  • Run the code cells one by one to get the output
  • NOTE: The model training can take hours

Credits Nicholas Renotte

About

This is a Deep-Q Learning [Stable Baseline] based AI Mario Game where the Model Incrementally Learns and Improves to Play the Game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published