Understanding Individual Agent Importance in Multi-Agent System via Counterfactual Reasoning

Abstract

Explaining multi-agent systems (MAS) is urgent as these systems become increasingly prevalent in various applications. Previous work has provided explanations for the actions or states of agents, yet falls short in understanding the blackboxed agent’s importance within a MAS and the overall team strategy. To bridge this gap, we propose EMAI, a novel agent-level explanation approach that evaluates the individual agent’s importance. Inspired by counterfactual reasoning, a larger change in reward caused by the randomized action of agent indicates its higher importance. We model it as a MARL problem to capture interactions across agents. Utilizing counterfactual reasoning, EMAI learns the masking agents to identify important agents. Specifically, we define the optimization function to minimize the reward difference before and after action randomization and introduce sparsity constraints to encourage the exploration of more action randomization of agents during training. The experimental results in seven multi-agent tasks demonstrate that EMAI achieves higher fidelity in explanations compared to baselines and provides more effective guidance in practical applications concerning understanding policies, launching attacks, and patching policies.

Cite

Text

Chen et al. "Understanding Individual Agent Importance in Multi-Agent System via Counterfactual Reasoning." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I15.33733

Markdown

[Chen et al. "Understanding Individual Agent Importance in Multi-Agent System via Counterfactual Reasoning." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/chen2025aaai-understanding/) doi:10.1609/AAAI.V39I15.33733

BibTeX

@inproceedings{chen2025aaai-understanding,
  title     = {{Understanding Individual Agent Importance in Multi-Agent System via Counterfactual Reasoning}},
  author    = {Chen, Jianming and Wang, Yawen and Wang, Junjie and Xie, Xiaofei and Hu, Jun and Wang, Qing and Xu, Fanjiang},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {15785-15794},
  doi       = {10.1609/AAAI.V39I15.33733},
  url       = {https://mlanthology.org/aaai/2025/chen2025aaai-understanding/}
}