An example also as tutorials for playing Flappy Bird by Deep Q-Network.
Check installation.md for instructions.
This work is highly based on the following repos:
- yenchenlin/DeepLearningFlappyBird: Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
- sourabhv/FlapPyBird: A Flappy Bird Clone using python-pygame https://sourabhv.github.io/FlapPyBird
- yanpanlau/Keras-FlappyBird: Using Keras and Deep Q-Network to Play FlappyBird
- nikitasrivatsan/DeepLearningVideoGames: Using Deep Q Networks to Learn Video Game Strategies
- anthonyli358/FlapPyBird-Reinforcement-Learning: Exploration implementing reinforcement learning using Q-learning in Flappy Bird.
- enhuiz/flappybird-ql: Flappy Bird Q-Learning
- Improved: w3ntao/q-bird: Flappy Bird with Q-learning https://w3ntao.github.io/q-bird/
- mldsta/mlds-2018-hw4: HW4 of mlds 2018 Spring
- 10-OASIS-01/minrl: MinRL provides clean, minimal implementations of fundamental reinforcement learning algorithms in a customizable GridWorld environment. The project focuses on educational clarity and implementation simplicity while maintaining production-quality code standards.
- Talendar/flappy-bird-gym: An OpenAI Gym environment for the Flappy Bird game
- FareedKhan-dev/all-rl-algorithms: Implementation of all RL algorithms in a simpler way
- Reinforcement learning: An introduction: Richard S. Sutton and Andrew G. Barto, MIT Press, Cambridge, MA, 2018.
- ShangtongZhang/reinforcement-learning-an-introduction: Python Implementation of Reinforcement Learning: An Introduction
- flax example: Proximal Policy Optimization
- [RL] Q learning 與 Deep Q Network(DQN)
- https://flaneur2020.github.io/posts/2025-02-25-policy-gradient/
- [1] Mnih Volodymyr, Koray Kavukcuoglu, David Silver, Andrei A. Rusu, Joel Veness, Marc G. Bellemare, Alex Graves, Martin Riedmiller, Andreas K. Fidjeland, Georg Ostrovski, Stig Petersen, Charles Beattie, Amir Sadik, Ioannis Antonoglou, Helen King, Dharshan Kumaran, Daan Wierstra, Shane Legg, and Demis Hassabis. Human-level Control through Deep Reinforcement Learning. Nature, 529-33, 2015.
- [2] Kevin Chen. Deep Reinforcement Learning for Flappy Bird
- [3] Q Learning: Watkins, C.J.C.H. and Dayan, P. (1992). Q-learning. Machine Learning, 8(3-4), 279-292.
- [4] Andrej Karpathy blog: Deep Reinforcement Learning: Pong from Pixels