MOPO: Model-based Offline Policy Optimization
Tianhe Yu, Garrett Thomas, Lantao Yu, Stefano Ermon, James Zou, Sergey, Levine, Chelsea Finn, Tengyu Ma

TL;DR
MOPO introduces a model-based offline RL algorithm that penalizes rewards based on dynamics uncertainty, effectively addressing distributional shift and outperforming prior methods on benchmarks and continuous control tasks.
Contribution
The paper proposes MOPO, a novel model-based offline RL method that incorporates uncertainty-based reward penalization to handle distributional shift.
Findings
MOPO outperforms state-of-the-art offline RL algorithms on benchmarks.
MOPO effectively balances gain and risk in offline policy learning.
Theoretical analysis shows MOPO maximizes a lower bound of true policy return.
Abstract
Offline reinforcement learning (RL) refers to the problem of learning policies entirely from a large batch of previously collected data. This problem setting offers the promise of utilizing such datasets to acquire policies without any costly or dangerous active exploration. However, it is also challenging, due to the distributional shift between the offline training data and those states visited by the learned policy. Despite significant recent progress, the most successful prior methods are model-free and constrain the policy to the support of data, precluding generalization to unseen states. In this paper, we first observe that an existing model-based RL algorithm already produces significant gains in the offline setting compared to model-free approaches. However, standard model-based RL methods, designed for the online setting, do not provide an explicit mechanism to avoid the…
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
Taxonomy
TopicsReinforcement Learning in Robotics · Simulation Techniques and Applications · Formal Methods in Verification
