Shortcuts

torchrl.trainers.algorithms.configs.data.LazyTensorStorageConfig

class torchrl.trainers.algorithms.configs.data.LazyTensorStorageConfig(_partial_: bool = False, _target_: str = 'torchrl.data.replay_buffers.LazyTensorStorage', max_size: int | None = None, device: Any = None, ndim: int = 1, compilable: bool = False)[source]

Configuration for lazy tensor 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