DeepLearningFlappyBird icon indicating copy to clipboard operation
DeepLearningFlappyBird copied to clipboard

Setting the Difficulty Level of the Game

Open sahisnu opened this issue 7 years ago • 2 comments

Hi,

Thanks for your nice code and documentation.

I saw the report from Kevin Chen where he experimented with three difficulty levels (easy, medium, hard) of the game. Can you please tell me which difficulty level the game is set in your code ? and How to change the difficulty level if I want to?

I guess, it's related to value of PIPEGAPSIZE in wrapped_flappy_bird.py.. currently it's set to 100. Is that hard mode? By Increasing or decreasing the PIPEGAPSIZE, can I change the difficulty level? If so, are there any specific value for those modes?

Thanks!

sahisnu avatar Aug 29 '18 20:08 sahisnu

I have the same question. Does anybody have an idea of this?

DZ9 avatar Nov 28 '18 13:11 DZ9

set PIPEGAPSIZE... I think the default is- PIPEGAPSIZE = 100 as hard mode, 150 as medium and 200 as easy. However, you can set any value based on your preference...setting PIPEGAPSIZE < 100 would make it more harder.

sahisnu avatar Nov 28 '18 19:11 sahisnu