yenchenlin / DeepLearningFlappyBird

Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).
MIT License
6.62k stars 2.04k forks source link

Game acceleration #41

Open chaosink opened 6 years ago

chaosink commented 6 years ago

Could it be possible to accelerate the game to save the training time?

initial-h commented 6 years ago

you can cancel the FPS restriction and comment the pygame.display.update() function when train,and then it can run faster depending on your computer.