You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently environment statuses like teacher's internal status are not saved in model checkpoints during training. In settings like curriculum training, if we stopped training in the middle, and resume, everything starts from simpliest level again.
If we can save and load env status into model checkpoints, we can resume training at the appropriate level of the curriculum.
Good to have as we introduce teacher tasks in different levels.
The text was updated successfully, but these errors were encountered:
Currently environment statuses like teacher's internal status are not saved in model checkpoints during training. In settings like curriculum training, if we stopped training in the middle, and resume, everything starts from simpliest level again.
If we can save and load env status into model checkpoints, we can resume training at the appropriate level of the curriculum.
Good to have as we introduce teacher tasks in different levels.
The text was updated successfully, but these errors were encountered: