This commit is contained in:
Antonin Raffin 2020-01-15 15:58:45 +01:00
parent 03e853997a
commit ea20721632

View file

@ -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()