gsurma/atari
AI research environment for the Atari 2600 games 🤖.
This project provides an environment for experimenting with and comparing different Artificial Intelligence techniques, specifically Reinforcement Learning algorithms, using classic Atari 2600 games. It takes game environments as input and outputs trained AI models that can play these games, along with performance metrics. AI researchers and students exploring different reinforcement learning strategies would use this.
263 stars. No commits in the last 6 months.
Use this if you are an AI researcher or student looking to implement and evaluate various reinforcement learning algorithms on a standardized set of Atari game environments.
Not ideal if you are looking for a ready-to-use AI agent to simply play Atari games, or if you are not interested in the underlying AI algorithm development.
Stars
263
Forks
74
Language
Python
License
MIT
Category
Last pushed
Aug 30, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/gsurma/atari"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
Talendar/flappy-bird-gym
An OpenAI Gym environment for the Flappy Bird game
Farama-Foundation/ViZDoom
Reinforcement Learning environments based on the 1993 game Doom :godmode:
chris-chris/pysc2-examples
StarCraft II - pysc2 Deep Reinforcement Learning Examples
aleju/mario-ai
Playing Mario with Deep Reinforcement Learning
Kaixhin/Atari
Persistent advantage learning dueling double DQN for the Arcade Learning Environment