This is a practice project of reinforcement learning. A Deep Q-Network (DQN) model was trained with PARL framework to play the game Flappy Bird. Modification of the parameter settings or longer training time may be necessary to obtain a better score.
python train.py
python test.py
- paddlepaddle: https://github.com/PaddlePaddle/Paddle
- PARL: https://github.com/PaddlePaddle/PARL
- PyGame-Learning-Environment: https://github.com/ntasfi/PyGame-Learning-Environment