A Deep Q Network for Robotic Planning from Image

Jianhui Han,Huaping Liu,Bowen Wang
DOI: https://doi.org/10.1109/icarm.2017.8273235
2017-01-01
Abstract:In this paper, the Deep Reinforcement Learning (DRL) is proposed to address a planning issue which is different from the traditional SLAM algorithm. It is an end-to-end trainable framework in which we do not need to build a map for the agent in advance. We apply a Q-CNN model whose policy is to combine the Convolutional Neural Network (CNN) and the Q functions. The raw images are used as inputs and outputs action directly. To achieve the task, we develop a simulation environment in Gazebo, which provides indoor 3D scenes with physics engine and high-quality pictures. In the environment, agent can be controlled conveniently and interacted with objects freely. Our experiment is to find the shortest trajectories from the initial location to the target. After iterative training, we have trained a set of parameters to approximate Q function well and made it have a better performance.
What problem does this paper attempt to address?