garage.sampler.parallel_vec_env_executor module¶
Environment wrapper that runs multiple environments in parallel.
-
class
ParallelVecEnvExecutor(env, n, max_path_length, scope=None)[source]¶ Bases:
objectEnvironment wrapper that runs multiple environments in parallel.
-
action_space¶ Read / write the action space.
-
num_envs¶ Read / write the number of environments.
-
observation_space¶ Read / write the observation space.
-