paper-with-me

홈 › 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 for high-level decision making, whereas low-level algorithms such as the hybrid A* path planning have proven their ability to solve the local trajectory planning problem. In this work, we combine these two methods where the DRL makes high-level decisions such as lane change commands. After obtaining the lane change command, the hybrid A* planner is able to generate a collision-free trajectory to be executed by a model predictive controller (MPC). In addition, the DRL algorithm is able to keep the lane change command consistent within a chosen time-period. Traffic rules are implemented using linear temporal logic (LTL), which is then utilized as a reward function in DRL. Furthermore, we validate the proposed method on a real system to demonstrate its feasibility from simulation to implementation on real hardware.

📄 PDF Abstract BibTeX arXiv:2407.01216

Code (0)

등록된 구현이 없습니다.

Tasks

Autonomous DrivingDecision MakingDeep Reinforcement LearningTrajectory Planning

Similar Papers 제목 키워드 기반

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

Provable Traffic Rule Compliance in Safe Reinforcement Learning on the Open Sea

2024-02-13 · Hanna Krasowski, Matthias Althoff

For safe operation, autonomous vehicles have to obey traffic rules that are set forth in legal documents formulated in natural language. Temporal logic is a suitable concept to formalize such traffic rules. Still, tempor…

Autonomous VehiclesReinforcement Learning (RL)Safe Reinforcement Learning

VORRT-COLREGs: A Hybrid Velocity Obstacles and RRT Based COLREGs-Compliant Path Planner for Autonomous Surface Vessels

2021-09-02 · Rahul Dubey, Sushil J Louis

This paper presents VORRT-COLREGs, a hybrid technique that combines velocity obstacles (VO) and rapidly-exploring random trees (RRT) to generate safe trajectories for autonomous surface vessels (ASVs) while following nau…

valid

Jointly Learnable Behavior and Trajectory Planning for Self-Driving Vehicles

2019-10-10 · Abbas Sadat, Mengye Ren, Andrei Pokrovsky, Yen-Chen Lin 외

The motion planners used in self-driving vehicles need to generate trajectories that are safe, comfortable, and obey the traffic rules. This is usually achieved by two modules: behavior planner, which handles high-level …

Trajectory Planning

Model Predictive Robustness of Signal Temporal Logic Predicates

2022-09-16 · Yuanfei Lin, Haoxuan Li, Matthias Althoff

The robustness of signal temporal logic not only assesses whether a signal adheres to a specification but also provides a measure of how much a formula is fulfilled or violated. The calculation of robustness is based on …

Autonomous DrivingAutonomous Vehiclesmodel