Shortcuts

torchrl.trainers.algorithms.configs.data.LazyStackStorageConfig

class torchrl.trainers.algorithms.configs.data.LazyStackStorageConfig(_partial_: bool = False, _target_: str = 'torchrl.data.replay_buffers.LazyStackStorage', max_size: int | None = None, compilable: bool = False, stack_dim: int = 0)[source]

Configuration for lazy stack storage.

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