slrbl/reinforcement-learning-game
A random environment reinforcement learning-powered Mario game
This project lets you watch a computer program learn to play a Mario-like game on its own. It takes a game environment where the layout changes randomly and shows you how an AI agent, starting with no knowledge, improves its gameplay over time. Anyone curious about how artificial intelligence learns through trial and error, like a student or an AI enthusiast, would find this engaging.
No commits in the last 6 months.
Use this if you want to visually understand how reinforcement learning algorithms can master tasks in unpredictable environments.
Not ideal if you're looking for a Mario game to play yourself or a deep technical dive into Q-learning algorithms.
Stars
9
Forks
2
Language
JavaScript
License
Apache-2.0
Category
Last pushed
Oct 08, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/slrbl/reinforcement-learning-game"
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
gsurma/atari
AI research environment for the Atari 2600 games 🤖.