paper-with-me

홈 › Papers

VINE: Taming Generative Control Policies for Reinforcement Learning

2026-07-11 · Rushuai Yang, Zhuo Han, Houlin Li, Hecheng Wang, Zhichao Wu, Rui Zhang, Zhaowei Zhang, Zihong Chen, Xiaohan Yan, Chiming Liu, Yi Chen, Wei Shan, Maoqing Yao arxiv

Flow-matching policies have emerged as an effective policy parameterization for robot learning. They iteratively generate actions from noise, enabling highly expressive modeling of complex and multimodal action distributions. However, prior works observed that scaling these policies with value-gradient reinforcement learning (RL) often leads to training instability. Existing methods attribute this instability to iterative generation and therefore avoid end-to-end value-gradient optimization by sacrificing iterative generation, high expressiveness, or value-gradient optimization. Contrary to prior belief, we show the instability does not stem from iterative generation itself, but from the vanilla sampling strategy originally designed for behavior cloning, which becomes brittle under value-gradient RL. Motivated by this insight, we propose VINE, an RL-oriented sampling method that enables stable end-to-end value-gradient optimization for flow-matching policies. Instead of following a single flow trajectory, VINE reconstructs a new interpolation state at every denoising step, creating a stable differentiable path for value-gradient propagation while remaining compatible with the original flow-matching denoising process. As a result, VINE preserves the expressiveness and iterative generation of flow-matching without sacrificing end-to-end value-gradient optimization. Despite performing end-to-end backpropagation through all ten denoising steps, VINE achieves stable policy improvement and consistently outperforms state-of-the-art RL methods on the OGBench offline RL benchmark and real-world robotic manipulation task. Videos are available on our website: https://agibottech.github.io/vine.

📄 PDF Abstract BibTeX arXiv:2607.10369

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

DIVINE: A Generative Adversarial Imitation Learning Framework for Knowledge Graph Reasoning

2019-11-01 · IJCNLP 2019 11 · Ruiping Li, Xiang Cheng

Knowledge graphs (KGs) often suffer from sparseness and incompleteness. Knowledge graph reasoning provides a feasible way to address such problems. Recent studies on knowledge graph reasoning have shown that reinforcemen…

Imitation LearningKnowledge GraphsReinforcement LearningReinforcement Learning (RL)

Constrained Policy Optimization

2017-05-30 · ICML 2017 8 · Joshua Achiam, David Held, Aviv Tamar, Pieter Abbeel

For many applications of reinforcement learning it can be more convenient to specify both a reward function and constraints, rather than trying to design behavior through the reward function. For example, systems that ph…

Reinforcement LearningReinforcement Learning (RL)Safe Reinforcement Learning

Steering Generative Reinforcement Learning into Stable Robotic Controller

2026-06-15 · Yixuan Wang, Shutong Ding, Ke Hu, Tianxiang Gui 외 arxiv

Diffusion and flow-based generative policies provide a powerful policy class for reinforcement learning by inducing rich stochastic exploration through iterative action generation. However, the stochasticity of diffusion…

Reinforcement Learning

Hierarchical Vision Language Action Model Using Success and Failure Demonstrations

2025-12-03 · Jeongeun Park, Jihwan Yoon, Byungwoo Jeon, Juhan Park 외 arxiv

Prior Vision-Language-Action (VLA) models are typically trained on teleoperated successful demonstrations, while discarding numerous failed attempts that occur naturally during data collection. However, these failures en…

Hierarchical Reinforcement Learning

Taming "data-hungry" reinforcement learning? Stability in continuous state-action spaces

2024-01-10 · Yaqi Duan, Martin J. Wainwright

We introduce a novel framework for analyzing reinforcement learning (RL) in continuous state-action spaces, and use it to prove fast rates of convergence in both off-line and on-line settings. Our analysis highlights two…

reinforcement-learningReinforcement Learning (RL)Transfer Learning