浏览代码

print environment logs to std out.

/develop/update-grpc
Christopher Goy 4 年前
当前提交
e20dc9f7
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2
      ml-agents/tests/yamato/training_int_tests.py

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


model_extension,
"--mlagents-quit-after-seconds",
str(model_override_timeout),
"--env-args",
"'-logfile -'",
]
print(f"Starting inference with args {' '.join(args)}")
res = subprocess.run(args, timeout=process_timeout)

正在加载...
取消
保存