浏览代码

String format fix

/develop-generalizationTraining-TrainerController
vincentpierre 6 年前
当前提交
0fc5455b
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      UnitySDK/Assets/ML-Agents/Scripts/LearningBrain.cs

4
UnitySDK/Assets/ML-Agents/Scripts/LearningBrain.cs


if (agentInfos.Count > 0)
{
throw new UnityAgentsException(string.Format(
@"The brain {0} was set to inference mode but the Tensorflow
library is not present in the Unity project.",
"The brain {0} was set to inference mode but the Tensorflow library is not " +
"present in the Unity project.",
name));
}
#endif

正在加载...
取消
保存