@article{Li2024, 
author = {Zhaoying Li and Jiaqi Huang and Yuheng Fei and Ruoling Shi},
title = {A Novel Exploration Mechanism of RRT Guided by Deep Q-Network},
year = {2024},
journal = {Unmanned Systems},
volume = {12},
number = {3},
pages = {447-456},
keywords = {Motion and path planning, deep learning methods, task and motion planning, RRT algorithm},
url = {https://www.sciopen.com/article/10.1142/S2301385024420068},
doi = {10.1142/S2301385024420068},
abstract = {A novel exploration mechanism for addressing the issues of slow convergence speed, excessive redundancy and low path quality associated with the inherent randomness of Rapidly-exploring Random Tree (RRT)’s sampling approach is presented. First, the node exploration process of the RRT algorithm is modeled as a Markov Decision Process (MDP) by designing the action space and reward function. Subsequently, a novel node exploration mechanism based on RRT-Connect is developed by integrating environmental feedback information. Finally, the combination of Deep Q-Network (DQN) and RRT is achieved through the proposed DQN-RRT algorithm, which incorporates the structure and training method of DQN. Compared to the traditional RRT algorithm, the proposed algorithm balances planning autonomy, reduces search redundancy and efficient obstacle avoidance. Simulations are given to validate the performance optimization function of the proposed algorithm in RRT path planning.}
}