File tree 1 file changed +3
-3
lines changed
torchrl/modules/tensordict_module
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1356,9 +1356,9 @@ class ActorValueOperator(SafeSequential):
1356
1356
+-------------+ +------------+
1357
1357
1358
1358
.. 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`.
1362
1362
1363
1363
To facilitate the workflow, this class comes with a get_policy_operator() and get_value_operator() methods, which
1364
1364
will both return a standalone TDModule with the dedicated functionality.
You can’t perform that action at this time.
0 commit comments