Towards Computationally Efficient Responsibility Attribution in Decentralized Partially Observable MDPs
Stelios Triantafyllou, Goran Radanovic

TL;DR
This paper introduces a computationally efficient Monte Carlo Tree Search-based algorithm for responsibility attribution in decentralized partially observable Markov decision processes, addressing the intractability of pinpointing actual causes.
Contribution
It formalizes responsibility attribution in Dec-POMDPs with Structural Causal Models and proposes a novel MCTS method with pruning and specialized policies for efficient responsibility estimation.
Findings
The proposed algorithm accurately approximates responsibility in complex multi-agent scenarios.
It outperforms baseline methods in computational efficiency and attribution accuracy.
Experimental results demonstrate effectiveness in team-based card game simulations.
Abstract
Responsibility attribution is a key concept of accountable multi-agent decision making. Given a sequence of actions, responsibility attribution mechanisms quantify the impact of each participating agent to the final outcome. One such popular mechanism is based on actual causality, and it assigns (causal) responsibility based on the actions that were found to be pivotal for the considered outcome. However, the inherent problem of pinpointing actual causes and consequently determining the exact responsibility assignment has shown to be computationally intractable. In this paper, we aim to provide a practical algorithmic solution to the problem of responsibility attribution under a computational budget. We first formalize the problem in the framework of Decentralized Partially Observable Markov Decision Processes (Dec-POMDPs) augmented by a specific class of Structural Causal Models…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsGame Theory and Voting Systems
MethodsPruning
