浏览代码

Reverting bug introduced in #4071 (#4101)

/MLA-1734-demo-provider
GitHub 4 年前
当前提交
dcd89bd2
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 7
      com.unity.ml-agents/Runtime/Academy.cs

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


port = port
}
);
Communicator.QuitCommandReceived += OnQuitCommandReceived;
Communicator.ResetCommandReceived += OnResetCommand;
}
if (Communicator != null)

);
Communicator = null;
}
}
if (Communicator != null)
{
Communicator.QuitCommandReceived += OnQuitCommandReceived;
Communicator.ResetCommandReceived += OnResetCommand;
}
// If a communicator is enabled/provided, then we assume we are in

正在加载...
取消
保存