File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
unity-environment/Assets/ML-Agents/Scripts Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -517,12 +517,13 @@ public void OnInspector()
517517#endif
518518#if ! ENABLE_TENSORFLOW && UNITY_EDITOR
519519 EditorGUILayout . HelpBox (
520- "You need to install and enable the TensorflowSharp plugin in" +
520+ "You need to install and enable the TensorflowSharp plugin in " +
521521 "order to use the internal brain." , MessageType . Error ) ;
522522 if ( GUILayout . Button ( "Show me how" ) )
523523 {
524524 Application . OpenURL (
525- "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" ) ;
525+ "https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Getting-Started-with-" +
526+ "Balance-Ball.md#embedding-the-trained-brain-into-the-unity-environment-experimental" ) ;
526527 }
527528#endif
528529 }
You can’t perform that action at this time.
0 commit comments