lordjesus / UnityNEAT

Port of SharpNEAT to Unity 4.x and 5.x
125 stars 38 forks source link

Why does the time scale decrease? #6

Open tylerlindell opened 6 years ago

tylerlindell commented 6 years ago

Sometimes it seems like the time scale is decreasing at a rate faster than I'd like. it even happens when I am "running best". What is the value of the time scale decrementation? Just asking so I know if I am going to deoptimize the learning or running somehow by altering the values of that section.

Thanks!

bishoperic commented 5 years ago

If you look through the Optimizer class, you can see where it decreases the time scale, and by how much. The reason it decreases is because your fps drops below 10.