Research on path planning algorithm of mobile robot based on reinforcement learning

Guoqian Pan,Yong Xiang,Xiaorui Wang,Zhongquan Yu,Xinzhi Zhou
DOI: https://doi.org/10.1007/s00500-022-07293-4
IF: 3.732
2022-07-21
Soft Computing
Abstract:In order to solve the problems of low learning efficiency and slow convergence speed when mobile robot uses reinforcement learning method for path planning in complex environment, a reinforcement learning method based on each round path planning result is proposed. Firstly, the algorithm adds obstacle learning matrix to improve the success rate of path planning; and introduces heuristic reward to speed up the learning process by reducing the search space; then proposes a method of dynamically adjusting the exploration factor to balance the exploration and utilization in path planning, so as to further improve the performance of the algorithm. Finally, the simulation experiment in grid environment shows that compared with Q-learning algorithm, the improved algorithm not only shortens the average path length of the robot to reach the target position, but also speeds up the learning efficiency of the algorithm, so that the robot can find the optimal path more quickly. The code of EPRQL algorithm proposed in this paper has been published to GitHub: https://github.com/panpanpanguoguoqian/mypaper1.git.
computer science, artificial intelligence, interdisciplinary applications
What problem does this paper attempt to address?