paper-with-me

홈 › Papers

Safe Driving via Expert Guided Policy Optimization

2021-10-13 · Zhenghao Peng, Quanyi Li, Chunxiao Liu, Bolei Zhou

When learning common skills like driving, beginners usually have domain experts standing by to ensure the safety of the learning process. We formulate such learning scheme under the Expert-in-the-loop Reinforcement Learning where a guardian is introduced to safeguard the exploration of the learning agent. While allowing the sufficient exploration in the uncertain environment, the guardian intervenes under dangerous situations and demonstrates the correct actions to avoid potential accidents. Thus ERL enables both exploration and expert's partial demonstration as two training sources. Following such a setting, we develop a novel Expert Guided Policy Optimization (EGPO) method which integrates the guardian in the loop of reinforcement learning. The guardian is composed of an expert policy to generate demonstration and a switch function to decide when to intervene. Particularly, a constrained optimization technique is used to tackle the trivial solution that the agent deliberately behaves dangerously to deceive the expert into taking over. Offline RL technique is further used to learn from the partial demonstration generated by the expert. Safe driving experiments show that our method achieves superior training and test-time safety, outperforms baselines with a substantial margin in sample efficiency, and preserves the generalizabiliy to unseen environments in test-time. Demo video and source code are available at: https://decisionforce.github.io/EGPO/

📄 PDF Abstract BibTeX arXiv:2110.06831

Code (1)

decisionforce/EGPO 공식 구현 pytorch

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Guided Online Distillation: Promoting Safe Reinforcement Learning by Offline Demonstration

2023-09-18 · Jinning Li, Xinyi Liu, Banghua Zhu, Jiantao Jiao 외

Safe Reinforcement Learning (RL) aims to find a policy that achieves high rewards while satisfying cost constraints. When learning from scratch, safe RL agents tend to be overly conservative, which impedes exploration an…

Autonomous DrivingDecision Makingreinforcement-learningReinforcement Learning+2

From Learning to Mastery: Achieving Safe and Efficient Real-World Autonomous Driving with Human-In-The-Loop Reinforcement Learning

2025-10-07 · Li Zeqiao, Wang Yijing, Wang Haoyu, Li Zheng 외 arxiv

Autonomous driving with reinforcement learning (RL) has significant potential. However, applying RL in real-world settings remains challenging due to the need for safe, efficient, and robust learning. Incorporating human…

Reinforcement LearningAutonomous Driving

VL-SAFE: Vision-Language Guided Safety-Aware Reinforcement Learning with World Models for Autonomous Driving

2025-05-22 · Yansong Qu, Zilin Huang, Zihao Sheng, Jiancong Chen 외

Reinforcement learning (RL)-based autonomous driving policy learning faces critical limitations such as low sample efficiency and poor generalization; its reliance on online interactions and trial-and-error learning is e…

Autonomous DrivingReinforcement Learning (RL)

Expert Knowledge-driven Reinforcement Learning for Autonomous Racing via Trajectory Guidance and Dynamics Constraints

2026-03-06 · Bo Leng, Weiqi Zhang, Zhuoren Li, Lu Xiong 외 arxiv

Reinforcement learning has demonstrated significant potential in the field of autonomous driving. However, it suffers from defects such as training instability and unsafe action outputs when faced with autonomous racing …

Reinforcement LearningAutonomous Driving

SARAD: LLM-Based Safety-Aware Hybrid Reinforcement Learning with Collision Prediction for Autonomous Driving

2026-05-27 · Kangyu Wu, Peng Cui, Guoxi Chen, Ya Zhang arxiv

Ensuring both safety and efficiency in decision-making for autonomous driving systems remains a fundamental challenge. Traditional Deep Reinforcement Learning (DRL) suffers from unsafe random exploration and slow converg…

Reinforcement LearningAutonomous Driving