浏览代码

differenciate global agent/group id

/develop/superpush/int
Ruo-Ping Dong 3 年前
当前提交
b1ab411d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/mlagents/trainers/behavior_id_utils.py

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


"""
Create an agent id that is unique across environment workers using the worker_id.
"""
return f"${worker_id}-{group_id}"
return f"#{worker_id}-{group_id}"
正在加载...
取消
保存