Shortcuts

torchrl.trainers.algorithms.configs.envs_libs.JumanjiEnvConfig

class torchrl.trainers.algorithms.configs.envs_libs.JumanjiEnvConfig(_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.jumanji.JumanjiEnv')[source]

Configuration for JumanjiEnv 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