Skip to content

Commit 3bc83f9

Browse files
author
Vincent Moens
committed
Update
[ghstack-poisoned]
1 parent 0df5d7b commit 3bc83f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchrl/data/replay_buffers/storages.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ class LazyStackStorage(ListStorage):
382382
Keyword Args:
383383
compilable (bool, optional): if ``True``, the storage will be made compatible with :func:`~torch.compile` at
384384
the cost of being executable in multiprocessed settings.
385-
stack_dim (int, optional): the stack dimension in terms of TensorDict batch sizes. Defaults to `-1`.
385+
stack_dim (int, optional): the stack dimension in terms of TensorDict batch sizes. Defaults to `0`.
386386
387387
Examples:
388388
>>> import torch

0 commit comments

Comments
 (0)