paper-with-me

홈 › Papers

Adaptive Learning Rates for Multi-Agent Reinforcement Learning

2021-01-01 · Jiechuan Jiang, Zongqing Lu

In multi-agent reinforcement learning (MARL), the learning rates of actors and critic are mostly hand-tuned and fixed. This not only requires heavy tuning but more importantly limits the learning. With adaptive learning rates according to gradient patterns, some optimizers have been proposed for general optimizations, which however do not take into consideration the characteristics of MARL. In this paper, we propose AdaMa to bring adaptive learning rates to cooperative MARL. AdaMa evaluates the contribution of actors' updates to the improvement of Q-value and adaptively updates the learning rates of actors to the direction of maximally improving the Q-value. AdaMa could also dynamically balance the learning rates between the critic and actors according to their varying effects on the learning. Moreover, AdaMa can incorporate the second-order approximation to capture the contribution of pairwise actors' updates and thus more accurately updates the learning rates of actors. Empirically, we show that AdaMa could accelerate the learning and improve the performance in a variety of multi-agent scenarios, and the visualizations of learning rates during training clearly explain how and why AdaMa works.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

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

Similar Papers 제목 키워드 기반

ARAC: Adaptive Regularized Multi-Agent Soft Actor-Critic in Graph-Structured Adversarial Games

2025-11-11 · Ruochuan Shi, Runyu Lu, Yuanheng Zhu, Dongbin Zhao arxiv

In graph-structured multi-agent reinforcement learning (MARL) adversarial tasks such as pursuit and confrontation, agents must coordinate under highly dynamic interactions, where sparse rewards hinder efficient policy le…

Multi-agent Reinforcement LearningGraph Neural Network

Multi-Agent Reinforcement Learning in Cybersecurity: From Fundamentals to Applications

2025-05-26 · Christoph R. Landolt, Christoph Würsch, Roland Meier, Alain Mermoud 외

Multi-Agent Reinforcement Learning (MARL) has shown great potential as an adaptive solution for addressing modern cybersecurity challenges. MARL enables decentralized, adaptive, and collaborative defense strategies and p…

Adversarial RobustnessIntrusion DetectionMulti-agent Reinforcement Learning

Q-ARDNS-Multi: A Multi-Agent Quantum Reinforcement Learning Framework with Meta-Cognitive Adaptation for Complex 3D Environments

2025-06-02 · Umberto Gonçalves de Sousa

This paper presents Q-ARDNS-Multi, an advanced multi-agent quantum reinforcement learning (QRL) framework that extends the ARDNS-FN-Quantum model, where Q-ARDNS-Multi stands for "Quantum Adaptive Reward-Driven Neural Sim…

Autonomous NavigationCollision AvoidanceComputational EfficiencyDecision Making Under Uncertainty

MobileRL: Online Agentic Reinforcement Learning for Mobile GUI Agents

2025-09-10 · Yifan Xu, Xiao Liu, Xinghan Liu, Jiaqi Fu 외 arxiv

Building general-purpose graphical user interface (GUI) agents has become increasingly promising with the progress in vision language models. However, developing effective mobile GUI agents with reinforcement learning (R…

Reinforcement Learning

Coach-assisted Multi-Agent Reinforcement Learning Framework for Unexpected Crashed Agents

2022-03-16 · Jian Zhao, Youpeng Zhao, Weixun Wang, Mingyu Yang 외

Multi-agent reinforcement learning is difficult to be applied in practice, which is partially due to the gap between the simulated and real-world scenarios. One reason for the gap is that the simulated systems always ass…

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