Mac OS X 12.2.1, M1 Macbook Pro
Here are the steps I did:
- Add the package by URL: git+https://github.com/Unity-Technologies/ml-agents.git?path=com.unity.ml-agents#release_20
- Setup conda environment in your Unity's project folder
conda create -n unity-mla python=3.9.7 -y
conda activate unity-mla
conda config --add channels pytorch
conda install pytorch torchvision -c pytorch
conda install grpcio h5py -y
pip install mlagents==0.30.0 -q
- Run mlagents-learn
mlagents-learn --help
- Run through this tutorial:
Top comments (1)
Hey! Thank you for this, I liked it ;) keep writing, you got my follow!