Skip to content

Commit

Permalink
'MATD3_learner_x(#1)'
Browse files Browse the repository at this point in the history
  • Loading branch information
baijinqiu committed Dec 25, 2023
1 parent 6269c7a commit 76f134d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/documents/api/learners/marl/matd3.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
MATD3_Learner
=====================================

xxxxxx.
The implementation of the Multi-Agent Twin Delayed DDPG (MATD3) algorithm.

.. raw:: html

Expand Down Expand Up @@ -35,7 +35,7 @@ PyTorch
.. py:function::
xuance.torch.learners.multi_agent_rl.matd3_learner.MATD3_Learner.update(sample)

xxxxxx.
This method performs a single update step for the MATD3 learner based on the given experience sample.

:param sample: A dictionary contianing necessary experience data that is sampled from experience replay buffer.
:type sample: dict
Expand Down Expand Up @@ -72,7 +72,7 @@ TensorFlow
.. py:function::
xuance.tensorflow.learners.multi_agent_rl.matd3_learner.MATD3_Learner.update(sample)

xxxxxx.
This method performs a single update step for the MATD3 learner based on the given experience sample.

:param sample: A dictionary contianing necessary experience data that is sampled from experience replay buffer.
:type sample: dict
Expand Down Expand Up @@ -109,7 +109,7 @@ MindSpore
.. py:function::
xuance.mindspore.learners.multi_agent_rl.matd3_learner.MATD3_Learner.update(sample)

xxxxxx.
This method performs a single update step for the MATD3 learner based on the given experience sample.

:param sample: A dictionary contianing necessary experience data that is sampled from experience replay buffer.
:type sample: dict
Expand Down

0 comments on commit 76f134d

Please sign in to comment.