VIPO: Value Function Inconsistency Penalized Offline Reinforcement Learning
Xuyang Chen, Guojian Wang, Keyu Yan, Lin Zhao
TL;DR
VIPO tackles offline reinforcement learning by penalizing the inconsistency between a value function learned from the fixed dataset and one learned from a dynamics model. This self-supervised signal guides the model toward more accurate dynamics, improving data efficiency and generalization without relying on expensive architectures. The authors derive a gradient expression for the augmented loss and implement a practical algorithm that jointly learns two value estimates, trains an ensemble of models, and uses short-rollout data with a SAC-based planner. Empirically, VIPO achieves state-of-the-art performance on D4RL and NeoRL benchmarks, demonstrates more faithful uncertainty estimation, and reduces predictive error compared to prior model-based offline RL methods, highlighting its potential as a general enhancement for existing approaches.
Abstract
Offline reinforcement learning (RL) learns effective policies from pre-collected datasets, offering a practical solution for applications where online interactions are risky or costly. Model-based approaches are particularly advantageous for offline RL, owing to their data efficiency and generalizability. However, due to inherent model errors, model-based methods often artificially introduce conservatism guided by heuristic uncertainty estimation, which can be unreliable. In this paper, we introduce VIPO, a novel model-based offline RL algorithm that incorporates self-supervised feedback from value estimation to enhance model training. Specifically, the model is learned by additionally minimizing the inconsistency between the value learned directly from the offline data and the one estimated from the model. We perform comprehensive evaluations from multiple perspectives to show that VIPO can learn a highly accurate model efficiently and consistently outperform existing methods. In particular, it achieves state-of-the-art performance on almost all tasks in both D4RL and NeoRL benchmarks. Overall, VIPO offers a general framework that can be readily integrated into existing model-based offline RL algorithms to systematically enhance model accuracy.
