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)[原始碼]¶ 用於懶惰張量儲存的配置。