We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df5d7b commit 3bc83f9Copy full SHA for 3bc83f9
torchrl/data/replay_buffers/storages.py
@@ -382,7 +382,7 @@ class LazyStackStorage(ListStorage):
382
Keyword Args:
383
compilable (bool, optional): if ``True``, the storage will be made compatible with :func:`~torch.compile` at
384
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`.
+ stack_dim (int, optional): the stack dimension in terms of TensorDict batch sizes. Defaults to `0`.
386
387
Examples:
388
>>> import torch
0 commit comments