-
05/18 유니티 머신러닝유니티/인공지능 2021. 5. 18. 18:20
05/18
.yamlhttps://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.
'유니티 > 인공지능' 카테고리의 다른 글
06/28 인공지능 펭귄만들기 (0) 2021.06.28