浏览代码

Removed debug message for the GetIntScalar mehtod (#1348)

/develop-generalizationTraining-TrainerController
GitHub 6 年前
当前提交
065e75f9
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/ModelParamLoader.cs

1
UnitySDK/Assets/ML-Agents/Scripts/InferenceBrain/ModelParamLoader.cs


}
catch (Exception e)
{
Debug.Log("Node not in graph: " + name + ". The following error occured : \n" + e);
return -1;
}
return (outputs[0].Data as int[])[0];

正在加载...
取消
保存