Skip to content

Commit

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

xxxxxx.
The implementation of the MFAC (Mean Field Actor-Critic) algorithm.

.. raw:: html

Expand Down Expand Up @@ -31,7 +31,7 @@ PyTorch
.. py:function::
xuance.torch.learners.multi_agent_rl.mfac_learner.MFAC_Learner.update(sample)

xxxxxx.
This method processes an experience sample and performs a single update step for the MFAC learner.

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

xxxxxx.
This method processes an experience sample and performs a single update step for the MFAC learner.

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

xxxxxx.
This method processes an experience sample and performs a single update step for the MFAC learner.

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

0 comments on commit 148de4e

Please sign in to comment.