paper-with-me

Papers

Regularized Softmax Deep Multi-Agent Q-Learning

2021-12-01 · NeurIPS 2021 12 · Ling Pan, Tabish Rashid, Bei Peng, Longbo Huang, Shimon Whiteson

Tackling overestimation in $Q$-learning is an important problem that has been extensively studied in single-agent reinforcement learning, but has received comparatively little attention in the multi-agent setting. In this work, we empirically demonstrate that QMIX, a popular $Q$-learning algorithm for cooperative multi-agent reinforcement learning (MARL), suffers from a more severe overestimation in practice than previously acknowledged, and is not mitigated by existing approaches. We rectify this with a novel regularization-based update scheme that penalizes large joint action-values that deviate from a baseline and demonstrate its effectiveness in stabilizing learning. Furthermore, we propose to employ a softmax operator, which we efficiently approximate in a novel way in the multi-agent setting, to further reduce the potential overestimation bias. Our approach, Regularized Softmax (RES) Deep Multi-Agent $Q$-Learning, is general and can be applied to any $Q$-learning based MARL algorithm. We demonstrate that, when applied to QMIX, RES avoids severe overestimation and significantly improves performance, yielding state-of-the-art results in a variety of cooperative multi-agent tasks, including the challenging StarCraft II micromanagement benchmarks.

📄 PDF Abstract BibTeX

Code (1)

ling-pan/res 공식 구현 pytorch

Tasks

Multi-agent Reinforcement LearningQ-Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)StarcraftStarcraft II

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Regularized Softmax Deep Multi-Agent $Q$-Learning

2021-03-22 · Ling Pan, Tabish Rashid, Bei Peng, Longbo Huang 외

Tackling overestimation in $Q$-learning is an important problem that has been extensively studied in single-agent reinforcement learning, but has received comparatively little attention in the multi-agent setting. In thi…

Multi-agent Reinforcement LearningQ-Learningreinforcement-learningReinforcement Learning+3

Implicitly Regularized RL with Implicit Q-Values

2021-08-16 · Nino Vieillard, Marcin Andrychowicz, Anton Raichuk, Olivier Pietquin 외

The $Q$-function is a central quantity in many Reinforcement Learning (RL) algorithms for which RL agents behave following a (soft)-greedy policy w.r.t. to $Q$. It is a powerful tool that allows action selection without …

Reinforcement Learning (RL)

Global linear convergence of entropy-regularized softmax policy gradient beyond tabular MDPs

2026-05-24 · Ziyue Chen, David Šiška, Lukasz Szpruch arxiv

We study the global convergence of policy gradient for infinite-horizon entropy-regularized Markov decision processes (MDPs) with continuous state and action spaces. We consider log-linear softmax policies with linear fu…

Sharp Spectral Thresholds for Logit Fixed Points

2026-05-15 · Tongxi Wang arxiv

Softmax feedback systems are a common mathematical core of entropy-regularized reinforcement learning, logit game dynamics, population choice, and mean-field variational updates. Their central stability question is simpl…

Reinforcement Learning

Vanishing L2 regularization for the softmax Multi Armed Bandit

2026-05-05 · Stefana-Lucia Anita, Gabriel Turinici arxiv

Multi Armed Bandit (MAB) algorithms are a cornerstone of reinforcement learning and have been studied both theoretically and numerically. One of the most commonly used implementation uses a softmax mapping to prescribe t…

Reinforcement Learning