Search Unity

Model has a different behaviour on relaunching Unity.

Discussion in 'ML-Agents' started by Zenhall, Mar 11, 2020.

  1. Zenhall

    Zenhall

    Joined:
    Jan 14, 2020
    Posts:
    1
    These are the steps that I followed :

    1. Started training without any NNModel and ran it for (11 hours approx and 70k steps)
    2. Stopped training and generated ".nn" file.
    3. Relaunched Unity.
    4. Started training again with the previously generated file.
    5. The behaviour was different in both cases.

    Is it because I didn't let the agent complete the max_steps configured in the config? or is there some other reason for this.
     
  2. simonini_thomas

    simonini_thomas

    Joined:
    Apr 30, 2015
    Posts:
    33
    Hi,

    What was the scene you used?

    What saved frequency did you specified ? (If not specified it's every 50,000 steps)
     
  3. andrewcoh_unity

    andrewcoh_unity

    Unity Technologies

    Joined:
    Sep 5, 2019
    Posts:
    162
    By "4. Started training again with the previously generated file." Do you mean you launched training again with the --load flag?