浏览代码

doc fix

/develop/cubewars
Andrew Cohen 5 年前
当前提交
dc636594
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/mlagents/trainers/behavior_id_utils.py

2
ml-agents/mlagents/trainers/behavior_id_utils.py


"""
Parses a name_behavior_id of the form name?team=0
into a BehaviorIdentifiers NamedTuple.
This allows you to access the brain name and team id og an agent
This allows you to access the brain name and team id of an agent
:param name_behavior_id: String of behavior params in HTTP format.
:returns: A BehaviorIdentifiers object.
"""

正在加载...
取消
保存