Tanish0019/Genetic-Algorithm-Flappy-Bird-Using-TensorFlowJS
Flappy Bird genetic algorithm made using TensorflowJS
This project helps you explore how a computer can learn to play the popular game Flappy Bird entirely on its own. It takes a virtual 'population' of birds, each with a simple digital 'brain,' and lets them try to navigate the game. The result shows how a system can improve its performance over time, just by repeatedly trying and learning from its successes.
No commits in the last 6 months.
Use this if you're curious about how machine learning, specifically genetic algorithms, can be applied to teach a computer to perform a task without explicit programming.
Not ideal if you're looking for a practical tool to solve a specific business or scientific problem, as this is primarily an educational demonstration.
Stars
8
Forks
6
Language
JavaScript
License
—
Category
Last pushed
Jun 09, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/Tanish0019/Genetic-Algorithm-Flappy-Bird-Using-TensorFlowJS"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Compare
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...