English

Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models

Machine Learning 2018-11-05 v2 Artificial Intelligence Robotics Machine Learning

Abstract

Model-based reinforcement learning (RL) algorithms can attain excellent sample efficiency, but often lag behind the best model-free algorithms in terms of asymptotic performance. This is especially true with high-capacity parametric function approximators, such as deep networks. In this paper, we study how to bridge this gap, by employing uncertainty-aware dynamics models. We propose a new algorithm called probabilistic ensembles with trajectory sampling (PETS) that combines uncertainty-aware deep network dynamics models with sampling-based uncertainty propagation. Our comparison to state-of-the-art model-based and model-free deep RL algorithms shows that our approach matches the asymptotic performance of model-free algorithms on several challenging benchmark tasks, while requiring significantly fewer samples (e.g., 8 and 125 times fewer samples than Soft Actor Critic and Proximal Policy Optimization respectively on the half-cheetah task).

Keywords

Cite

@article{arxiv.1805.12114,
  title  = {Deep Reinforcement Learning in a Handful of Trials using Probabilistic Dynamics Models},
  author = {Kurtland Chua and Roberto Calandra and Rowan McAllister and Sergey Levine},
  journal= {arXiv preprint arXiv:1805.12114},
  year   = {2018}
}

Comments

NIPS 2018, video and code available at https://sites.google.com/view/drl-in-a-handful-of-trials/

R2 v1 2026-06-23T02:13:44.507Z