Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/anyesh/ai-plays-mario
- Owner: Anyesh
- Created: 2021-11-10T10:05:18.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T01:38:41.000Z (8 months ago)
- Last Synced: 2024-04-01T02:42:07.169Z (8 months ago)
- Language: Python
- Homepage:
- Size: 13.3 MB
- Stars: 3
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```