Greetings everyone
Newbie here. I am looking to develop an app game using Unity ML-Agents Toolkit. Basically it will be a game about training your AI to do things, like driving a kart, etc. Will I be able to package the functions of the unity ML-Agents toolkit into the game, and make this game about teaching AI to do stuff?
thanks
Hellswung
The python trainers run outside of unity and are required for training the agents.
Thanks,
Does it mean the python trainers are not part of the unity ML toolkit?
I would suggest that you check out the documentation on GitHub: https://github.com/Unity-Technologies/ml-agents/blob/release_19_docs/docs/Installation.md
There are all required packages for unity and python listed.