English

An Improved Algorithm of Robot Path Planning in Complex Environment Based on Double DQN

Robotics 2021-07-26 v1 Artificial Intelligence

Abstract

Deep Q Network (DQN) has several limitations when applied in planning a path in environment with a number of dilemmas according to our experiment. The reward function may be hard to model, and successful experience transitions are difficult to find in experience replay. In this context, this paper proposes an improved Double DQN (DDQN) to solve the problem by reference to A* and Rapidly-Exploring Random Tree (RRT). In order to achieve the rich experiments in experience replay, the initialization of robot in each training round is redefined based on RRT strategy. In addition, reward for the free positions is specially designed to accelerate the learning process according to the definition of position cost in A*. The simulation experimental results validate the efficiency of the improved DDQN, and robot could successfully learn the ability of obstacle avoidance and optimal path planning in which DQN or DDQN has no effect.

Keywords

Cite

@article{arxiv.2107.11245,
  title  = {An Improved Algorithm of Robot Path Planning in Complex Environment Based on Double DQN},
  author = {Fei Zhang and Chaochen Gu and Feng Yang},
  journal= {arXiv preprint arXiv:2107.11245},
  year   = {2021}
}

Comments

Accepted in International Conference on Guidance, Navigation and Control,2020

R2 v1 2026-06-24T04:27:52.182Z