Shortcuts

torchrl.trainers.algorithms.configs.envs_libs.HabitatEnvConfig

class torchrl.trainers.algorithms.configs.envs_libs.HabitatEnvConfig(_partial_: bool = False, env_name: str = '???', from_pixels: bool = False, pixels_only: bool = True, frame_skip: int | None = None, device: str = 'cpu', batch_size: list[int] | None = None, allow_done_after_reset: bool = False, _target_: str = 'torchrl.envs.libs.habitat.HabitatEnv')[source]

Configuration for HabitatEnv environment.

Docs

Access comprehensive developer documentation for PyTorch

View Docs

Tutorials

Get in-depth tutorials for beginners and advanced developers

View Tutorials

Resources

Find development resources and get your questions answered

View Resources