Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/datarohit/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.
https://github.com/datarohit/ai-mario-game

deep-learning mario-game ppo-pytorch python tensorboard

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# **AI-Mario-Game**

### **1. Setup the Python Virtual Env**
```bash
$ python -m venv venv
$ venv\Scripts\activate
```

### **2. Install Requirements**
```bash
$ 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](https://www.youtube.com/@NicholasRenotte)**