Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anyesh/ai-plays-mario

AI plays Mario using Deep Q-Learning RL Algorithm
https://github.com/anyesh/ai-plays-mario

Last synced: 3 days ago
JSON representation

AI plays Mario using Deep Q-Learning RL Algorithm

Awesome Lists containing this project

README

        

# ai-plays-mario
DQN agent that plays mario game.

## Output

![mario](https://github.com/Anyesh/ai-plays-mario/blob/master/mario.png)

## NES PY
if nes-py is not installed for some reason, you can install that using

```
sudo apt install nes-py
```