Skip to content

Commit 144233d

Browse files
committed
[Minor] typo in env API doc
1 parent d02f5a1 commit 144233d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/reference/envs.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ It is also possible to reset some but not all of the environments:
166166
.. note::
167167

168168
*TorchRL requires precise specs*: Another thing to take in consideration is
169-
that :class:`ParallelEnv`s (as well as data collectors)
169+
that :class:`ParallelEnv` (as well as data collectors)
170170
will create data buffers based on the environment specs to pass data from one process
171171
to another. This means that a misspecified spec (input, observation or reward) will
172172
cause a breakage at runtime as the data can't be written on the preallocated buffer.

0 commit comments

Comments
 (0)