ShuhuaGao / gpFlappyBird

Flappy Bird AI using Cartesian Genetic Programming (Evolutionary Computation)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Segmentation Fault

zodiac911 opened this issue · comments

at first, code runs normally, but at gen 32, the thread died because of a Segmentation Fault

image

I changed the value of mu and lambda to 5 and 20, I also changed the initial pos of the birds to make them in the range of SCREEN_HEIGHT // 16 * 7, SCREEN_HEIGHT // 16 * 9 to make them more centered

no further modification is made