paper-with-me

홈 › Papers

Multi-Agent Reinforcement Learning with Submodular Reward

2026-03-06 · Wenjing Chen, Chengyuan Qian, Shuo Xing, Yi Zhou, Victoria Crawford arxiv

In this paper, we study cooperative multi-agent reinforcement learning (MARL) where the joint reward exhibits submodularity, which is a natural property capturing diminishing marginal returns when adding agents to a team. Unlike standard MARL with additive rewards, submodular rewards model realistic scenarios where agent contributions overlap (e.g., multi-drone surveillance, collaborative exploration). We provide the first formal framework for this setting and develop algorithms with provable guarantees on sample efficiency and regret bound. For known dynamics, our greedy policy optimization achieves a $1/2$-approximation with polynomial complexity in the number of agents $K$, overcoming the exponential curse of dimensionality inherent in joint policy optimization. For unknown dynamics, we propose a UCB-based learning algorithm achieving a $1/2$-regret of $O(H^2KS\sqrt{AT})$ over $T$ episodes.

📄 PDF Abstract BibTeX arXiv:2603.06810

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Scalable Submodular Policy Optimization via Pruned Submodularity Graph

2025-07-18 · Aditi Anand, Suman Banerjee, Dildar Ali arxiv

In Reinforcement Learning (abbreviated as RL), an agent interacts with the environment via a set of possible actions, and a reward is generated from some unknown distribution. The task here is to find an optimal set of a…

Reinforcement Learning

Global Reinforcement Learning: Beyond Linear and Convex Rewards via Submodular Semi-gradient Methods

2024-07-13 · Riccardo De Santi, Manish Prajapat, Andreas Krause

In classic Reinforcement Learning (RL), the agent maximizes an additive objective of the visited states, e.g., a value function. Unfortunately, objectives of this type cannot model many real-world applications such as ex…

Imitation LearningReinforcement Learning (RL)

Submodular Reinforcement Learning

2023-07-25 · Manish Prajapat, Mojmír Mutný, Melanie N. Zeilinger, Andreas Krause

In reinforcement learning (RL), rewards of states are typically considered additive, and following the Markov assumption, they are $\textit{independent}$ of states visited previously. In many important applications, such…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Towards Resolving Unidentifiability in Inverse Reinforcement Learning

2016-01-25 · Kareem Amin, Satinder Singh

We consider a setting for Inverse Reinforcement Learning (IRL) where the learner is extended with the ability to actively select multiple environments, observing an agent's behavior on each environment. We first demonstr…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Cluster-Based Control of Transition-Independent MDPs

2022-07-11 · Carmel Fiscko, Soummya Kar, Bruno Sinopoli

This work studies efficient solution methods for cluster-based control policies of transition-independent Markov decision processes (TI-MDPs). We focus on control of multi-agent systems, whereby a central planner (CP) in…

Clustering