LGMADec 22, 2022

Certified Policy Smoothing for Cooperative Multi-Agent Reinforcement Learning

arXiv:2212.11746v17 citationsh-index: 59Has Code
Originality Highly original
AI Analysis

This addresses the lack of robustness certification methods for c-MARL, which is crucial for safety-critical applications, representing a novel contribution rather than an incremental improvement.

The paper tackles the problem of robustness certification for cooperative multi-agent reinforcement learning (c-MARL) in safety-critical scenarios, proposing a novel certification method that provides guaranteed certified bounds for actions, with empirical results showing tighter bounds than state-of-the-art solutions.

Cooperative multi-agent reinforcement learning (c-MARL) is widely applied in safety-critical scenarios, thus the analysis of robustness for c-MARL models is profoundly important. However, robustness certification for c-MARLs has not yet been explored in the community. In this paper, we propose a novel certification method, which is the first work to leverage a scalable approach for c-MARLs to determine actions with guaranteed certified bounds. c-MARL certification poses two key challenges compared with single-agent systems: (i) the accumulated uncertainty as the number of agents increases; (ii) the potential lack of impact when changing the action of a single agent into a global team reward. These challenges prevent us from directly using existing algorithms. Hence, we employ the false discovery rate (FDR) controlling procedure considering the importance of each agent to certify per-state robustness and propose a tree-search-based algorithm to find a lower bound of the global reward under the minimal certified perturbation. As our method is general, it can also be applied in single-agent environments. We empirically show that our certification bounds are much tighter than state-of-the-art RL certification solutions. We also run experiments on two popular c-MARL algorithms: QMIX and VDN, in two different environments, with two and four agents. The experimental results show that our method produces meaningful guaranteed robustness for all models and environments. Our tool CertifyCMARL is available at https://github.com/TrustAI/CertifyCMA

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes