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
When min(num_cpus, num_vec_envs) > 1, the call to MakeCPUAsyncConstructor(num_cpus) (in vector_constructors.py:64) returns a constructor function that requires obs_space and act_space as arguments, but vec_env_args(vec_env, num_vec_envs)does not provide these required arguments.