Skip to content

Commit

Permalink
[Doc] default_interaction_type doc (#2177)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmoens committed May 29, 2024
1 parent 2ba9b4d commit 0d48f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion torchrl/modules/tensordict_module/actors.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ class ProbabilisticActor(SafeProbabilisticTensorDictSequential):
the output value. Should be one of: 'InteractionType.MODE',
'InteractionType.MEDIAN', 'InteractionType.MEAN' or
'InteractionType.RANDOM' (in which case the value is sampled
randomly from the distribution). Defaults to is 'InteractionType.RANDOM'.
randomly from the distribution). Defaults to is 'InteractionType.MODE'.
.. note:: When a sample is drawn, the :class:`ProbabilisticActor` instance will
first look for the interaction mode dictated by the
Expand Down

0 comments on commit 0d48f51

Please sign in to comment.