浏览代码

Change worker num to worker id

/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
e70707ae
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      docs/Limitations-&-Common-Issues.md

2
docs/Limitations-&-Common-Issues.md


If you receive an exception `"Couldn't launch new environment because communication port {} is still in use. "`, you can change the worker number in the python script when calling
`UnityEnvironment(file_name=filename, worker_num=X)`
`UnityEnvironment(file_name=filename, worker_id=X)`
### Mean reward : nan
正在加载...
取消
保存