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. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

Agent communication & Self-pay

Discussion in 'ML-Agents' started by mateolopezareal, Jun 10, 2020.

  1. mateolopezareal

    mateolopezareal

    Joined:
    Jun 4, 2020
    Posts:
    54
    My environment it is just a matrix made of stationary cube agents, that change their color (state). I am trying to obtain a matrix where the cubes of the same color get together, but without getting all the matrix of the same color. For this, I have been trying lots of things, but right now I think that the only way to do this its to let the agents of the same colour communicate between each other. How can I do that?

    Also, what is the self-play value, can I use it to train all the cubes as one team, or that does not make sense?