paper-with-me

Papers

Multi-Agent Constrained Policy Optimisation

2021-10-06 · Shangding Gu, Jakub Grudzien Kuba, Munning Wen, Ruiqing Chen, Ziyan Wang, Zheng Tian, Jun Wang, Alois Knoll, Yaodong Yang

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 safety awareness is particularly challenging because each individual agent has to not only meet its own safety constraints, but also consider those of others so that their joint behaviour can be guaranteed safe. Despite its importance, the problem of safe multi-agent learning has not been rigorously studied; very few solutions have been proposed, nor a sharable testing environment or benchmarks. To fill these gaps, in this work, we formulate the safe MARL problem as a constrained Markov game and solve it with policy optimisation methods. Our solutions -- Multi-Agent Constrained Policy Optimisation (MACPO) and MAPPO-Lagrangian -- leverage the theories from both constrained policy optimisation and multi-agent trust region learning. Crucially, our methods enjoy theoretical guarantees of both monotonic improvement in reward and satisfaction of safety constraints at every iteration. To examine the effectiveness of our methods, we develop the benchmark suite of Safe Multi-Agent MuJoCo that involves a variety of MARL baselines. Experimental results justify that MACPO/MAPPO-Lagrangian can consistently satisfy safety constraints, meanwhile achieving comparable performance to strong baselines.

📄 PDF Abstract BibTeX arXiv:2110.02793

Code (4)

chauncygu/multi-agent-constrained-policy-optimisation 공식 구현 pytorch
chauncygu/safe-multi-agent-isaac-gym pytorch
chauncygu/safe-multi-agent-mujoco
chauncygu/safe-multi-agent-robosuite

Tasks

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

Similar Papers 제목 키워드 기반

Self-Supervised On-Policy Reinforcement Learning via Contrastive Proximal Policy Optimisation

2026-05-13 · Asim Osman, Sasha Abramowitz, Mark Bergh, Ulrich Armel Mbou Sob 외 arxiv

Contrastive reinforcement learning (CRL) learns goal-conditioned Q-values through a contrastive objective over state-action and goal representations, removing the need for hand-crafted reward functions. Despite impressiv…

Self-Supervised LearningReinforcement Learning

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 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…

Multi-agent Reinforcement Learning

Learning and Calibrating Heterogeneous Bounded Rational Market Behaviour with Multi-Agent Reinforcement Learning

2024-02-01 · Benjamin Patrick Evans, Sumitra Ganesh

Agent-based models (ABMs) have shown promise for modelling various real world phenomena incompatible with traditional equilibrium analysis. However, a critical concern is the manual definition of behavioural rules in ABM…

Multi-agent Reinforcement Learning

Robust Lagrangian and Adversarial Policy Gradient for Robust Constrained Markov Decision Processes

2023-08-22 · David M. Bossens

The robust constrained Markov decision process (RCMDP) is a recent task-modelling framework for reinforcement learning that incorporates behavioural constraints and that provides robustness to errors in the transition dy…

Incremental Learning