xviniette / FlappyLearning

Program learning to play Flappy Bird by machine learning (Neuroevolution)
http://xviniette.github.io/FlappyLearning/
MIT License
3.99k stars 498 forks source link

Should add one more speed setting. #7

Closed tarun7singh closed 7 years ago

tarun7singh commented 7 years ago

Project should have speed setting of "X10". Because once i was showing it took a lot of time to reach a good perfection level.

kurtextrem commented 7 years ago

for me, 31 generations were enough

tarun7singh commented 7 years ago

Once it took 43 generations and once only 4 generations and got perfect.

gediz commented 7 years ago

Just add a <button onclick="speed(600)">x10</button> to the index.html after 12th line.

tarun7singh commented 7 years ago

Added the code.