The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
Describe the bug
I have download the Unity Package 2.3.0,i try to import the package,but i meat the error lisk
Console logs / stack traces
Assembly 'Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll' will not be loaded due to errors:
Reference has errors 'unityplastic'.
Assembly 'Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll' will not be loaded due to errors:
Reference has errors 'Unity.PlasticSCM.Editor'.
Assembly 'Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/unityplastic.dll' will not be loaded due to errors:
unityplastic references strong named System.Windows.Forms Assembly references: 4.0.0.0 Found in project: 2.0.0.0.
Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
Multiple scripted importers are targeting the extension 'onnx' and have all been rejected: Unity.Barracuda.ONNXModelImporter (assembly: D:\Project\Unity\nerf_render\Library\ScriptAssemblies\Unity.Barracuda.Editor.dll), NatML.Editor.Importers.ONNXImporter (assembly: D:\Project\Unity\nerf_render\Library\ScriptAssemblies\NatML.ML.Editor.dll)
UnityEditor.AssetImporters.ScriptedImporter:RegisterScriptedImporters ()
Please update to the latest version of ML-Agents available on the develop branch of this repo. Also, please update to Unity version 2022.3 LTS as well.
Describe the bug I have download the Unity Package 2.3.0,i try to import the package,but i meat the error lisk
Console logs / stack traces
Assembly 'Library/ScriptAssemblies/Unity.PlasticSCM.Editor.dll' will not be loaded due to errors: Reference has errors 'unityplastic'.
Assembly 'Library/ScriptAssemblies/Unity.CollabProxy.Editor.dll' will not be loaded due to errors: Reference has errors 'Unity.PlasticSCM.Editor'.
Assembly 'Packages/com.unity.collab-proxy/Lib/Editor/PlasticSCM/unityplastic.dll' will not be loaded due to errors: unityplastic references strong named System.Windows.Forms Assembly references: 4.0.0.0 Found in project: 2.0.0.0. Assembly Version Validation can be disabled in Player Settings "Assembly Version Validation"
Multiple scripted importers are targeting the extension 'onnx' and have all been rejected: Unity.Barracuda.ONNXModelImporter (assembly: D:\Project\Unity\nerf_render\Library\ScriptAssemblies\Unity.Barracuda.Editor.dll), NatML.Editor.Importers.ONNXImporter (assembly: D:\Project\Unity\nerf_render\Library\ScriptAssemblies\NatML.ML.Editor.dll) UnityEditor.AssetImporters.ScriptedImporter:RegisterScriptedImporters ()
Environment :