I am training an AI to learn how to play flappy bird.
I trained it with a high time scale and it performs well only in that specific pace. When it's applied to the default time scale 1 of the game, it's pretty bad. So now I want to train it at the exact time scale that the game is in. Problem is, time scale 1 in game is visibly and considerably slower than time scale 1 of training. I am using Time.deltaTime throughout my code.
How can I know exactly what time scale to set the training to?