Skip to content

Commit

Permalink
'qmix_agent_x(#2)'
Browse files Browse the repository at this point in the history
  • Loading branch information
baijinqiu committed Dec 24, 2023
1 parent 41ce81c commit b8e8572
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 deletions docs/source/documents/api/agents/marl/mfac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ MFAC
:type obs: np.ndarray
:param actions_mean: The mean values of actions.
:type actions_mean: Tensor
:return: xxxxxx.
:rtype: xxxxxx
:return: hidden states and critic values.
:rtype: tuple

.. py:function::
xuance.torch.agent.mutli_agent_rl.mfac_agents.MFAC_Agents.train(i_step, kwargs)
Expand Down Expand Up @@ -98,8 +98,8 @@ MFAC
:type obs: np.ndarray
:param actions_mean: The mean values of actions.
:type actions_mean: Tensor
:return: xxxxxx.
:rtype: xxxxxx
:return: hidden states and critic values.
:rtype: tuple

.. py:function::
xuance.tensorflow.agent.mutli_agent_rl.mfac_agents.MFAC_Agents.train(i_step, kwargs)
Expand Down Expand Up @@ -152,8 +152,8 @@ MFAC
:type obs: np.ndarray
:param actions_mean: The mean values of actions.
:type actions_mean: Tensor
:return: xxxxxx.
:rtype: xxxxxx
:return: hidden states and critic values.
:rtype: tuple

.. py:function::
xuance.mindspore.agent.mutli_agent_rl.mfac_agents.MFAC_Agents.train(i_step, kwargs)
Expand Down
8 changes: 4 additions & 4 deletions docs/source/documents/api/agents/marl/mfq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ MFQ_Agents

:param i_step: The i-th step during training.
:type i_step: int
:param n_epoch: xxxxxx.
:type n_epoch: xxxxxx
:param n_epoch: Number of training epochs.
:type n_epoch: int
:return: **info_train** - the information of the training process.
:rtype: dict

Expand Down Expand Up @@ -130,8 +130,8 @@ MFQ_Agents

:param i_step: The i-th step during training.
:type i_step: int
:param n_epoch: xxxxxx.
:type n_epoch: xxxxxx
:param n_epoch: Number of training epochs.
:type n_epoch: int
:return: **info_train** - the information of the training process.
:rtype: dict

Expand Down
16 changes: 8 additions & 8 deletions docs/source/documents/api/agents/marl/qmix.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ QMIX_Agents

:param i_step: The i-th step during training.
:type i_step: int
:param n_epoch: xxxxxx.
:type n_epoch: xxxxxx
:param n_epoch: Number of training epochs.
:type n_epoch: int
:return: **info_train** - the information of the training process.
:rtype: dict

Expand Down Expand Up @@ -118,12 +118,12 @@ QMIX_Agents
.. py:function::
xuance.mindspore.agents.mutli_agent_rl.qmix_agents.QMIX_Agents.train(i_step, n_epoch)

:param i_step: xxxxxx.
:type i_step: xxxxxx
:param n_epoch: xxxxxx.
:type n_epoch: xxxxxx
:return: xxxxxx.
:rtype: xxxxxx
:param i_step: The i-th step during training.
:type i_step: int
:param n_epoch: Number of training epochs.
:type n_epoch: int
:return: **info_train** - the information of the training process.
:rtype: dict


.. raw:: html
Expand Down

0 comments on commit b8e8572

Please sign in to comment.