torchrl.trainers.algorithms.configs.envs_libs.VmasEnvConfig¶
- class torchrl.trainers.algorithms.configs.envs_libs.VmasEnvConfig(_partial_: bool = False, scenario: ~typing.Any = '???', num_envs: int = 1, continuous_actions: bool = True, max_steps: int | None = None, categorical_actions: bool = True, seed: int | None = None, device: str = 'cpu', group_map: ~typing.Any = None, scenario_kwargs: dict[str, ~typing.Any] = <factory>, _target_: str = 'torchrl.envs.libs.vmas.VmasEnv')[source]¶
Configuration for VmasEnv environment.