Skip to content

Commit

Permalink
'isac_agent_x(#2)'
Browse files Browse the repository at this point in the history
  • Loading branch information
baijinqiu committed Dec 24, 2023
1 parent 4e2ee88 commit fcd9345
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/source/documents/api/agents/marl/isac.rst
Original file line number Diff line number Diff line change
Expand Up @@ -98,16 +98,16 @@ ISAC_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: Hidden state and selected actions.
:rtype: tuple

.. py:function::
xuance.mindspore.agents.mutli_agent_rl.isac_agents.ISAC_Agents.train(i_episode)

:param i_episode: xxxxxx.
:type i_episode: xxxxxx
:return: xxxxxx.
:rtype: xxxxxx
:param i_episode: The current episode index.
:type i_episode: int
:return: Training information.
:rtype: dict

.. raw:: html

Expand Down

0 comments on commit fcd9345

Please sign in to comment.