szmyty / OpenAI-Retro-SuperMarioWorld-SNESLinks
This project contains my implementation of the NEAT-Python algorithm to use a recurrent neural network that enables an AI-controlled Mario to train itself to complete levels in "Super Mario World" on SNES. I used the gym-retro-integration program to create my own variables from the game's RAM values and then used those variables to reward/penali…
☆28Updated 5 years ago
Alternatives and similar repositories for OpenAI-Retro-SuperMarioWorld-SNES
Users that are interested in OpenAI-Retro-SuperMarioWorld-SNES are comparing it to the libraries listed below
Sorting:
- A deep reinforcement learning bot that plays tetris☆321Updated last year
- This program evolves an AI using the NEAT algorithm to play Super Mario Bros.☆106Updated 3 years ago
- ☆92Updated 5 years ago
- A neural network that is trained with a genetic algorithm to predict the next best move in Tetris☆117Updated 5 years ago
- An OpenAI Gym interface to Super Mario Bros. & Super Mario Bros. 2 (Lost Levels) on The NES☆823Updated 2 years ago
- ☆714Updated last year
- ☆380Updated 4 years ago
- A Python3 NES emulator and OpenAI Gym interface☆273Updated 2 years ago
- Deep Q-learning for playing tetris game☆525Updated 2 years ago
- Racing game AI☆115Updated last year
- ☆43Updated 5 years ago
- Fall Guys☆255Updated 5 years ago
- Solving OpenAI Gym problems.☆187Updated 4 years ago
- AI Agent that learns how to play Snake with Deep Q-Learning☆537Updated 3 years ago
- Retro games for Reinforcement Learning Research☆329Updated this week
- An implementation of (Double/Dueling) Deep-Q Learning to play Super Mario Bros.☆73Updated 4 years ago
- 🧠 NEAT algorithm applied to Chrome Dinosaur game in Python.☆43Updated last year
- A basic 2D maze environment where an agent start from the top left corner and try to find its way to the bottom left corner.☆375Updated 2 years ago
- ☆73Updated 4 years ago
- Gym - 32 levels of original Super Mario Bros☆291Updated 7 years ago
- Open source collection of Reinforcement Learning Environments.☆75Updated 2 years ago
- Retro Games in Gym☆54Updated 2 years ago
- An environment of the board game Go using OpenAI's Gym API☆177Updated 3 years ago
- snake game AI in python☆44Updated 7 years ago
- ☆249Updated 3 years ago
- A simple chess environment for openai/gym☆164Updated last year
- An OpenAI Gym interface to Tetris on the NES.☆55Updated 2 years ago
- Proximal Policy Optimization (PPO) algorithm for Contra