w3ntao/q-bird
Flappy Bird with Q-learning
This project demonstrates how a computer can learn to play the game Flappy Bird on its own. It takes information about the game's current state and decides whether to 'flap' or 'do nothing,' similar to how humans play. This is for anyone curious about how artificial intelligence can learn through trial and error to master simple tasks.
No commits in the last 6 months.
Use this if you want to see a practical, interactive example of basic reinforcement learning in action.
Not ideal if you're looking for an advanced AI system for complex real-world problems or a tool for game development.
Stars
20
Forks
2
Language
JavaScript
License
—
Category
Last pushed
Sep 04, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/w3ntao/q-bird"
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...