Note : unity ml-agents

6129 단어 UnityML-Agents
Note (13/Jul/2018)
windows10
unity 2018.1.0f2
python 3.6.5
conda 4.5.8
  • download zip - https://github.com/Unity-Technologies/ml-agents
  • extract as my-ml-agents
  • run unity 2018.1.0f2
  • open project
  • select the folder my-ml-agents\unity-environment
  • open scene 3DBall
  • check it works by play
  • select Ball3DBrain
  • change Brain Type External
  • check all balls falls by play + see the error on Console

  • run Anaconda prompt
  • update conda in case by ``
  • conda create -n my-ml-agents python=3.6.5
  • conda activate my-ml-agents
  • change directory to python folder
  • launch jupyter notebook
  • open Basics.ipynb then repeat run unless Error occurred

  • [trouble shoot 1] ModuleNotFoundError: No module named 'google'
    (cause & solution) forgot
  • [trouble shoot 2] UnityEnvironmentException: Couldn't launch the 3DBall environment. Provided filename does not match any environments.(cause 1) no build yet
  • (solution step1)Build 3DBall (need to create a folder 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
  • continue Run to see the fast random play then game close at the end of the notebook

  • 좋은 웹페이지 즐겨찾기