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 Running ML-Agents Through HoloLens

Discussion in 'ML-Agents' started by s_banerjee, Jul 22, 2022.

  1. s_banerjee

    s_banerjee

    Joined:
    Jun 28, 2022
    Posts:
    1
    I have created an XR project via MRTK that incorporates ML-Agents. I would like training of the agents to be done live when the project is built to the HoloLens. I need to build the project to the HoloLens and run the machine learning training via an external computer--how can I facilitate communication between the two to run ML training in real-time?

    Do I need to run ML-Agents training on a headless server and build the project in server mode? Or do I have to look into C# socket scripting? I'm new to networking so any guidance is greatly appreciated. Thank you.