You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to import MLAgents to this project.
However I got missing reference error.
The type or namespace name 'MLAgents' could not be found (are you missing a using directive or an assembly reference?)
Things that I tried are:
1. Selected Scripting Runtime Version to .NET 4.x Equivalent
2. Added ENABLE_TENSORFLOW to the Scripting Define Symbols
3. Drag the ML-Agents and Gizmos folders from UnitySDK/Assets to the Unity Editor Project window.
I also tried:
1. Selected Scripting Runtime Version to .NET 4.x Equivalent
2. Added ENABLE_TENSORFLOW to the Scripting Define Symbols
3. Imported TensorFlowSharp Plugin
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered:
I am trying to import MLAgents to this project.
However I got missing reference error.
Things that I tried are:
1. Selected Scripting Runtime Version to .NET 4.x Equivalent
2. Added ENABLE_TENSORFLOW to the Scripting Define Symbols
3. Drag the ML-Agents and Gizmos folders from UnitySDK/Assets to the Unity Editor Project window.
I also tried:
1. Selected Scripting Runtime Version to .NET 4.x Equivalent
2. Added ENABLE_TENSORFLOW to the Scripting Define Symbols
3. Imported TensorFlowSharp Plugin
Any help would be highly appreciated.
The text was updated successfully, but these errors were encountered: