浏览代码

Try some more toolchain packages.

/develop/update-grpc
Christopher Goy 4 年前
当前提交
062543b6
共有 3 个文件被更改,包括 13 次插入3 次删除
  1. 4
      Project/Packages/manifest.json
  2. 10
      Project/Packages/packages-lock.json
  3. 2
      ml-agents/tests/yamato/training_int_tests.py

4
Project/Packages/manifest.json


"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.uielements": "1.0.0",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.sysroot.linux-x86_64": "0.1.15-preview"
"com.unity.sysroot.linux-x86_64": "0.1.15-preview",
"com.unity.toolchain.win-x86_64-linux-x86_64": "0.1.17-preview",
"com.unity.sysroot": "0.1.17-preview"
},
"testables": [
"com.unity.ml-agents",

10
Project/Packages/packages-lock.json


},
"url": "https://packages.unity.com"
},
"com.unity.toolchain.win-x86_64-linux-x86_64": {
"version": "0.1.17-preview",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.sysroot": "0.1.17-preview",
"com.unity.sysroot.linux-x86_64": "0.1.13-preview"
},
"url": "https://packages.unity.com"
},
"com.unity.ugui": {
"version": "1.0.0",
"depth": 0,

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


"--env-args",
"-logFile",
log_output_path,
"--env-args",
"'-logfile -'",
]
res = subprocess.run(mla_learn_cmd)

正在加载...
取消
保存