Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. Join us on March 30, 2023, between 5 am & 1 pm EST, in the Performance Profiling Dev Blitz Day 2023 - Q&A forum and Discord where you can connect with our teams behind the Memory and CPU Profilers.
    Dismiss Notice

[ML-Agents 0.6] Not able to follow the Github Documentation. Training needs some fixing

Discussion in 'ML-Agents' started by AlanMattano, Jan 14, 2019.

  1. AlanMattano

    AlanMattano

    Joined:
    Aug 22, 2013
    Posts:
    1,477
    I'm following the learning environment executable documentation :
    And I was not able to make it run

    Also following the [Basic-Guide](https://github.com/Unity-Technologies/ml-agents/blob/master/docs/Basic-Guide.md) using actual Vr 0.6 ;

    At section: Training the environment, point 3.
    I'm still having problems understand and find the correct build path for making it run.

    mlagents-learn <trainer-config-path> --run-id=<run-identifier> --train


    A correct example line can be very helpful:
    This examples are not correct:
    mlagents-learn config/trainer_config.yaml --run-id=3DBall --train
    mlagents-learn config/trainer_config.yaml --run-id=3DBall/3DBall --train
    mlagents-learn config/trainer_config.yaml --run-id=unity-volume/3DBall/3DBall --train


    Also the Training video tutorial n°8 is old and need an update:
    Machine Learning Agents - Training Your Agent [8/10] Live 2018/4/4
    Especially for Windows users

    I do not know where to make the .exe build in first place.
    The correct build path must be ?
    ml-agents-master\unity-volume\3DBall\3DBall.exe

    In Unity 2018.3 the build name is the project of the name.
    And the UnitySDK has a project name that can be different from each Scene examples.
    Making a build in 2018.3 the build name will be the name of the Project.

    So can just rename the build .exe and _Data folder to 3DBall.exe and 3DBall_Data as a workaround?

    To answer all these questions an update to the Github Documentation can be helpful.

    I put all my questions here:
    https://forum.unity.com/threads/solved-anyone-got-0-6-ml-agents-examples-to-train.598684/
     
    Last edited: Jan 15, 2019
    markduan likes this.
  2. albertocruzmendoza_unity

    albertocruzmendoza_unity

    Joined:
    Oct 16, 2019
    Posts:
    1
    Hello, I am trying to follow the basic guide, but I do not find: Scripting Runtime Version. were is it?
     
  3. AlanMattano

    AlanMattano

    Joined:
    Aug 22, 2013
    Posts:
    1,477
    Welcome to this forum! try to follow youtube video tutorials