DeepLearningFlappyBird icon indicating copy to clipboard operation
DeepLearningFlappyBird copied to clipboard

Game acceleration

Open chaosink opened this issue 8 years ago • 1 comments

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

chaosink avatar Sep 07 '17 04:09 chaosink

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.

initial-h avatar Jul 04 '18 05:07 initial-h