CAMMARL: Conformal Action Modeling in Multi Agent Reinforcement Learning
Nikunj Gupta, Somjit Nath, Samira Ebrahimi Kahou
TL;DR
The paper tackles the challenge of coordinating multiple autonomous agents when others’ behaviors are uncertain. It introduces CAMMARL, which models other agents’ actions as conformal prediction sets with explicit coverage guarantees and feeds these sets into the self-agent’s policy to guide learning. Across cooperative tasks, CAMMARL achieves performance close to an upper-bound GIAM, beating baselines that lack uncertainty handling or access to true actions/observations. The approach provides principled uncertainty quantification via conformal predictions, improving robustness and sample efficiency in multi-agent coordination with practical implications for real-world cooperative AI.
Abstract
Before taking actions in an environment with more than one intelligent agent, an autonomous agent may benefit from reasoning about the other agents and utilizing a notion of a guarantee or confidence about the behavior of the system. In this article, we propose a novel multi-agent reinforcement learning (MARL) algorithm CAMMARL, which involves modeling the actions of other agents in different situations in the form of confident sets, i.e., sets containing their true actions with a high probability. We then use these estimates to inform an agent's decision-making. For estimating such sets, we use the concept of conformal predictions, by means of which, we not only obtain an estimate of the most probable outcome but get to quantify the operable uncertainty as well. For instance, we can predict a set that provably covers the true predictions with high probabilities (e.g., 95%). Through several experiments in two fully cooperative multi-agent tasks, we show that CAMMARL elevates the capabilities of an autonomous agent in MARL by modeling conformal prediction sets over the behavior of other agents in the environment and utilizing such estimates to enhance its policy learning.
