浏览代码

fix RegisterSideChannel (#3406)

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

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


/// <param name="sideChannel"> The side channel to be registered.</param>
public void RegisterSideChannel(SideChannel channel)
{
LazyInitialization();
LazyInitialize();
/// Unregisters SideChannel to the Academy. If the side channel was not registered,
/// Unregisters SideChannel to the Academy. If the side channel was not registered,
/// nothing will happen.
/// </summary>
/// <param name="sideChannel"> The side channel to be unregistered.</param>

正在加载...
取消
保存