paper-with-me

Papers

Deep Multi-agent Reinforcement Learning for Highway On-Ramp Merging in Mixed Traffic

2021-05-12 · Dong Chen, Mohammad Hajidavalloo, Zhaojian Li, Kaian Chen, Yongqiang Wang, Longsheng Jiang, Yue Wang

On-ramp merging is a challenging task for autonomous vehicles (AVs), especially in mixed traffic where AVs coexist with human-driven vehicles (HDVs). In this paper, we formulate the mixed-traffic highway on-ramp merging problem as a multi-agent reinforcement learning (MARL) problem, where the AVs (on both merge lane and through lane) collaboratively learn a policy to adapt to HDVs to maximize the traffic throughput. We develop an efficient and scalable MARL framework that can be used in dynamic traffic where the communication topology could be time-varying. Parameter sharing and local rewards are exploited to foster inter-agent cooperation while achieving great scalability. An action masking scheme is employed to improve learning efficiency by filtering out invalid/unsafe actions at each step. In addition, a novel priority-based safety supervisor is developed to significantly reduce collision rate and greatly expedite the training process. A gym-like simulation environment is developed and open-sourced with three different levels of traffic densities. We exploit curriculum learning to efficiently learn harder tasks from trained models under simpler settings. Comprehensive experimental results show the proposed MARL framework consistently outperforms several state-of-the-art benchmarks.

📄 PDF Abstract BibTeX arXiv:2105.05701

Code (3)

Derekabc/MARL_CAVs 공식 구현 pytorch
dongchen06/marl_cavs 공식 구현 pytorch
eleurent/highway-env 공식 구현

Tasks

Autonomous Vehiclesreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

A Systematic Study of Multi-Agent Deep Reinforcement Learning for Safe and Robust Autonomous Highway Ramp Entry

2024-11-21 · Larry Schester, Luis E. Ortiz

Vehicles today can drive themselves on highways and driverless robotaxis operate in major cities, with more sophisticated levels of autonomous driving expected to be available and become more common in the future. Yet, t…

Autonomous DrivingDeep Reinforcement Learning

Reinforcement Learning with Latent State Inference for Autonomous On-ramp Merging under Observation Delay

2024-03-18 · Amin Tabrizian, Zhitong Huang, Peng Wei

This paper presents a novel approach to address the challenging problem of autonomous on-ramp merging, where a self-driving vehicle needs to seamlessly integrate into a flow of vehicles on a multi-lane highway. We introd…

Trust-MARL: Trust-Based Multi-Agent Reinforcement Learning Framework for Cooperative On-Ramp Merging Control in Heterogeneous Traffic Flow

2025-06-14 · Jie Pan, Tianyi Wang, Christian Claudel, Jing Shi

Intelligent transportation systems require connected and automated vehicles (CAVs) to conduct safe and efficient cooperation with human-driven vehicles (HVs) in complex real-world traffic environments. However, the inher…

Multi-agent Reinforcement Learning

Safe Reinforcement Learning with Probabilistic Control Barrier Functions for Ramp Merging

2022-12-01 · Soumith Udatha, Yiwei Lyu, John Dolan

Prior work has looked at applying reinforcement learning and imitation learning approaches to autonomous driving scenarios, but either the safety or the efficiency of the algorithm is compromised. With the use of control…

Autonomous DrivingImitation Learningreinforcement-learningReinforcement Learning+2

Fault-Tolerant MARL for CAVs under Observation Perturbations for Highway On-Ramp Merging

2025-11-28 · Yuchen Shi, Huaxin Pei, Yi Zhang, Danya Yao arxiv

Multi-Agent Reinforcement Learning (MARL) holds significant promise for enabling cooperative driving among Connected and Automated Vehicles (CAVs). However, its practical application is hindered by a critical limitation,…

Multi-agent Reinforcement Learning