stable-baselines
stable-baselines copied to clipboard
VecNormalize 'training' 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)