yenchenlin / DeepLearningFlappyBird

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

For reproduction, how many steps does the bird need to be a little bit intelligent? #54

Closed Honlan closed 6 years ago

Honlan commented 6 years ago

Hello~ I want to reproduce the project and have modified the configurations as you suggest. But it seems that the bird jumps to the top every time and hit the pipe. Maybe after some steps, the bird can learn to be a little bit intelligent? If so, how many steps? Thanks.