Search Unity

Help with understanding ML-Agent's communication process

Discussion in 'ML-Agents' started by MrOCW, Jul 7, 2021.

  1. MrOCW

    MrOCW

    Joined:
    Feb 16, 2021
    Posts:
    51
    Hi, I'd like to understand how ML-Agents interact with Unity, and possibly, write an interface which can send the relevant state action and reward from another simulator to the training process of ML-Agents. Where should I start with the Unity - ML-Agents communication framework? How does Unity send the states to ML-Agents?
     
  2. pablobandinopla

    pablobandinopla

    Joined:
    Jul 2, 2021
    Posts:
    98
    have you checked into the Unity.MLAgents.CommunicatorObjects folder?