DRL-Based Trajectory Tracking for Motion-Related Modules in Autonomous Driving

Yinda Xu,Lidong Yu
DOI: https://doi.org/10.48550/arXiv.2308.15991
2024-03-24
Abstract:Autonomous driving systems are always built on motion-related modules such as the planner and the controller. An accurate and robust trajectory tracking method is indispensable for these motion-related modules as a primitive routine. Current methods often make strong assumptions about the model such as the context and the dynamics, which are not robust enough to deal with the changing scenarios in a real-world system. In this paper, we propose a Deep Reinforcement Learning (DRL)-based trajectory tracking method for the motion-related modules in autonomous driving systems. The representation learning ability of DL and the exploration nature of RL bring strong robustness and improve accuracy. Meanwhile, it enhances versatility by running the trajectory tracking in a model-free and data-driven manner. Through extensive experiments, we demonstrate both the efficiency and effectiveness of our method compared to current methods. Code and documentation are released to facilitate both further research and industrial deployment.
Robotics,Artificial Intelligence
What problem does this paper attempt to address?
The problem that this paper attempts to solve is that in the autonomous driving system, the existing trajectory - tracking methods rely on accurate and static model assumptions, which are difficult to meet in real - world applications, resulting in these methods being not robust enough when dealing with complex and changeable scenarios. Specifically, current methods are either based on heuristic models or trajectory optimization. Although heuristic models can efficiently handle certain scenarios, they perform poorly when the speed distribution is wide and the shape of the reference line is complex; while the trajectory optimization method can achieve high - precision tracking when the initial trajectory is appropriate, an inappropriate initial trajectory will lead to failure because the dynamic model has non - linear characteristics. Therefore, the paper proposes a trajectory - tracking method based on deep reinforcement learning (DRL), aiming to reduce the dependence on the model, improve robustness and accuracy, and enhance universality. The effectiveness and efficiency of this method have been verified through extensive experiments.