I was trying to train my agent but when I start training I notice that the gravity is very fast and everything happens faster than usual and I even notice that my program is running faster aswell. I have calculated that everything is happening around 15x faster than usual (compared to not training). Is there a reason to why this is happening?
#MLAgents training running very fast
1 messages · Page 1 of 1 (latest)
Time scale is generally increased to train faster. There's a setting for this somewhere.
default training speed is timescale 20 (20x faster), you can set your own in the command line when you start your training but you want it faster once you know it's working otherwise you'll be waiting much longer
ok thank you both for the replies I have successfully solved my problem