paper-with-me

Papers

Multi-Agent Trust Region Policy Optimisation: A Joint Constraint Approach

2025-08-14 · Chak Lam Shek, Guangyao Shi, Pratap Tokekar arxiv

Multi-agent reinforcement learning (MARL) requires coordinated and stable policy updates among interacting agents. Heterogeneous-Agent Trust Region Policy Optimization (HATRPO) enforces per-agent trust region constraints using Kullback-Leibler (KL) divergence to stabilize training. However, assigning each agent the same KL threshold can lead to slow and locally optimal updates, especially in heterogeneous settings. To address this limitation, we propose two approaches for allocating the KL divergence threshold across agents: HATRPO-W, a Karush-Kuhn-Tucker-based (KKT-based) method that optimizes threshold assignment under global KL constraints, and HATRPO-G, a greedy algorithm that prioritizes agents based on improvement-to-divergence ratio. By connecting sequential policy optimization with constrained threshold scheduling, our approach enables more flexible and effective learning in heterogeneous-agent settings. Experimental results demonstrate that our methods significantly boost the performance of HATRPO, achieving faster convergence and higher final rewards across diverse MARL benchmarks. Specifically, HATRPO-W and HATRPO-G achieve comparable improvements in final performance, each exceeding 22.5%. Notably, HATRPO-W also demonstrates more stable learning dynamics, as reflected by its lower variance.

📄 PDF Abstract BibTeX arXiv:2508.10340

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-agent Reinforcement Learning

Similar Papers 제목 키워드 기반

Trust Region Policy Optimisation in Multi-Agent Reinforcement Learning

2021-09-23 · ICLR 2022 4 · Jakub Grudzien Kuba, Ruiqing Chen, Muning Wen, Ying Wen 외

Trust region methods rigorously enabled reinforcement learning (RL) agents to learn monotonically improving policies, leading to superior performance on a variety of tasks. Unfortunately, when it comes to multi-agent rei…

LEMMAMuJoCoMulti-agent Reinforcement Learningreinforcement-learning+2

Multi-Agent Constrained Policy Optimisation

2021-10-06 · Shangding Gu, Jakub Grudzien Kuba, Munning Wen, Ruiqing Chen 외

Developing reinforcement learning algorithms that satisfy safety constraints is becoming increasingly important in real-world applications. In multi-agent reinforcement learning (MARL) settings, policy optimisation with …

MuJoCoMulti-agent Reinforcement Learningreinforcement-learningReinforcement Learning+1

On-Policy Trust Region Policy Optimisation with Replay Buffers

2019-01-18 · ICLR 2019 5 · Dmitry Kangin, Nicolas Pugeault

Building upon the recent success of deep reinforcement learning methods, we investigate the possibility of on-policy reinforcement learning improvement by reusing the data from several consecutive policies. On-policy met…

Continuous ControlDeep Reinforcement LearningPolicy Gradient Methodsreinforcement-learning+2

Probabilistic Curriculum Learning for Goal-Based Reinforcement Learning

2025-04-02 · Llewyn Salt, Marcus Gallagher

Reinforcement learning (RL) -- algorithms that teach artificial agents to interact with environments by maximising reward signals -- has achieved significant success in recent years. These successes have been facilitated…

continuous-controlContinuous ControlQ-Learningreinforcement-learning+2

Rethinking Ratio-Based Trust Regions for Policy Optimization in Multi-Agent Reinforcement Learning

2026-05-09 · Chulabhaya Wijesundara, Andrea Baisero, Zhongheng Li, Gregory Castañón 외 arxiv

Centralized training with decentralized execution (CTDE) is a standard framework for cooperative multi-agent policy-gradient reinforcement learning, allowing agents to learn from joint information while acting from local…

Multi-agent Reinforcement Learning