Skip to content

Commit

Permalink
[Docs] Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed Mar 1, 2024
1 parent 25b9b34 commit 1c5ff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarl/algorithms/iddpg.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


class Iddpg(Algorithm):
"""Same as :class:`~benchmarkl.algorithms.Maddpg` (from `https://arxiv.org/abs/1706.02275 <https://arxiv.org/abs/1706.02275>`__) but with decentralized critics.
"""Same as :class:`~benchmarl.algorithms.Maddpg` (from `https://arxiv.org/abs/1706.02275 <https://arxiv.org/abs/1706.02275>`__) but with decentralized critics.
Args:
share_param_critic (bool): Whether to share the parameters of the critics withing agent groups
Expand Down

0 comments on commit 1c5ff9a

Please sign in to comment.