$ python -m venv venv
$ venv\Scripts\activate
$ pip install setuptools==65.5.0 pip==21 wheel==0.38.0
$ pip install -r requirements.txt
- Run the code cells one by one to get the output
- NOTE: The model training can take hours
Credits Nicholas Renotte
This is a Deep-Q Learning [Stable Baseline] based AI Mario Game where the Model Incrementally Learns and Improves to Play the Game.
Jupyter NotebookGPL-3.0
$ python -m venv venv
$ venv\Scripts\activate
$ pip install setuptools==65.5.0 pip==21 wheel==0.38.0
$ pip install -r requirements.txt
Credits Nicholas Renotte