https://github.com/Unity-Technologies/ml-agents/blob/develop/docs/Installation.md

 

ml-agents/docs/Installation.md at develop · Unity-Technologies/ml-agents

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement ...

github.com

 

https://github.com/adang1345/PythonWindows/blob/master/3.10.12/python-3.10.12-amd64-full.exe

 

PythonWindows/3.10.12/python-3.10.12-amd64-full.exe at master · adang1345/PythonWindows

Unofficial Python installers for Windows. Contribute to adang1345/PythonWindows development by creating an account on GitHub.

github.com

 

폴더를 만들어주고 결로를 지정해준다.

cmd를 켠 후 검색하면 찾을 수 있다.

pip3 install torch~=2.2.1 --index-url https://download.pytorch.org/whl/cu121

 

https://download.pytorch.org/whl/cu121

 

download.pytorch.org

pip install numpy==1.23.3

 

 

하지만 여기서 뒤에 더 추가해야 한다.

python -m pip install mlagents==1.0.0 --no-deps

 

git clone --branch release_21 https://github.com/Unity-Technologies/ml-agents.git

 

GitHub - Unity-Technologies/ml-agents: The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enab

The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement ...

github.com

 

 

소스트리를 활용하여 클론

 

유니티 허브에서 add를 한다.

 

패키지매니저를 열고 TextMeshPro를 설치하면 에러 2줄이 해결된다.

 

 

 

 

 

 

+ Recent posts