Skip to content

Commit

Permalink
[Minor] typo in env API doc
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed Mar 8, 2023
1 parent d02f5a1 commit 144233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/reference/envs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ It is also possible to reset some but not all of the environments:
.. note::

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

0 comments on commit 144233d

Please sign in to comment.