Skip to content

Commit 19dbeeb

Browse files
authored
[Doc] Typo in docs for actors.py (#2545)
1 parent 09d6866 commit 19dbeeb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

torchrl/modules/tensordict_module/actors.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,9 +1356,9 @@ class ActorValueOperator(SafeSequential):
13561356
+-------------+ +------------+
13571357
13581358
.. note::
1359-
For a similar class that returns an action and a Quality value :math:`Q(s, a)`
1360-
see :class:`~.ActorCriticOperator`. For a version without common embeddig
1361-
refet to :class:`~.ActorCriticWrapper`.
1359+
For a similar class that returns an action and a Quality value :math:`Q(s, a)`,
1360+
see :class:`~.ActorCriticOperator`. For a version without common embedding,
1361+
refer to :class:`~.ActorCriticWrapper`.
13621362
13631363
To facilitate the workflow, this class comes with a get_policy_operator() and get_value_operator() methods, which
13641364
will both return a standalone TDModule with the dedicated functionality.

0 commit comments

Comments
 (0)