Sample-Efficient Reinforcement Learning with Stochastic Ensemble Value Expansion
Jacob Buckman, Danijar Hafner, George Tucker, Eugene Brevdo, Honglak, Lee

TL;DR
STEVE is a novel reinforcement learning method that combines model-based and model-free techniques by adaptively using model rollouts, leading to high sample efficiency without performance degradation in complex environments.
Contribution
Introduces stochastic ensemble value expansion (STEVE), a new approach that dynamically interpolates model rollouts to mitigate errors and improve sample efficiency in reinforcement learning.
Findings
Outperforms model-free baselines on continuous control benchmarks.
Achieves an order-of-magnitude increase in sample efficiency.
Maintains performance in complex environments despite imperfect models.
Abstract
Integrating model-free and model-based approaches in reinforcement learning has the potential to achieve the high performance of model-free algorithms with low sample complexity. However, this is difficult because an imperfect dynamics model can degrade the performance of the learning algorithm, and in sufficiently complex environments, the dynamics model will almost always be imperfect. As a result, a key challenge is to combine model-based approaches with model-free learning in such a way that errors in the model do not degrade performance. We propose stochastic ensemble value expansion (STEVE), a novel model-based technique that addresses this issue. By dynamically interpolating between model rollouts of various horizon lengths for each individual example, STEVE ensures that the model is only utilized when doing so does not introduce significant errors. Our approach outperforms…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Autonomous Vehicle Technology and Safety · Traffic control and management
