Closed aaravpandya closed 1 month ago
This PR adds an Id flag to the agents in self_observation and partner_observation. It will help to identify specific agents.
self_observation
partner_observation
Padding agents will have ID = -1.
Note: The id will be per world. So agents will have unique ids in their world starting from 0 to n-1 in their world.
This PR adds an Id flag to the agents in
self_observation
andpartner_observation
. It will help to identify specific agents.Padding agents will have ID = -1.
Note: The id will be per world. So agents will have unique ids in their world starting from 0 to n-1 in their world.