paper-with-me

Papers

Integrating Deep Reinforcement Learning with Model-based Path Planners for Automated Driving

2020-02-02 · Ekim Yurtsever, Linda Capito, Keith Redmill, Umit Ozguner

Automated driving in urban settings is challenging. Human participant behavior is difficult to model, and conventional, rule-based Automated Driving Systems (ADSs) tend to fail when they face unmodeled dynamics. On the other hand, the more recent, end-to-end Deep Reinforcement Learning (DRL) based model-free ADSs have shown promising results. However, pure learning-based approaches lack the hard-coded safety measures of model-based controllers. Here we propose a hybrid approach for integrating a path planning pipe into a vision based DRL framework to alleviate the shortcomings of both worlds. In summary, the DRL agent is trained to follow the path planner's waypoints as close as possible. The agent learns this policy by interacting with the environment. The reward function contains two major terms: the penalty of straying away from the path planner and the penalty of having a collision. The latter has precedence in the form of having a significantly greater numerical value. Experimental results show that the proposed method can plan its path and navigate between randomly chosen origin-destination points in CARLA, a dynamic urban simulation environment. Our code is open-source and available online.

📄 PDF Abstract BibTeX arXiv:2002.00434

Code (1)

Ekim-Yurtsever/Hybrid-DeepRL-Automated-Driving 공식 구현 tf

Tasks

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement LearningReinforcement Learning (RL)

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…
CARLA CARLA is an open-source simulator for autonomous driving research. CARLA has been developed from the ground up to support development, training, and validation of autonomous urban…

Similar Papers 제목 키워드 기반

Reinforcement Learning-based Dynamic Adaptation for Sampling-Based Motion Planning in Agile Autonomous Driving

2025-10-12 · Alexander Langmann, Yevhenii Tokarev, Mattia Piccinini, Korbinian Moller 외 arxiv

Sampling-based trajectory planners are widely used for agile autonomous driving due to their ability to generate fast, smooth, and kinodynamically feasible trajectories. However, their behavior is often governed by a cos…

Reinforcement LearningAutonomous DrivingMotion Planning

Driving with Style: Inverse Reinforcement Learning in General-Purpose Planning for Automated Driving

2019-05-01 · Sascha Rosbach, Vinit James, Simon Großjohann, Silviu Homoceanu 외

Behavior and motion planning play an important role in automated driving. Traditionally, behavior planners instruct local motion planners with predefined behaviors. Due to the high scene complexity in urban environments,…

Motion Planningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Hybrid Deep Reinforcement Learning and Planning for Safe and Comfortable Automated Driving

2022-12-30 · Dikshant Gupta, Mathias Klusch

We present a novel hybrid learning method, HyLEAR, for solving the collision-free navigation problem for self-driving cars in POMDPs. HyLEAR leverages interposed learning to embed knowledge of a hybrid planner into a dee…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning (RL)Self-Driving Cars

Evaluating Automated Driving Planner Robustness against Adversarial Influence

2022-05-29 · Andres Molina-Markham, Silvia G. Ionescu, Erin Lanus, Derek Ng 외

Evaluating the robustness of automated driving planners is a critical and challenging task. Although methodologies to evaluate vehicles are well established, they do not yet account for a reality in which vehicles with a…

Map-World: Masked Action planning and Path-Integral World Model for Autonomous Driving

2025-11-25 · Bin Hu, Zijian Lu, Haicheng Liao, Chengran Yuan 외 arxiv

Motion planning for autonomous driving must handle multiple plausible futures while remaining computationally efficient. Recent end-to-end systems and world-model-based planners predict rich multi-modal trajectories, but…

Reinforcement LearningAutonomous DrivingMotion Planning