End-to-End Training of Deep Visuomotor Policies
This addresses the need for more efficient and integrated robotic control systems, though it is incremental as it builds on existing policy search methods.
The paper tackles the problem of whether joint end-to-end training of perception and control systems outperforms separate training for robot manipulation tasks, achieving improved performance on real-world tasks like screwing a cap onto a bottle.
Policy search methods can allow robots to learn control policies for a wide range of tasks, but practical applications of policy search often require hand-engineered components for perception, state estimation, and low-level control. In this paper, we aim to answer the following question: does training the perception and control systems jointly end-to-end provide better performance than training each component separately? To this end, we develop a method that can be used to learn policies that map raw image observations directly to torques at the robot's motors. The policies are represented by deep convolutional neural networks (CNNs) with 92,000 parameters, and are trained using a partially observed guided policy search method, which transforms policy search into supervised learning, with supervision provided by a simple trajectory-centric reinforcement learning method. We evaluate our method on a range of real-world manipulation tasks that require close coordination between vision and control, such as screwing a cap onto a bottle, and present simulated comparisons to a range of prior policy search methods.