浏览代码

revert changes

/develop/windows-delay
Ruo-Ping Dong 4 年前
当前提交
8d0927c4
共有 2 个文件被更改,包括 1 次插入3 次删除
  1. 2
      com.unity.ml-agents/CHANGELOG.md
  2. 2
      com.unity.ml-agents/Runtime/Academy.cs

2
com.unity.ml-agents/CHANGELOG.md


### Bug Fixes
#### com.unity.ml-agents (C#)
- Fixed a bug when running inference on Windows machine, the communicator initialization
blocks for a few seconds trying to establish communication with python.
#### ml-agents / ml-agents-envs / gym-unity (Python)

2
com.unity.ml-agents/Runtime/Academy.cs


{
// We try to exchange the first message with Python. If this fails, it means
// no Python Process is ready to train the environment. In this case, the
// environment must use Inference.
//environment must use Inference.
try
{
var unityRlInitParameters = Communicator.Initialize(

正在加载...
取消
保存