Open madhekar opened 1 year ago
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)
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)