paper-with-me

Papers

$V_{0.5}$: Generalist Value Model as a Prior for Sparse RL Rollouts

2026-03-11 · Yi-Kai Zhang, Yueqing Sun, Hongyan Hao, Qi Gu, Xunliang Cai, De-Chuan Zhan, Han-Jia Ye arxiv

In Reinforcement Learning with Verifiable Rewards (RLVR), constructing a robust advantage baseline is critical for policy gradients, effectively guiding the policy model to reinforce desired behaviors. Recent research has introduced Generalist Value Models (such as $V_0$), which achieve pre-trained value estimation by explicitly encoding model capabilities in-context, eliminating the need to synchronously update the value model alongside the policy model. In this paper, we propose $V_{0.5}$, which adaptively fuses the baseline predicted by such value model (acting as a prior) with the empirical mean derived from sparse rollouts. This constructs a robust baseline that balances computational efficiency with extremely low variance. Specifically, we introduce a real-time statistical testing and dynamic budget allocation. This balances the high variance caused by sparse sampling against the systematic bias (or hallucinations) inherent in the value model's prior. By constructing a hypothesis test to evaluate the prior's reliability in real-time, the system dynamically allocates additional rollout budget on demand. This mechanism minimizes the baseline estimator's Mean Squared Error (MSE), guaranteeing stable policy gradients, even under extreme sparsity with a group size of 4. Extensive evaluations across six mathematical reasoning benchmarks demonstrate that $V_{0.5}$ significantly outperforms GRPO and DAPO, achieving faster convergence and over some 10% performance improvement.

📄 PDF Abstract BibTeX arXiv:2603.10848

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyReinforcement LearningMathematical Reasoning

Similar Papers 제목 키워드 기반

Learning While Deploying: Fleet-Scale Reinforcement Learning for Generalist Robot Policies

2026-05-01 · Yi Wang, Xinchen Li, Pengwei Xie, Pu Yang 외 arxiv

Generalist robot policies increasingly benefit from large-scale pretraining, but offline data alone is insufficient for robust real-world deployment. Deployed robots encounter distribution shifts, long-tail failures, tas…

Reinforcement Learning

$V_0$: A Generalist Value Model for Any Policy at State Zero

2026-02-03 · Yi-Kai Zhang, Zhiyuan Yao, Hongyan Hao, Yueqing Sun 외 arxiv

Policy gradient methods rely on a baseline to measure the relative advantage of an action, ensuring the model reinforces behaviors that outperform its current average capability. In the training of Large Language Models …

SC3-Eval: Evaluating Robot Foundation Models via Self-Consistent Video Generation

2026-06-17 · Wei-Cheng Tseng, Gashon Hussein, Yuzhu Dong, Allen Z. Ren 외 arxiv

Evaluating generalist robot manipulation policies in the real world is expensive, slow, and difficult to scale. Action-conditioned video world models offer a scalable alternative by simulating policy rollouts. Autoregres…

Robot ManipulationVideo Generation

Visual Verification Enables Inference-time Steering and Autonomous Policy Improvement

2026-06-16 · Mingtong Zhang, Dhruv Shah arxiv

Robots deployed in the real world should learn from their experience and improve over time. This requires a mechanism of practicing and learning from feedback. In this paper, we propose VERITAS, a generator-verifier fram…

VISTAv2: World Imagination for Indoor Vision-and-Language Navigation

2025-11-14 · Yanjia Huang, Xianshun Jiang, Xiangbo Gao, Mingyang Wu 외 arxiv

Vision-and-Language Navigation (VLN) requires agents to follow language instructions while acting in continuous real-world spaces. Prior image imagination based VLN work shows benefits for discrete panoramas but lacks on…