Barracuda/BehaviorParameters.cs Errors when importing mlagents package

It appears the problem occurred when I tried to load the 3dball example scene included. I have done a complete clean unity install and now it throws all the error when I import com.unity.ml-agents every on time on import. Can anyone at least point me in the right direction?

Log below and the script throwing the file is attached. Thank you!

Python 3.10.12
Unity 23.2.19.f1
Anaconda - miniconda3

9783309–1403172–BehaviorParameters.cs (10.7 KB)

Basically the release 21 contains a stale version of the 3DBall and other things because Barracuda was replaced by Sentis or something like that but the the update hasn’t been pushed to production, which is the repo you cloned.

You can fix it by manually replacing the files (at least that worked for me but I cannot guarantee it won’t create other problems later on). Anyway the full topic that helped me can be found here: The type or namespace name 'Barracuda' does not exist in the namespace 'Unity' · Issue #6023 · Unity-Technologies/ml-agents · GitHub