浏览代码

Fix typo (#864)

/develop-generalizationTraining-TrainerController
GitHub 7 年前
当前提交
c0e73bcb
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 5
      unity-environment/Assets/ML-Agents/Scripts/CoreBrainInternal.cs

5
unity-environment/Assets/ML-Agents/Scripts/CoreBrainInternal.cs


#endif
#if !ENABLE_TENSORFLOW && UNITY_EDITOR
EditorGUILayout.HelpBox(
"You need to install and enable the TensorflowSharp plugin in" +
"You need to install and enable the TensorflowSharp plugin in " +
"https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Getting-Started-with-Balance-Ball.md#embedding-the-trained-brain-into-the-unity-environment-experimental");
"https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Getting-Started-with-" +
"Balance-Ball.md#embedding-the-trained-brain-into-the-unity-environment-experimental");
}
#endif
}

正在加载...
取消
保存