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 0acd477 commit dce0fa9Copy full SHA for dce0fa9
docs/source/reference/data.rst
@@ -196,7 +196,7 @@ were found from rough benchmarking in https://github.com/pytorch/rl/tree/main/be
196
Compressed Storage for Memory Efficiency
197
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
198
199
-For applications where memory usage is a primary concern, especially when storing
+For applications where memory usage or memory bandwidth is a primary concern, especially when storing or transferring
200
large sensory observations like images or audio, the :class:`~torchrl.data.replay_buffers.storages.CompressedStorage`
201
provides significant memory savings through compression.
202
0 commit comments