declanoller/neat
Playing OpenAI games with Neuroevolution
This project helps researchers and enthusiasts evolve neural networks to play classic OpenAI gym games. You input the game environment and it outputs a trained network capable of playing the game. This is for anyone interested in applying neuroevolution to create AI agents that can learn to perform tasks in simulated environments.
No commits in the last 6 months.
Use this if you want to experiment with evolving AI agents to play games or solve simulation-based problems without manually designing complex neural network architectures.
Not ideal if you need a pre-trained, high-performance agent for a specific OpenAI game, or if you are looking for deep learning methods that rely on backpropagation.
Stars
11
Forks
1
Language
Python
License
—
Category
Last pushed
Nov 16, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/declanoller/neat"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
ssusnic/Machine-Learning-Flappy-Bird
Machine Learning for Flappy Bird using Neural Network and Genetic Algorithm
xviniette/FlappyLearning
Program learning to play Flappy Bird by machine learning (Neuroevolution)
SarvagyaVaish/FlappyBirdRL
Flappy Bird hack using Reinforcement Learning
virgs/flappy-bird-ai
Multiple ai powered flappy birds running for their survival
ikergarcia1996/NeuroEvolution-Flappy-Bird
A comparison between humans, neuroevolution and multilayer perceptrons playing Flapy Bird...