Minimum Coverage Sets for Training Robust Ad Hoc Teamwork Agents
Arrasy Rahman, Jiaxun Cui, Peter Stone
TL;DR
The paper tackles robust ad hoc teamwork by reframing training teammate selection around the minimum coverage set $\text{MCS(E)}$, the set of best-response policies to all partner policies. It introduces L-BRDiv, a Lagrangian-based method that jointly estimates an environment's $\text{MCS(E)}$ and constructs $\Pi^{\text{train}}$ to train AHT agents via MAPPO, using learnable multipliers to balance self-play and cross-play objectives. Empirical results across four two-player cooperative environments show that L-BRDiv yields more robust AHT agents than state-of-the-art baselines (BRDiv, LIPO) by discovering more distinct MCS members and reducing hyperparameter tuning needs. The work provides a principled, environment-driven approach to adversarial diversity in multi-agent learning, with implications for deploying robust agents with unseen teammates in realistic settings.
Abstract
Robustly cooperating with unseen agents and human partners presents significant challenges due to the diverse cooperative conventions these partners may adopt. Existing Ad Hoc Teamwork (AHT) methods address this challenge by training an agent with a population of diverse teammate policies obtained through maximizing specific diversity metrics. However, prior heuristic-based diversity metrics do not always maximize the agent's robustness in all cooperative problems. In this work, we first propose that maximizing an AHT agent's robustness requires it to emulate policies in the minimum coverage set (MCS), the set of best-response policies to any partner policies in the environment. We then introduce the L-BRDiv algorithm that generates a set of teammate policies that, when used for AHT training, encourage agents to emulate policies from the MCS. L-BRDiv works by solving a constrained optimization problem to jointly train teammate policies for AHT training and approximating AHT agent policies that are members of the MCS. We empirically demonstrate that L-BRDiv produces more robust AHT agents than state-of-the-art methods in a broader range of two-player cooperative problems without the need for extensive hyperparameter tuning for its objectives. Our study shows that L-BRDiv outperforms the baseline methods by prioritizing discovering distinct members of the MCS instead of repeatedly finding redundant policies.
