A Distributed Path Planning Algorithm via Reinforcement Learning

Kaihua Cai,Gang Chen
DOI: https://doi.org/10.1109/CAC57257.2022.10055825
2022-11-25
Abstract:Recently, Q-Learning has gained increasing attention in path planning, due to its model-free feature and adaptability to dynamic environment. However, it requires vast storage space and suffers from slow convergence speed as the scale of planning space increases. In order to solve these problems, a kind of cooperation scheme is introduced. We divide the planning space into several sections and each section is equipped with a robot. Each robot is responsible for exploring the local space and sharing a small amount of local information with its neighboring robots. Asynchronous communication is considered in algorithm design, which facilitates the information interaction between robots. Additionally, a table is designed to record the most recent action taken in each state and the corresponding next state, which is used to update the Q-table. Finally, the efficacy of the proposed algorithm is validated in a maze.
Computer Science,Engineering
What problem does this paper attempt to address?