浏览代码

Make fields properties

/develop/sac-apex
Ervin Teng 4 年前
当前提交
81f78aec
共有 1 个文件被更改,包括 4 次插入2 次删除
  1. 6
      ml-agents/mlagents/trainers/agent_processor.py

6
ml-agents/mlagents/trainers/agent_processor.py


self._queue: queue.Queue = queue.Queue(maxsize=maxlen)
self._behavior_id = behavior_id
@property
Returns the maximum length of the queue.
The maximum length of the queue.
@property
Returns the Behavior ID of this queue.
The Behavior ID of this queue.
:return: Behavior ID associated with the queue.
"""
return self._behavior_id

正在加载...
取消
保存