Setting Difficulty level of the Game
sahisnu opened this issue · 0 comments
sahisnu commented
Hi,
Thanks for your nice code and documentation.
I saw the report from Kevin Chen [http://cs229.stanford.edu/proj2015/362_report.pdf] 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!