05/18 유니티 머신러닝
05/18
.yaml
https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Installation.md
Unity-Technologies/ml-agents
Unity Machine Learning Agents Toolkit. Contribute to Unity-Technologies/ml-agents development by creating an account on GitHub.
github.com
1. 파이썬 3.62 설치
https://www.python.org/downloads/release/python-362/
Python Release Python 3.6.2
The official home of the Python Programming Language
www.python.org
2. torch 설치
cmd에서
pip3 install torch~=1.7.1 -f https://download.pytorch.org/whl/torch_stable.html
python -m pip install mlagents==0.26.0
3.
https://github.com/Unity-Technologies/ml-agents/blob/main/docs/Getting-Started.md
Unity-Technologies/ml-agents
Unity Machine Learning Agents Toolkit. Contribute to Unity-Technologies/ml-agents development by creating an account on GitHub.
github.com
mlagents-learn config/ppo/3DBall.yaml --run-id=first3DBallRun --resume
4.