1. Unity 설치 (2020.3이상)
2. anaconda 설치
3.가상환경 만들기
- conda create -n MLAgent python =3.7.9
4. 해당 가상환경에 pytorch설치
## pip3 install torch~=1.7.1 -f https://download.pytorch.org/whl/torch_stable.html
![[Pasted image 20221030163156.png]]
5. 해당 가상환경에 mlagent 설치
## python -m pip install mlagents==0.28.0
![[Pasted image 20221030163252.png]]
댓글 없음:
댓글 쓰기