paper-with-me

Papers

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

2026-02-03 · Yi-Kai Zhang, Zhiyuan Yao, Hongyan Hao, Yueqing Sun, Qi Gu, Hui Su, Xunliang Cai, De-Chuan Zhan, Han-Jia Ye 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 (LLMs) using Actor-Critic methods (e.g., PPO), this baseline is typically estimated by a Value Model (Critic) often as large as the policy model itself. However, as the policy continuously evolves, the value model requires expensive, synchronous incremental training to accurately track the shifting capabilities of the policy. To avoid this overhead, Group Relative Policy Optimization (GRPO) eliminates the coupled value model by using the average reward of a group of rollouts as the baseline; yet, this approach necessitates extensive sampling to maintain estimation stability. In this paper, we propose $V_0$, a Generalist Value Model capable of estimating the expected performance of any model on unseen prompts without requiring parameter updates. We reframe value estimation by treating the policy's dynamic capability as an explicit context input; specifically, we leverage a history of instruction-performance pairs to dynamically profile the model, departing from the traditional paradigm that relies on parameter fitting to perceive capability shifts. Focusing on value estimation at State Zero (i.e., the initial prompt, hence $V_0$), our model serves as a critical resource scheduler. During GRPO training, $V_0$ predicts success rates prior to rollout, allowing for efficient sampling budget allocation; during deployment, it functions as a router, dispatching instructions to the most cost-effective and suitable model. Empirical results demonstrate that $V_0$ significantly outperforms heuristic budget allocation and achieves a Pareto-optimal trade-off between performance and cost in LLM routing tasks.

📄 PDF Abstract BibTeX arXiv:2602.03584

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Improving Robotic Generalist Policies via Flow Reversal Steering

2026-06-11 · Andy Tang, William Chen, Andrew Wagenmaker, Chelsea Finn 외 arxiv

Generalist policies can learn a wide range of skills from diverse robot datasets. In order to solve or improve on challenging new tasks, we need a way to infer and invoke the appropriate actions from the policy's rich be…

Reinforcement Learning

Embodiment-conditioned Generalist Control for Multirotor Aerial Robots

2026-06-09 · Orestis Konstantaropoulos, Welf Rehberg, Mihir Kulkarni, Kostas Alexis arxiv

We present a generalist position control policy capable of controlling arbitrary multirotor configurations of a certain rotor count (e.g., hexarotors or quadrotors) with a single set of network weights. The policy is con…

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

Steering Your Generalists: Improving Robotic Foundation Models via Value Guidance

2024-10-17 · Mitsuhiko Nakamoto, Oier Mees, Aviral Kumar, Sergey Levine

Large, general-purpose robotic policies trained on diverse demonstration datasets have been shown to be remarkably effective both for controlling a variety of robots in a range of different scenes, and for acquiring broa…

Offline RLRe-Ranking

World Value Models for Robotic Manipulation

2026-06-23 · Zhihao Wang, Jianxiong Li, Yu Cui, Yuan Gao 외 arxiv

Generalist value models play a pivotal role in scaling robotic policy learning from large-scale, mixed-quality data. Mathematically, accurate value estimation demands deep temporal understanding, requiring models to both…