Deep Predictive Policy Training using Reinforcement Learning
This addresses the problem of data-efficient robot skill learning for tasks like grasping and throwing, though it appears incremental as it builds on existing reinforcement learning methods.
The authors tackled the challenge of training predictive action policies for robots by proposing a deep predictive policy training (DPPT) framework, which achieved skilled object grasping and ball throwing on a PR2 robot using only about 180 real robot attempts with qualitative rewards.
Skilled robot task learning is best implemented by predictive action policies due to the inherent latency of sensorimotor processes. However, training such predictive policies is challenging as it involves finding a trajectory of motor activations for the full duration of the action. We propose a data-efficient deep predictive policy training (DPPT) framework with a deep neural network policy architecture which maps an image observation to a sequence of motor activations. The architecture consists of three sub-networks referred to as the perception, policy and behavior super-layers. The perception and behavior super-layers force an abstraction of visual and motor data trained with synthetic and simulated training samples, respectively. The policy super-layer is a small sub-network with fewer parameters that maps data in-between the abstracted manifolds. It is trained for each task using methods for policy search reinforcement learning. We demonstrate the suitability of the proposed architecture and learning framework by training predictive policies for skilled object grasping and ball throwing on a PR2 robot. The effectiveness of the method is illustrated by the fact that these tasks are trained using only about 180 real robot attempts with qualitative terminal rewards.