Do I need to end the academy for the curriculum to move on to the next level? I believe my curriculum is not moving onto the next level, even though I set progress threshold to 0.125 out of 8 million total steps, I am still on the first level (no progression) after 4 million steps. Why is my curriculum not leveling up?
If you’ve set your curriculum properly you should be able to run it without doing anything extra. Can you provide more information about how you set up the curriculum, your config file, and maybe the tensorboard results?
Sounds like I have the same problem as you. Have you found a solution?
Hi, I wasn’t able to find a solution to this. How are you managing your lessons with C++?
I am currently simply checking the Academy.Instance.TotalStepCount() in c# and changing the training level structure depending on this value. I also report the change of the level via Academy.Instance.StatsRecorder.Add(…,…);
Glad to hear that works for you! Thanks for the tip.