Negotiating Agents
Context: How do you detect and resolve between agents with conflicting intentions?
Problem: Agent in your system may give conflicting instructions to the environment. They need to align their actions with each other.
Solutions:
- Agents make their intentions explicit by exchanging constraints on what they can do.
- Agents replan their actions to meet these constraints and may make counter-proposals.
- Policies guide agents in their choice among alternative courses of actions.