Skip to content

Commit

Permalink
'iddpg_agent_x(#1)'
Browse files Browse the repository at this point in the history
  • Loading branch information
baijinqiu committed Dec 24, 2023
1 parent 8d6cd12 commit 1ae7eb4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/documents/api/agents/marl/iddpg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ IDDPG_Agents
:type obs_n: np.ndarray
:param test_mode: is True for selecting greedy actions, is False for selecting epsilon-greedy actions.
:type test_mode: bool
:return: xxxxxx.
:rtype: xxxxxx
:return: additional information and the selected actions.
:rtype: tuple

.. py:function::
xuance.mindspore.agents.mutli_agent_rl.iddpg_agents.IDDPG_Agents.train(i_episode)

:param i_episode: xxxxxx.
:type i_episode: xxxxxx
:return: xxxxxx.
:rtype: xxxxxx
:param i_episode: The index of the current episode.
:type i_episode: int
:return: Information about the training process.
:rtype: dict

.. raw:: html

Expand Down

0 comments on commit 1ae7eb4

Please sign in to comment.