paper-with-me

홈 › Papers

Enhancing the MADDPG Algorithm for Multi-Agent Learning via Action Inference and Importance Sampling

2026-06-03 · Marc Walden, Jason Liu, Shaashwath Sivakumar, Ryan Liu, Hamza Khan arxiv

We investigate multi-agent deep reinforcement learning and propose two enhancements to the Multi-Agent Deep Deterministic Policy Gradient (MADDPG) algorithm. First, we introduce a novel Action Inference mechanism that enables each agent to predict other agents' intended actions, thereby improving the accuracy and stability of its own policy. Second, we apply an importance sampling strategy, using geometric distribution, in the replay buffer to prioritize more recent and informative experiences, which helps mitigate the non-stationarity inherent in multi-agent environments. We evaluate both modifications on the discrete-action Predator-Prey task provided by the PettingZoo library, a flexible Python interface for general multi-agent reinforcement learning benchmarks. Our results indicate that Action Inference is effective in improving learning stability and inter-agent cooperation and that importance sampling using geometric distribution can lead to significant improvements in exploration efficiency over standard MADDPG. Code available at https://github.com/shaashwathsivakumar/MARL_Proj

📄 PDF Abstract BibTeX arXiv:2606.05021

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Revisiting the Gumbel-Softmax in MADDPG

2023-02-23 · Callum Rhys Tilbury, Filippos Christianos, Stefano V. Albrecht

MADDPG is an algorithm in multi-agent reinforcement learning (MARL) that extends the popular single-agent method, DDPG, to multi-agent scenarios. Importantly, DDPG is an algorithm designed for continuous action spaces, w…

BenchmarkingMulti-agent Reinforcement Learning

Fully-Decentralized MADDPG with Networked Agents

2025-03-09 · Diego Bolliger, Lorenz Zauter, Robert Ziegler

In this paper, we devise three actor-critic algorithms with decentralized training for multi-agent reinforcement learning in cooperative, adversarial, and mixed settings with continuous action spaces. To this goal, we ad…

Multi-agent Reinforcement Learning

Variational Inequality Methods for Multi-Agent Reinforcement Learning: Performance and Stability Gains

2024-10-10 · Baraah A. M. Sidahmed, Tatjana Chavdarova

Multi-agent reinforcement learning (MARL) presents unique challenges as agents learn strategies through experiences. Gradient-based methods are often sensitive to hyperparameter selection and initial random seed variatio…

Multi-agent Reinforcement Learning

Scalable Neighborhood-Based Multi-Agent Actor-Critic

2026-04-20 · Tim Goppelsroeder, Rasmus Jensen arxiv

We propose MADDPG-K, a scalable extension to Multi-Agent Deep Deterministic Policy Gradient (MADDPG) that addresses the computational limitations of centralized critic approaches. Centralized critics, which condition on …

FACMAC: Factored Multi-Agent Centralised Policy Gradients

2020-03-14 · NeurIPS 2021 12 · Bei Peng, Tabish Rashid, Christian A. Schroeder de Witt, Pierre-Alexandre Kamienny 외

We propose FACtored Multi-Agent Centralised policy gradients (FACMAC), a new method for cooperative multi-agent reinforcement learning in both discrete and continuous action spaces. Like MADDPG, a popular multi-agent act…

MuJoCoMulti-agent Reinforcement LearningQ-LearningReinforcement Learning+3