Cannot find Academy

Hi, I am new to unity and want to train custom neural net with Unity ML-Agents.
I installed ml-agents in unity using package manager.
I can’t find academy tab in hierarchy, so I also get the error that there are no brains attached to agent.

Thanks a lot

Hi, what version of ml-agents package you’re using?
If you’re using 1.x or 2.0 version, there’s no academy tab and no need to attach academy to an agent. You only need to specify behavior parameters and attach an agent script to the agent object. Our doc has an example of making a new environment.