https://github.com/Unity-Technologies/ml-agents/blob/develop/docs/Getting-Started.md
ml-agents/docs/Getting-Started.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/Unity-Technologies/ml-agents/blob/develop/docs/Learning-Environment-Create-New.md
ml-agents/docs/Learning-Environment-Create-New.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
경로 창에 cmd를 입력하고 엔터를 누르면 이 창에 들어온다.
pip install attrs==23.2.0 cattrs==1.5.0 h5py==3.11.0 huggingface-hub==0.23.0 onnx==1.15.0 pypiwin32==223 tensorboard==2.16.2 mlagents-envs==1.1.0.dev0 protobuf==3.20.3 absl-py==2.1.0 --no-deps
오류가 나면
버전을 정하지 않고 설치
python -m pip install mlagents
mlagents-learn config/ppo/3DBall.yaml --run-id=first3DBallRun
생성이 되면 지우고 다시 설치 후 플레이를 하면 학습을 한다.
mlagents-learn config/ppo/3DBall.yaml --run-id=first3DBallRun
cmd창에서 컨트롤 + C 누르면 중지
중지 후 시간이 지나면 이렇게 학습된 기록들이 만들어진다.