paper-with-me

홈 › Papers

Negative Update Intervals in Deep Multi-Agent Reinforcement Learning

2018-09-13 · Gregory Palmer, Rahul Savani, Karl Tuyls

In Multi-Agent Reinforcement Learning (MA-RL), independent cooperative learners must overcome a number of pathologies to learn optimal joint policies. Addressing one pathology often leaves approaches vulnerable towards others. For instance, hysteretic Q-learning addresses miscoordination while leaving agents vulnerable towards misleading stochastic rewards. Other methods, such as leniency, have proven more robust when dealing with multiple pathologies simultaneously. However, leniency has predominately been studied within the context of strategic form games (bimatrix games) and fully observable Markov games consisting of a small number of probabilistic state transitions. This raises the question of whether these findings scale to more complex domains. For this purpose we implement a temporally extend version of the Climb Game, within which agents must overcome multiple pathologies simultaneously, including relative overgeneralisation, stochasticity, the alter-exploration and moving target problems, while learning from a large observation space. We find that existing lenient and hysteretic approaches fail to consistently learn near optimal joint-policies in this environment. To address these pathologies we introduce Negative Update Intervals-DDQN (NUI-DDQN), a Deep MA-RL algorithm which discards episodes yielding cumulative rewards outside the range of expanding intervals. NUI-DDQN consistently gravitates towards optimal joint-policies in our environment, overcoming the outlined pathologies.

📄 PDF Abstract BibTeX arXiv:1809.05096

Code (1)

gjp1203/nui_in_madrl 공식 구현

Tasks

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

Methods 이 논문이 사용한 방법론

Q-Learning Q-Learning is an off-policy temporal difference control algorithm: $$Q\left(S\_{t}, A\_{t}\right) \leftarrow Q\left(S\_{t}, A\_{t}\right) + \alpha\left[R_{t+1} +…

Similar Papers 제목 키워드 기반

Lenient Multi-Agent Deep Reinforcement Learning

2017-07-14 · Gregory Palmer, Karl Tuyls, Daan Bloembergen, Rahul Savani

Much of the success of single agent deep reinforcement learning (DRL) in recent years can be attributed to the use of experience replay memories (ERM), which allow Deep Q-Networks (DQNs) to be trained efficiently through…

Deep Reinforcement LearningMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

Efficient Model-based Multi-agent Reinforcement Learning via Optimistic Equilibrium Computation

2022-03-14 · Pier Giuseppe Sessa, Maryam Kamgarpour, Andreas Krause

We consider model-based multi-agent reinforcement learning, where the environment transition model is unknown and can only be learned via expensive interactions with the environment. We propose H-MARL (Hallucinated Multi…

Autonomous DrivingGaussian ProcessesMulti-agent Reinforcement Learningreinforcement-learning+2

Gradient Coupling: The Hidden Barrier to Generalization in Agentic Reinforcement Learning

2025-09-28 · Jingyu Liu, Xiaopeng Wu, Jingquan Peng, Kehan Chen 외 arxiv

Reinforcement learning (RL) is a dominant paradigm for training autonomous agents, yet these agents often exhibit poor generalization, failing to adapt to scenarios not seen during training. In this work, we identify a f…

Reinforcement Learning

$K$-Level Policy Gradients for Multi-Agent Reinforcement Learning

2025-09-15 · Aryaman Reddi, Gabriele Tiboni, Jan Peters, Carlo D'Eramo arxiv

Actor-critic algorithms for deep multi-agent reinforcement learning (MARL) typically employ a policy update that responds to the current strategies of other agents. While being straightforward, this approach does not acc…

Multi-agent Reinforcement LearningStarcraft II

Learning to Trigger: Reinforcement Learning at the Large Hadron Collider

2026-06-27 · Zixin Ding, Shaghayegh Emami, Giovanna Salvi, Cecilia Tosciri 외 hf

High-throughput scientific facilities such as the Large Hadron Collider depend on real-time event filtering (triggering) under tight constraints on bandwidth, latency, and storage. In practice, trigger menus are largely …

Reinforcement Learning