paper-with-me

Papers

Efficient Reinforcement Learning for Autonomous Driving with Parameterized Skills and Priors

2023-05-08 · Letian Wang, Jie Liu, Hao Shao, Wenshuo Wang, RuoBing Chen, Yu Liu, Steven L. Waslander

When autonomous vehicles are deployed on public roads, they will encounter countless and diverse driving situations. Many manually designed driving policies are difficult to scale to the real world. Fortunately, reinforcement learning has shown great success in many tasks by automatic trial and error. However, when it comes to autonomous driving in interactive dense traffic, RL agents either fail to learn reasonable performance or necessitate a large amount of data. Our insight is that when humans learn to drive, they will 1) make decisions over the high-level skill space instead of the low-level control space and 2) leverage expert prior knowledge rather than learning from scratch. Inspired by this, we propose ASAP-RL, an efficient reinforcement learning algorithm for autonomous driving that simultaneously leverages motion skills and expert priors. We first parameterized motion skills, which are diverse enough to cover various complex driving scenarios and situations. A skill parameter inverse recovery method is proposed to convert expert demonstrations from control space to skill space. A simple but effective double initialization technique is proposed to leverage expert priors while bypassing the issue of expert suboptimality and early performance degradation. We validate our proposed method on interactive dense-traffic driving tasks given simple and sparse rewards. Experimental results show that our method can lead to higher learning efficiency and better driving performance relative to previous methods that exploit skills and priors differently. Code is open-sourced to facilitate further research.

📄 PDF Abstract BibTeX arXiv:2305.04412

Code (1)

letian-wang/asaprl 공식 구현 pytorch

Tasks

Autonomous DrivingAutonomous Vehiclesreinforcement-learning

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

Boosting Offline Reinforcement Learning for Autonomous Driving with Hierarchical Latent Skills

2023-09-24 · Zenan Li, Fan Nie, Qiao Sun, Fang Da 외

Learning-based vehicle planning is receiving increasing attention with the emergence of diverse driving simulators and large-scale driving datasets. While offline reinforcement learning (RL) is well suited for these safe…

Autonomous DrivingOffline RLreinforcement-learningReinforcement Learning (RL)

CIMRL: Combining IMitation and Reinforcement Learning for Safe Autonomous Driving

2024-06-13 · Jonathan Booher, Khashayar Rohanimanesh, Junhong Xu, Vladislav Isenbaev 외

Modern approaches to autonomous driving rely heavily on learned components trained with large amounts of human driving data via imitation learning. However, these methods require large amounts of expensive data collectio…

Autonomous DrivingAutonomous VehiclesImitation Learningreinforcement-learning+3

RoboStriker: Hierarchical Decision-Making for Autonomous Humanoid Boxing

2026-01-30 · Kangning Yin, Zhe Cao, Wentao Dong, Weishuai Zeng 외 arxiv

Achieving human-level competitive intelligence and physical agility in humanoid robots remains a major challenge, particularly in contact-rich and highly dynamic tasks such as boxing. While Multi-Agent Reinforcement Lear…

Multi-agent Reinforcement Learning

Safe Hybrid-Action Reinforcement Learning-Based Decision and Control for Discretionary Lane Change

2024-03-01 · Ruichen Xu, Xiao Liu, Jinming Xu, Yuan Lin

Autonomous lane-change, a key feature of advanced driver-assistance systems, can enhance traffic efficiency and reduce the incidence of accidents. However, safe driving of autonomous vehicles remains challenging in compl…

Autonomous DrivingAutonomous Vehiclesreinforcement-learning

Hybrid Action Based Reinforcement Learning for Multi-Objective Compatible Autonomous Driving

2025-01-14 · Guizhe Jin, Zhuoren Li, Bo Leng, Wei Han 외

Reinforcement Learning (RL) has shown excellent performance in solving decision-making and control problems of autonomous driving, which is increasingly applied in diverse driving scenarios. However, driving is a multi-a…

AttributeAutonomous DrivingReinforcement Learning (RL)