浏览代码

use right python tag

/docs-update
Chris Elion 4 年前
当前提交
4cb84348
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      ml-agents/tests/yamato/yamato_utils.py

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


max_steps field to 42 for all brains.
"""
# Sync the old version of the file
python_tag = f"python_{python_version}"
python_tag = f"python-packages_{python_version}"
subprocess.check_call(f"git checkout {python_tag} -- {src_path}", shell=True)
with open(src_path) as f:

正在加载...
取消
保存