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

Training multiple processes in parallel

Discussion in 'ML-Agents' started by kelgin, Jun 14, 2021.

  1. kelgin

    kelgin

    Joined:
    Jun 14, 2021
    Posts:
    1
    Hello! I have a Unity environment which I connect with the Python API. I train bunch of PPO policies on this environment. Because of the port connection between Unity and Python, I can run only one process at a time in a single machine. I am wondering, if there is a way to run multiple independent processes in parallel (with different algorithms, different log files etc.) in a single machine?