Preprint
Reinforcement Learning

Survey of model-based reinforcement learning: Applications on robotics

January 1, 2017

0

Citations

0

Influential Citations

Venue

2017

Year

Abstract

… Also, model-based reinforcement learning exhibits advantages that makes it more … Finally, we discuss the applicability of model-based reinforcement learning approaches in new …

Analysis

Why This Paper Matters

This survey addresses a critical challenge in reinforcement learning (RL): the high sample complexity and safety concerns that limit the deployment of RL in real-world robotics. Model-based RL offers a promising solution by learning a model of the environment dynamics, enabling agents to plan and simulate experiences without extensive real-world interaction. The paper systematically reviews these methods, making it a valuable resource for researchers and practitioners seeking to understand the state of the field.

Given the growing interest in applying RL to physical systems, this survey provides a structured overview of how model-based approaches can improve sample efficiency and safety. It also highlights the trade-offs between model accuracy and policy performance, which are crucial for robotic applications where errors can be costly. By focusing on robotics, the paper bridges the gap between algorithmic developments and practical deployment.

Technical Contributions

The survey categorizes model-based RL methods into several key areas:

  • Model learning: Techniques for learning forward dynamics models from data, including Gaussian processes, neural networks, and ensembles.
  • Planning: Algorithms that use learned models for planning, such as model predictive control (MPC) and Monte Carlo tree search.
  • Policy optimization: Approaches that integrate learned models into policy gradient or value-based methods, often using model-based rollouts to augment real data.
  • Hybrid methods: Combinations of model-based and model-free RL to leverage the strengths of both paradigms.

The paper also discusses the advantages of model-based RL, such as improved sample efficiency, the ability to handle sparse rewards through planning, and the potential for safe exploration by simulating risky actions. It addresses challenges like model bias and distribution shift, which are central to making model-based RL practical.

Results

As a survey, the paper does not present new experimental results. Instead, it synthesizes findings from prior studies, noting that model-based RL methods can achieve comparable or better performance than model-free methods with significantly fewer real-world interactions. For example, in robotic control tasks, model-based approaches often require orders of magnitude fewer samples. The survey also highlights cases where model-based methods excel in sample efficiency but may struggle with complex dynamics or high-dimensional state spaces, leading to a trade-off that researchers must navigate.

Significance

This survey provides a comprehensive overview that helps unify the fragmented literature on model-based RL, making it easier for new researchers to enter the field. It emphasizes the practical benefits of model-based RL for robotics, which is crucial for advancing autonomous systems that must learn safely and efficiently. The discussion of future directions, such as combining model-based RL with deep learning and addressing model uncertainty, has influenced subsequent research. Overall, this paper serves as a foundational reference that highlights the potential of model-based RL to enable real-world AI applications.