English

Asymmetric Actor Critic for Image-Based Robot Learning

Robotics 2017-10-19 v1 Artificial Intelligence Machine Learning

Abstract

Deep reinforcement learning (RL) has proven a powerful technique in many sequential decision making domains. However, Robotics poses many challenges for RL, most notably training on a physical system can be expensive and dangerous, which has sparked significant interest in learning control policies using a physics simulator. While several recent works have shown promising results in transferring policies trained in simulation to the real world, they often do not fully utilize the advantage of working with a simulator. In this work, we exploit the full state observability in the simulator to train better policies which take as input only partial observations (RGBD images). We do this by employing an actor-critic training algorithm in which the critic is trained on full states while the actor (or policy) gets rendered images as input. We show experimentally on a range of simulated tasks that using these asymmetric inputs significantly improves performance. Finally, we combine this method with domain randomization and show real robot experiments for several tasks like picking, pushing, and moving a block. We achieve this simulation to real world transfer without training on any real world data.

Keywords

Cite

@article{arxiv.1710.06542,
  title  = {Asymmetric Actor Critic for Image-Based Robot Learning},
  author = {Lerrel Pinto and Marcin Andrychowicz and Peter Welinder and Wojciech Zaremba and Pieter Abbeel},
  journal= {arXiv preprint arXiv:1710.06542},
  year   = {2017}
}

Comments

Videos of experiments can be found at http://www.goo.gl/b57WTs

R2 v1 2026-06-22T22:17:36.404Z