Search Unity

Does training increase time scale?

Discussion in 'ML-Agents' started by Imakhiil, Apr 3, 2020.

  1. Imakhiil

    Imakhiil

    Joined:
    Oct 11, 2013
    Posts:
    96
  2. LexVolkov

    LexVolkov

    Joined:
    Sep 14, 2014
    Posts:
    62
  3. LexVolkov

    LexVolkov

    Joined:
    Sep 14, 2014
    Posts:
    62
  4. Imakhiil

    Imakhiil

    Joined:
    Oct 11, 2013
    Posts:
    96
    Thanks
     
  5. ChrissCrass

    ChrissCrass

    Joined:
    Mar 19, 2020
    Posts:
    31
    Training does not necessarily use fixedDeltaTime to govern its updates, so training may not appear to be the same speed as when you inference on the same code. (results and performance should be the same, but you might wonder why training appears to be faster even when timeScale is set to 1. The reason is that training causes Unity to put out fixed updates as fast as possible, which boosts training speed for physics using agents).