yenchenlin / DeepLearningFlappyBird

Flappy Bird hack using Deep Reinforcement Learning (Deep Q-learning).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Game acceleration

chaosink opened this issue · comments

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

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.