TruongNV-hut/AIcandy_DQN_FlappyBird_xcrtkuqo
Deep Q network to play flappy bird game
This project trains a computer program to play the mobile game Flappy Bird. It takes gameplay data (the bird's position, upcoming pipes) as input and learns the best times to flap its wings. This is useful for anyone interested in seeing how artificial intelligence can learn to master challenging games through trial and error.
No commits in the last 6 months.
Use this if you want to explore how a Deep Q-Network can autonomously learn to play a game like Flappy Bird without explicit programming for each move.
Not ideal if you are looking for a tool to solve real-world business problems or to improve your own human gaming skills.
Stars
48
Forks
6
Language
Python
License
—
Category
Last pushed
Oct 23, 2024
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/TruongNV-hut/AIcandy_DQN_FlappyBird_xcrtkuqo"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
yenchenlin/DeepLearningFlappyBird
Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
ChenglongChen/pytorch-DRL
PyTorch implementations of various Deep Reinforcement Learning (DRL) algorithms for both single...
nikp06/subwAI
Scripts for training an AI to play the endless runner Subway Surfers using a supervised machine...
vladfi1/phillip
The SSBM "Phillip" AI.
kingyuluk/RL-FlappyBird
Using reinforcement learning to train FlappyBird.