[Project Page] [GitHub] [Dataset] [Paper]
This repository contains the model checkpoints for Robo-ValueRL: Reliable Value Estimation for Offline-to-Online Reinforcement Learning.
Robo-ValueRL studies how reliable value estimation can guide robotic policy learning from heterogeneous offline demonstrations and online rollout trajectories. The framework learns a history-conditioned value estimator, converts value differences into action-quality conditions for offline policy pretraining, and uses value-guided rollout filtering for stable online residual adaptation.
Robo-ValueRL is an offline-to-online robotic reinforcement learning framework centered on reliable value estimation. Instead of only reporting final task success, Robo-ValueRL explicitly diagnoses whether learned values capture global task progress and local action-level preference, then propagates these value signals into downstream policy learning.
The released model suite includes:
History-Conditioned Value Estimator
Predicts normalized task progress from multi-view robot observations, language instructions, and visual history. The temporal context helps reduce ambiguity caused by occlusions, repeated motions, and visually similar task stages.
Quality-Conditioned VLA Policy
Uses value differences to derive action-quality conditions. These conditions guide a Vision-Language-Action policy during offline pretraining, allowing the policy to prioritize useful behaviors from mixed-quality demonstrations.
Online Residual Adaptation Module
Learns lightweight corrections from value-filtered online rollouts while keeping the pretrained base policy frozen. This enables targeted failure recovery and self-correction without overwriting the offline prior.
Value Estimation
Offline Policy Pretraining
Online Policy Improvement
The models are trained and evaluated with the Robo-ValueRL dataset:
The dataset contains heterogeneous real-robot demonstrations and online rollout trajectories for chip insertion and block disassembly.
The released assets are organized for reproducing Robo-ValueRL's model pipeline.
Please refer to the GitHub repository for setup instructions, inference scripts, training code, and data-processing utilities.
@misc{xia2026robovaluerlreliablevalueestimation,
title={Robo-ValueRL: Reliable Value Estimation for Offline-to-Online Reinforcement Learning},
author={Wenke Xia and Pei Ren and Wenbo Yu and Yizhuo Zhang and Jifan Li and Yixue Zhang and Yinuo Zhao and Qingyang Gao and Jianlong Fu and Jian Tang and Ji-Rong Wen and Zhengping Che and Di Hu},
year={2026},
eprint={2607.09866},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2607.09866},
}
Please refer to the license file in the GitHub repository.
For questions, please open an issue on our GitHub repository.
[Project Page] [GitHub] [Dataset] [Paper]
This repository contains the model checkpoints for Robo-ValueRL: Reliable Value Estimation for Offline-to-Online Reinforcement Learning.
Robo-ValueRL studies how reliable value estimation can guide robotic policy learning from heterogeneous offline demonstrations and online rollout trajectories. The framework learns a history-conditioned value estimator, converts value differences into action-quality conditions for offline policy pretraining, and uses value-guided rollout filtering for stable online residual adaptation.
Robo-ValueRL is an offline-to-online robotic reinforcement learning framework centered on reliable value estimation. Instead of only reporting final task success, Robo-ValueRL explicitly diagnoses whether learned values capture global task progress and local action-level preference, then propagates these value signals into downstream policy learning.
The released model suite includes:
History-Conditioned Value Estimator
Predicts normalized task progress from multi-view robot observations, language instructions, and visual history. The temporal context helps reduce ambiguity caused by occlusions, repeated motions, and visually similar task stages.
Quality-Conditioned VLA Policy
Uses value differences to derive action-quality conditions. These conditions guide a Vision-Language-Action policy during offline pretraining, allowing the policy to prioritize useful behaviors from mixed-quality demonstrations.
Online Residual Adaptation Module
Learns lightweight corrections from value-filtered online rollouts while keeping the pretrained base policy frozen. This enables targeted failure recovery and self-correction without overwriting the offline prior.
Value Estimation
Offline Policy Pretraining
Online Policy Improvement
The models are trained and evaluated with the Robo-ValueRL dataset:
The dataset contains heterogeneous real-robot demonstrations and online rollout trajectories for chip insertion and block disassembly.
The released assets are organized for reproducing Robo-ValueRL's model pipeline.
Please refer to the GitHub repository for setup instructions, inference scripts, training code, and data-processing utilities.
@misc{xia2026robovaluerlreliablevalueestimation,
title={Robo-ValueRL: Reliable Value Estimation for Offline-to-Online Reinforcement Learning},
author={Wenke Xia and Pei Ren and Wenbo Yu and Yizhuo Zhang and Jifan Li and Yixue Zhang and Yinuo Zhao and Qingyang Gao and Jianlong Fu and Jian Tang and Ji-Rong Wen and Zhengping Che and Di Hu},
year={2026},
eprint={2607.09866},
archivePrefix={arXiv},
primaryClass={cs.RO},
url={https://arxiv.org/abs/2607.09866},
}
Please refer to the license file in the GitHub repository.
For questions, please open an issue on our GitHub repository.