paper-with-me

Papers

Cooperative Multi-agent RL with Communication Constraints

2026-01-18 · Nuoya Xiong, Aarti Singh arxiv

Cooperative MARL often assumes frequent access to global information in a data buffer, such as team rewards or other agents' actions, which is typically unrealistic in decentralized MARL systems due to high communication costs. When communication is limited, agents must rely on outdated information to estimate gradients and update their policies. A common approach to handle missing data is called importance sampling, in which we reweigh old data from a base policy to estimate gradients for the current policy. However, it quickly becomes unstable when the communication is limited (i.e. missing data probability is high), so that the base policy in importance sampling is outdated. To address this issue, we propose a technique called base policy prediction, which utilizes old gradients to predict the policy update and collect samples for a sequence of base policies, which reduces the gap between the base policy and the current policy. This approach enables effective learning with significantly fewer communication rounds, since the samples of predicted base policies could be collected within one communication round. Theoretically, we show that our algorithm converges to an $\varepsilon$-Nash equilibrium in potential games with only $O(\varepsilon^{-3/4})$ communication rounds and $O(poly(\max_i |A_i|)\varepsilon^{-11/4})$ samples, improving existing state-of-the-art results in communication cost, as well as sample complexity without the exponential dependence on the joint action space size. We also extend these results to general Markov Cooperative Games to find an agent-wise local maximum. Empirically, we test the base policy prediction algorithm in both simulated games and MAPPO for complex environments.

📄 PDF Abstract BibTeX arXiv:2601.12518

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Sentinel: Embodied Cooperative Spatial Reasoning and Planning

2026-05-25 · Xiangye Lin, Hongxin Zhang, Ruxi Deng, Qinhong Zhou 외 arxiv

In this work, we study Cooperative Spatial Intelligence, the ability of decentralized embodied agents to coordinate effectively under dynamic environmental constraints across city-scale outdoor domains. We introduce Sent…

Spatial Reasoning

C-CoCoA: A Continuous Cooperative Constraint Approximation Algorithm to Solve Functional DCOPs

2020-02-27 · Amit Sarker, Abdullahil Baki Arif, Moumita Choudhury, Md. Mosaddek Khan

Distributed Constraint Optimization Problems (DCOPs) have been widely used to coordinate interactions (i.e. constraints) in cooperative multi-agent systems. The traditional DCOP model assumes that variables owned by the …

Distributed MPC for Self-Organized Cooperation of Multiagent Systems -- Extended Version

2022-10-18 · Matthias Köhler, Matthias A. Müller, Frank Allgöwer

We present a sequential distributed model predictive control (MPC) scheme for cooperative control of multi-agent systems with dynamically decoupled heterogeneous nonlinear agents subject to individual constraints. In the…

Distributed OptimizationModel Predictive Control

Wireless Communication as an Information Sensor for Multi-agent Cooperative Perception: A Survey

2025-04-30 · Zhiying Song, Tenghui Xie, Fuxi Wen, Jun Li

Cooperative perception extends the perception capabilities of autonomous vehicles by enabling multi-agent information sharing via Vehicle-to-Everything (V2X) communication. Unlike traditional onboard sensors, V2X acts as…

Autonomous Vehicles

Mixed Cooperative-Competitive Communication Using Multi-Agent Reinforcement Learning

2021-10-29 · Astrid Vanneste, Wesley Van Wijnsberghe, Simon Vanneste, Kevin Mets 외

By using communication between multiple agents in multi-agent environments, one can reduce the effects of partial observability by combining one agent's observation with that of others in the same dynamic environment. Wh…

Multi-agent Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)