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: 12 months 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-01T01:38:41.000Z (about 2 years ago)
- Last Synced: 2025-04-22T01:52:46.324Z (about 1 year 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

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