浏览代码

output dir

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

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


print(
f"Running training with python={python_version or latest} and c#={csharp_version or latest}"
)
nn_file_expected = f"./results/{run_id}/3DBall.nn"
output_dir = "models" if python_version else "results"
nn_file_expected = f"./{output_dir}/{run_id}/3DBall.nn"
if os.path.exists(nn_file_expected):
# Should never happen - make sure nothing leftover from an old test.
print("Artifacts from previous build found!")

正在加载...
取消
保存