Conformal Off-Policy Prediction for Multi-Agent Systems
Tom Kuipers, Renukanandan Tumu, Shuo Yang, Milad Kazemi, Rahul Mangharam, Nicola Paoletti
TL;DR
MA-COPP extends conformal off-policy prediction to multi-agent systems by constructing joint prediction regions for future trajectories under target-policy shifts affecting ego agents. It avoids exhaustive output-space enumeration by deriving a conservative max-density-ratio (max-DR) based reweighting of the calibration distribution and lifting the task to augmented sequences that include ego actions, with a multivariate time-series non-conformity score. The method provides finite-sample, distribution-free guarantees and demonstrates nominal coverage in high-dimensional settings on PettingZoo MPE and F1TENTH, outperforming standard CP baselines that ignore distribution shift and maintaining practical region sizes. This enables dependable off-policy trajectory predictions in safety-critical multi-agent domains, while highlighting trade-offs under large policy shifts where density ratios can become large or unbounded. Overall, MA-COPP broadens the applicability of CP-based uncertainty quantification to complex multi-agent dynamics with policy changes.
Abstract
Off-Policy Prediction (OPP), i.e., predicting the outcomes of a target policy using only data collected under a nominal (behavioural) policy, is a paramount problem in data-driven analysis of safety-critical systems where the deployment of a new policy may be unsafe. To achieve dependable off-policy predictions, recent work on Conformal Off-Policy Prediction (COPP) leverage the conformal prediction framework to derive prediction regions with probabilistic guarantees under the target process. Existing COPP methods can account for the distribution shifts induced by policy switching, but are limited to single-agent systems and scalar outcomes (e.g., rewards). In this work, we introduce MA-COPP, the first conformal prediction method to solve OPP problems involving multi-agent systems, deriving joint prediction regions for all agents' trajectories when one or more ego agents change their policies. Unlike the single-agent scenario, this setting introduces higher complexity as the distribution shifts affect predictions for all agents, not just the ego agents, and the prediction task involves full multi-dimensional trajectories, not just reward values. A key contribution of MA-COPP is to avoid enumeration or exhaustive search of the output space of agent trajectories, which is instead required by existing COPP methods to construct the prediction region. We achieve this by showing that an over-approximation of the true joint prediction region (JPR) can be constructed, without enumeration, from the maximum density ratio of the JPR trajectories. We evaluate the effectiveness of MA-COPP in multi-agent systems from the PettingZoo library and the F1TENTH autonomous racing environment, achieving nominal coverage in higher dimensions and various shift settings.
