red42 / HTML5_Genetic_Cars

A genetic algorithm car evolver in HTML5 canvas.
zlib License
1.19k stars 294 forks source link

Car falls through world; goes forever #34

Open Lucretiel opened 6 years ago

Lucretiel commented 6 years ago
screen shot 2018-06-05 at 10 56 27 am

I had a bug in which the car fell through the world. This allowed it to make infinite forward progress as it continued to fall forever. There should probably be a sanity check for this phenomenon– for instance, if a car falls 100m below the track at that X coordinate, kill it and remove it from the selection pool.