paper-with-me

홈 › Papers

On the Fundamental Limitations of Decentralized Learnable Reward Shaping in Cooperative Multi-Agent Reinforcement Learning

2025-10-27 · Aditya Akella arxiv

Recent advances in learnable reward shaping have shown promise in single-agent reinforcement learning by automatically discovering effective feedback signals. However, the effectiveness of decentralized learnable reward shaping in cooperative multi-agent settings remains poorly understood. We propose DMARL-RSA, a fully decentralized system where each agent learns individual reward shaping, and evaluate it on cooperative navigation tasks in the simple_spread_v3 environment. Despite sophisticated reward learning, DMARL-RSA achieves only -24.20 +/- 0.09 average reward, compared to MAPPO with centralized training at 1.92 +/- 0.87 -- a 26.12-point gap. DMARL-RSA performs similarly to simple independent learning (IPPO: -23.19 +/- 0.96), indicating that advanced reward shaping cannot overcome fundamental decentralized coordination limitations. Interestingly, decentralized methods achieve higher landmark coverage (0.888 +/- 0.029 for DMARL-RSA, 0.960 +/- 0.045 for IPPO out of 3 total) but worse overall performance than centralized MAPPO (0.273 +/- 0.008 landmark coverage) -- revealing a coordination paradox between local optimization and global performance. Analysis identifies three critical barriers: (1) non-stationarity from concurrent policy updates, (2) exponential credit assignment complexity, and (3) misalignment between individual reward optimization and global objectives. These results establish empirical limits for decentralized reward learning and underscore the necessity of centralized coordination for effective multi-agent cooperation.

📄 PDF Abstract BibTeX arXiv:2511.00034

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

A Narration-based Reward Shaping Approach using Grounded Natural Language Commands

2019-10-31 · Nicholas Waytowich, Sean L. Barton, Vernon Lawhern, Garrett Warnell

While deep reinforcement learning techniques have led to agents that are successfully able to learn to perform a number of tasks that had been previously unlearnable, these techniques are still susceptible to the longsta…

Deep Reinforcement LearningReinforcement LearningStarcraftStarcraft II

Robo-Dopamine: General Process Reward Modeling for High-Precision Robotic Manipulation

2025-12-29 · Huajie Tan, Sixiang Chen, Yijie Xu, Zixiao Wang 외 arxiv

The primary obstacle for applying reinforcement learning (RL) to real-world robotics is the design of effective reward functions. While recently learning-based Process Reward Models (PRMs) are a promising direction, they…

Reinforcement Learning

Reward Shaping Using Convolutional Neural Network

2022-10-30 · Hani Sami, Hadi Otrok, Jamal Bentahar, Azzam Mourad 외

In this paper, we propose Value Iteration Network for Reward Shaping (VIN-RS), a potential-based reward shaping mechanism using Convolutional Neural Network (CNN). The proposed VIN-RS embeds a CNN trained on computed lab…

MuJoCo

Reward prediction for representation learning and reward shaping

2021-05-07 · Hlynur Davíð Hlynsson, Laurenz Wiskott

One of the fundamental challenges in reinforcement learning (RL) is the one of data efficiency: modern algorithms require a very large number of training samples, especially compared to humans, for solving environments w…

PredictionReinforcement Learning (RL)Representation Learning

Comprehensive Overview of Reward Engineering and Shaping in Advancing Reinforcement Learning Applications

2024-07-22 · Sinan Ibrahim, Mostafa Mostafa, Ali Jnadi, Hadi Salloum 외

The aim of Reinforcement Learning (RL) in real-world applications is to create systems capable of making autonomous decisions by learning from their environment through trial and error. This paper emphasizes the importan…

Autonomous Drivingreinforcement-learningReinforcement LearningReinforcement Learning (RL)