Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question How do Unity train MLAgents models?

Discussion in 'ML-Agents' started by hughperkins, Dec 17, 2022.

  1. hughperkins

    hughperkins

    Joined:
    Dec 3, 2022
    Posts:
    191
    The MLAgents docs have docs on:
    - training on AWS (marked 'we dont use this')
    - training on Azure (marked 'we dont use this')
    - training on docker (marked 'we dont use this')

    So... given all these training approaches say you don't use them, what approach are you using to train?
     
  2. GamerLordMat

    GamerLordMat

    Joined:
    Oct 10, 2019
    Posts:
    185
    training model != cloud service ;)
    Said that, I don't know details, but with mlagents-learn they start a local Server on your machine to which then Unity Editor/an instance connects. So you could rent a virtual cloud pc (I think Linux would work) and then upload your files and let it train their. AWS and stuff needs some know-how to setup.