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
Describe the bug step used to log self.summary when training SAC resets to 0 when self.learn(reset_num_timesteps=False) is run. This results in some tensorboard logs to become disconnected and have logging begin at step=0 again.
Additional context
This can be resolved by logging to tensorboard with self.num_timesteps instead of step passed into self._train_step.
The text was updated successfully, but these errors were encountered:
krishpop
added a commit
to krishpop/stable-baselines
that referenced
this issue
Sep 19, 2020
Describe the bug
step
used to log self.summary when training SAC resets to 0 whenself.learn(reset_num_timesteps=False)
is run. This results in some tensorboard logs to become disconnected and have logging begin at step=0 again.Additional context
This can be resolved by logging to tensorboard with self.num_timesteps instead of step passed into self._train_step.
The text was updated successfully, but these errors were encountered: