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
I noticed the ETA is wrong when the training is resumed from a previous run.
I guess you should replace locs['it'] (two occurrences) with locs['it'] - self.current_learning_iteration in the computation of the ETA (in runners/on_policy_runner.py, lines 209/210)
The text was updated successfully, but these errors were encountered:
Hello,
I noticed the ETA is wrong when the training is resumed from a previous run.
I guess you should replace
locs['it']
(two occurrences) withlocs['it'] - self.current_learning_iteration
in the computation of the ETA (in runners/on_policy_runner.py, lines 209/210)The text was updated successfully, but these errors were encountered: