sushantPatrikar/flappybirdAI
Flappy Bird game, but AI plays it :robot:
This project allows you to observe an AI playing the classic Flappy Bird game. You input the game environment's state, and the AI outputs decisions (like 'flap' or 'do nothing') that control the bird. It's designed for anyone interested in seeing how artificial intelligence can learn to play simple games without explicit programming for every move.
No commits in the last 6 months.
Use this if you want to understand how an AI can be trained to master a game like Flappy Bird, offering a visual demonstration of basic reinforcement learning concepts.
Not ideal if you're looking for a new game to play yourself, or a complex AI system for real-world decision-making.
Stars
15
Forks
—
Language
Python
License
MIT
Category
Last pushed
Aug 04, 2019
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/sushantPatrikar/flappybirdAI"
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...