paper-with-me

홈 › Papers

HOPE: A Reinforcement Learning-based Hybrid Policy Path Planner for Diverse Parking Scenarios

2024-05-31 · Mingyang Jiang, Yueyuan Li, Songan Zhang, Siyuan Chen, Chunxiang Wang, Ming Yang

Automated parking stands as a highly anticipated application of autonomous driving technology. However, existing path planning methodologies fall short of addressing this need due to their incapability to handle the diverse and complex parking scenarios in reality. While non-learning methods provide reliable planning results, they are vulnerable to intricate occasions, whereas learning-based ones are good at exploration but unstable in converging to feasible solutions. To leverage the strengths of both approaches, we introduce Hybrid pOlicy Path plannEr (HOPE). This novel solution integrates a reinforcement learning agent with Reeds-Shepp curves, enabling effective planning across diverse scenarios. HOPE guides the exploration of the reinforcement learning agent by applying an action mask mechanism and employs a transformer to integrate the perceived environmental information with the mask. To facilitate the training and evaluation of the proposed planner, we propose a criterion for categorizing the difficulty level of parking scenarios based on space and obstacle distribution. Experimental results demonstrate that our approach outperforms typical rule-based algorithms and traditional reinforcement learning methods, showing higher planning success rates and generalization across various scenarios. We also conduct real-world experiments to verify the practicability of HOPE. The code for our solution is openly available on https://github.com/jiamiya/HOPE.

📄 PDF Abstract BibTeX arXiv:2405.20579

Code (2)

jiamiya/HOPE 공식 구현 pytorch
woodoxen/tactics2d 공식 구현

Tasks

Autonomous Drivingreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Let Hybrid A* Path Planner Obey Traffic Rules: A Deep Reinforcement Learning-Based Planning Framework

2024-07-01 · Xibo Li, Shruti Patel, Christof Büskens

Deep reinforcement learning (DRL) allows a system to interact with its environment and take actions by training an efficient policy that maximizes self-defined rewards. In autonomous driving, it can be used as a strategy…

Autonomous DrivingDecision MakingDeep Reinforcement LearningTrajectory Planning

Hybrid Motion Planning with Deep Reinforcement Learning for Mobile Robot Navigation

2025-12-31 · Yury Kolomeytsev, Dmitry Golembiovsky arxiv

Autonomous mobile robots operating in complex, dynamic environments face the dual challenge of navigating large-scale, structurally diverse spaces with static obstacles while safely interacting with various moving agents…

Reinforcement LearningCollision AvoidanceRobot NavigationMotion Planning

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

Deep Reinforcement LearningNavigatereinforcement-learningReinforcement Learning+1

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

Path-conditioned Reinforcement Learning-based Local Planning for Long-Range Navigation

2026-03-14 · Mateo Haro, Julia Richter, Fan Yang, Cesar Cadena 외 arxiv

Long-range navigation is commonly addressed through hierarchical pipelines in which a global planner generates a path, decomposed into waypoints, and followed sequentially by a local planner. These systems are sensitive …

Reinforcement Learning