Depth-based obstacle avoidance through deep reinforcement learning

Keyu Wu, Mahdi Abolfazli Esfahani, Shenghai Yuan, Han Wang
2019-02-16
Abstract:Obstacle avoidance is an indispensable technique for mobile robots to maneuver safely without collision. In this paper, we propose an end-to-end deep neural network to derive control commands directly from the raw depth images using deep reinforcement learning. The convolutional neural networks are used to extract the feature representation from the input depth images and the fully connected neural networks subsequently map the features to Q-values for determination of the optimal action. To improve the performance of the network, we adopt a two-stage method so that noisy fully connected layers are employed at the beginning while conventional ones are utilized during the second stage of training. Compared to the existing method, our proposed model exhibits much better performance in avoiding obstacles and converges faster during training.
What problem does this paper attempt to address?