dmarkham/flappy-nn
NEAT learning to play Flappy Gopher
This project explores how a neural network can learn to play a simple arcade-style game like Flappy Gopher. It takes information about the game environment as input and produces actions to control the gopher, aiming to keep it flying as long as possible. Anyone interested in observing how artificial intelligence can master basic game challenges without explicit programming would find this engaging.
No commits in the last 6 months.
Use this if you are curious about a demonstration of how AI, specifically a NEAT neural network, can learn to play and improve at a simple game through trial and error.
Not ideal if you're looking for a tool to develop or train complex AI systems for real-world applications or advanced game AI.
Stars
8
Forks
1
Language
Go
License
MIT
Category
Last pushed
Oct 19, 2023
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/dmarkham/flappy-nn"
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...