Recently I've been struggling with the ML-Agents Unity error - "error CS0246: The type or namespace name 'Actionbuffers' could not be found (are you missing a using directive or an assembly reference?)". I've downloaded the latest package version of ML-Agents through Unity's Package Manager, also trying to download package through git URL. Nothings worked for me and I haven't been able to find help on the internet.
Here is the small bit of code I have so far plus the error message on Unity:
CodePudding user response:
solved. deleted the script. redid it. it worked.