浏览代码

trying to fix a yamato issue

/develop/rm-rf-new-models
vincentpierre 4 年前
当前提交
71c88ac8
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5
      ml-agents/tests/yamato/yamato_utils.py

5
ml-agents/tests/yamato/yamato_utils.py


f"mlagents=={mlagents_python_version}",
f"gym-unity=={mlagents_python_version}",
]
if mlagents_python_version == "0.16.0":
# version 0.16.0 of mlagents uses tensorflow only
pip_commands += [
"tensorflow==1.14.0",
]
else:
# Local install
pip_commands += ["-e ./ml-agents-envs", "-e ./ml-agents", "-e ./gym-unity"]

正在加载...
取消
保存