pytorch-a2c-ppo-acktr-gail icon indicating copy to clipboard operation
pytorch-a2c-ppo-acktr-gail copied to clipboard

Incorrect number of environments created when not using VecNormalize

Open hai-h-nguyen opened this issue 4 years ago • 0 comments

When I do not use VecNormalize by commenting envs = VecNormalize(envs, gamma=gamma) inside envs.py, the number of environments created is incorrect, i.e. _thunk is called 7 times with n-processes=10, but only one environment is created since the env.seed function is called only once.

hai-h-nguyen avatar Jun 18 '20 04:06 hai-h-nguyen