Note : unity ml-agents
windows10
unity 2018.1.0f2
python 3.6.5
conda 4.5.8
my-ml-agents
unity 2018.1.0f2
my-ml-agents\unity-environment
3DBall
play
External
play
+ see the error on ConsoleAnaconda prompt
conda create -n my-ml-agents python=3.6.5
conda activate my-ml-agents
jupyter notebook
Basics.ipynb
then repeat run
unless Error occurred ModuleNotFoundError: No module named 'google'
(cause & solution) forgot
UnityEnvironmentException: Couldn't launch the 3DBall environment. Provided filename does not match any environments.
(cause 1) no build yet 3DBall
manually)21.(solutin step2) path should match the folder structure (3DBall/3DBall.exe)
22.(solution step3) build folder should be under
python
23.see Ball3DAcademy started successfully
Run
to see the fast random play then game close at the end of the notebookReference
이 문제에 관하여(Note : unity ml-agents), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/jamad/items/36d9623f924be8ce3150텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)