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 have general question about VecNormalize 'training' attribute. I pre assume, I need to create my custom env instance for predict using VecNormalize? Should training=False? What is purpose of this attribute?
I have general question about VecNormalize 'training' attribute. I pre assume, I need to create my custom env instance for predict using VecNormalize? Should training=False? What is purpose of this attribute?
VecNormalize(env_learn, training=True, norm_obs=True, norm_reward=True)
The text was updated successfully, but these errors were encountered: