paper-with-me

홈 › Papers

Reinforcement Learning via Value Gradient Flow

2026-04-15 · Haoran Xu, Kaiwen Hu, Somayeh Sojoudi, Amy Zhang arxiv

We study behavior-regularized reinforcement learning (RL), where regularization toward a reference distribution (the dataset in offline RL or the base model in LLM RL finetuning) is essential to prevent value over-optimization caused by erroneous out-of-distribution extrapolation. Existing methods either rely on reparameterized policy gradient, which are difficult to scale to large generative models, or on reject sampling, which can be overly conservative when attempting to move beyond the behavior support. In this paper, we propose Value Gradient Flow (VGF), a scalable new paradigm for behavior-regularized RL. VGF casts behavior-regularized RL as an optimal transport problem that maps the reference distribution to the value-induced optimal policy distribution. We solve this transport problem via discrete gradient flow, where value gradients guide particles initialized from the reference distribution. Our analysis shows that VGF imposes regularization implicitly by controlling the transport budget. VGF eliminates explicit policy parameterization while remaining expressive and flexible, this enables adaptive test-time scaling by adjusting the transport budget. Extensive experiments demonstrate that VGF significantly outperforms prior methods, achieving state-of-the-art results on offline RL benchmarks (D4RL, OGBench) and LLM RL tasks. Code and runs can be found at https://ryanxhr.github.io/vgf.

📄 PDF Abstract BibTeX arXiv:2604.14265

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

VINE: Taming Generative Control Policies for Reinforcement Learning

2026-07-11 · Rushuai Yang, Zhuo Han, Houlin Li, Hecheng Wang 외 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 distribut…

Reinforcement LearningOffline RL

Q-Flow: Stable and Expressive Reinforcement Learning with Flow-Based Policy

2026-05-13 · JaeHyeok Doo, Byeongguk Jeon, Seonghyeon Ye, Kimin Lee 외 arxiv

There is growing interest in utilizing flow-based models as decision-making policies in reinforcement learning due to their high expressive capacity. However, effectively leveraging this expressivity for value maximizati…

Reinforcement Learning

Gradient Flows for Regularized Stochastic Control Problems

2020-06-10 · David Šiška, Łukasz Szpruch

This paper studies stochastic control problems with the action space taken to be probability measures, with the objective penalised by the relative entropy. We identify suitable metric space on which we construct a gradi…

FlowDPG: Deterministic Policy Gradient on Flow Matching Policies for Real-World Manipulation

2026-06-21 · Kexin Shi, Junyao Shi, Poorvi Hebbar, Zhuolun Zhao 외 arxiv

Real-world reinforcement learning for robotic manipulation remains challenging, and this difficulty is amplified for flow matching policies: applying policy gradient methods to these policies is fundamentally limited by …

Reinforcement Learning

Scalable Exploration for High-Dimensional Continuous Control via Value-Guided Flow

2026-01-27 · Yunyue Wei, Chenhui Zuo, Yanan Sui arxiv

Controlling high-dimensional systems in biological and robotic applications is challenging due to expansive state-action spaces, where effective exploration is critical. Commonly used exploration strategies in reinforcem…

Dimensionality ReductionReinforcement LearningContinuous Control