/AI-Mario-Game

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

Primary LanguageJupyter Notebook

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