stable-baselines icon indicating copy to clipboard operation
stable-baselines copied to clipboard

VecNormalize 'training' attribute

Open madhekar opened this issue 1 year ago • 0 comments

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)

madhekar avatar Aug 02 '23 15:08 madhekar