Unity-Technologies / ml-agents

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.
https://unity.com/products/machine-learning-agents
Other
17.17k stars 4.15k forks source link

Problem about import ml-agent packages #5955

Closed Linkersem closed 1 year ago

Linkersem commented 1 year ago

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 :

miguelalonsojr commented 1 year ago

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.