Skip to content

Commit

Permalink
'coma_agent_x(#1)'
Browse files Browse the repository at this point in the history
  • Loading branch information
baijinqiu committed Dec 24, 2023
1 parent 2298018 commit aca2c3e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/source/documents/api/agents/marl/coma.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,15 +128,15 @@ COMA_Agents
:param obs_n: The joint observations of n agents.
:type obs_n: np.ndarray
:param rnn_hidden: The final hidden state of the sequence.
:type rnn_hidden: xxxxxx
:type rnn_hidden: tensor
:param state: The state input.
:type state: Tensor
:param actions_n: The independent actions of n agents.
:type actions_n: torch.Tensor
:param actions_onehot: xxxxxx.
:type actions_onehot: xxxxxx
:return: xxxxxx.
:rtype: xxxxxx
:param actions_onehot: The one-hot encoded representation of actions.
:type actions_onehot: np.ndarray
:return: The hidden state of the neural network, estimated values of actions for each agent.
:rtype: tuple

.. py:function::
xuance.mindspore.agent.mutli_agent_rl.coma_agents.COMA_Agents.train(i_step, kwargs)
Expand Down

0 comments on commit aca2c3e

Please sign in to comment.