Papers › VIPO: Value Function Inconsistency Penalized Offline Reinforcement Learning

VIPO: Value Function Inconsistency Penalized Offline Reinforcement Learning

16 Apr 2025arXiv:2504.11944archive 2025-07-28

Xuyang Chen, GuoJian Wang, Keyu Yan, Lin Zhao

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. It offers a general framework that can be readily integrated into existing model-based offline RL algorithms to systematically enhance model accuracy. As a result, VIPO achieves state-of-the-art performance on almost all tasks in both D4RL and NeoRL benchmarks.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2504.11944")

Code

Syntology Ran 10 of 14 code samples harvested from 1 repository linked to this paper; 4 have no recorded run. Of those that ran: 1 ran · our draft was wrong; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 14 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

NUS-CORE/vipo found in paper text by Syntology report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 10 ran; 0 honoured the contract we drafted; 4 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
9ran
4unverified

Licence: 14 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from NUS-CORE/vipo. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

BaseDynamics NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran no licence file found · pointer only · 5b765db76eb35b10 · report
CSVOutputHandler NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran no licence file found · pointer only · 7b7f37b93a163cc6 · report
EnsembleValueNet NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · 436e843a4290b269 · report
JSONOutputHandler NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran no licence file found · pointer only · 803fe7b1ab0929b2 · report
MLP NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran · metamorphic tier: deterministic no licence file found · pointer only · c9bdaab41222986f · report
StandardOutputHandler NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran no licence file found · pointer only · 8bb8eca581996376 · report
StandardScaler NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran no licence file found · pointer only · 82ef5401e7d7f491 · report
TensorBoardOutputHandler NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran no licence file found · pointer only · 689d86ee7d8336c0 · report
ValueNet NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran · metamorphic tier: deterministic fingerprinted no licence file found · pointer only · 0f2dd3706678781e · report
gaussian_diag_log_prob NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 29322744d4731d91 · report
KVWriter NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology unverified no licence file found · pointer only · 80c470ce3fffb5c6 · report
Logger NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology unverified no licence file found · pointer only · 2657d4a21b19c7b2 · report
StrWriter NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology unverified no licence file found · pointer only · 479e5c5aa79d7504 · report
VIPOEnsembleDynamics NUS-CORE/vipo/vipo/OfflineRL-Kit/offlinerlkit/dynamics/vipo_ensemble_dynamics.py found in paper text by Syntology unverified no licence file found · pointer only · bb9a969e60d5fb3d · report

Tasks

D4RLOffline RLReinforcement LearningReinforcement Learning (RL)reinforcement-learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections