Interface IMultiAgentGroup
MultiAgentGroup interface for grouping agents to support multi-agent training.
Namespace: Unity.MLAgents
Assembly: solution.dll
Syntax
public interface IMultiAgentGroup
Methods
| Name | Description |
|---|---|
| GetId() | Get the ID of MultiAgentGroup. |
| RegisterAgent(Agent) | Register agent to the MultiAgentGroup. |
| UnregisterAgent(Agent) | Unregister agent from the MultiAgentGroup. |