mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-09-15 22:10:25 +00:00
Add TODO
This commit is contained in:
parent
03e853997a
commit
ea20721632
1 changed files with 1 additions and 0 deletions
|
|
@ -596,6 +596,7 @@ class BaseRLModel(object):
|
|||
total_episodes += 1
|
||||
episode_rewards.append(episode_reward)
|
||||
total_timesteps.append(episode_timesteps)
|
||||
# TODO: reset SDE matrix at the end of the episode?
|
||||
if action_noise is not None:
|
||||
action_noise.reset()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue