paper-with-me

Papers

Expressive Value Learning for Scalable Offline Reinforcement Learning

2025-10-09 · Nicolas Espinosa-Dice, Kiante Brantley, Wen Sun arxiv

Reinforcement learning (RL) is a powerful paradigm for learning to make sequences of decisions. However, RL has yet to be fully leveraged in robotics, principally due to its lack of scalability. Offline RL offers a promising avenue by training agents on large, diverse datasets, avoiding the costly real-world interactions of online RL. Scaling offline RL to increasingly complex datasets requires expressive generative models such as diffusion and flow matching. However, existing methods typically depend on either backpropagation through time (BPTT), which is computationally prohibitive, or policy distillation, which introduces compounding errors and limits scalability to larger base policies. In this paper, we consider the question of how to develop a scalable offline RL approach without relying on distillation or backpropagation through time. We introduce Expressive Value Learning for Offline Reinforcement Learning (EVOR): a scalable offline RL approach that integrates both expressive policies and expressive value functions. EVOR learns an optimal, regularized Q-function via flow matching during training. At inference-time, EVOR performs inference-time policy extraction via rejection sampling against the expressive value function, enabling efficient optimization, regularization, and compute-scalable search without retraining. Empirically, we show that EVOR outperforms baselines on a diverse set of offline RL tasks, demonstrating the benefit of integrating expressive value learning into offline RL.

📄 PDF Abstract BibTeX arXiv:2510.08218

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Scalable Offline Model-Based RL with Action Chunks

2025-12-08 · Kwanyoung Park, Seohong Park, Youngwoon Lee, Sergey Levine arxiv

In this paper, we study whether model-based reinforcement learning (RL), in particular model-based value expansion, can provide a scalable recipe for tackling complex, long-horizon tasks in offline RL. Model-based value …

Reinforcement LearningOffline RL

EXPO: Stable Reinforcement Learning with Expressive Policies

2025-07-10 · Perry Dong, Qiyang Li, Dorsa Sadigh, Chelsea Finn arxiv

We study the problem of training and fine-tuning expressive policies with online reinforcement learning (RL) given an offline dataset. Training expressive policy classes with online RL present a unique challenge of stabl…

Reinforcement Learning

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-optimi…

Reinforcement LearningOffline RL

Flow Actor-Critic for Offline Reinforcement Learning

2026-02-20 · Jongseong Chae, Jongeui Park, Yongjae Shin, Gyeongmin Kim 외 arxiv

The dataset distributions in offline reinforcement learning (RL) often exhibit complex and multi-modal distributions, necessitating expressive policies to capture such distributions beyond widely-used Gaussian policies. …

Reinforcement LearningOffline RL

RAMAC: Multimodal Risk-Aware Offline Reinforcement Learning and the Role of Behavior Regularization

2025-10-03 · Kai Fukazawa, Kunal Mundada, Iman Soltani arxiv

In safety-critical domains where online data collection is infeasible, offline reinforcement learning (RL) is attractive only if policies achieve high returns without catastrophic lower-tail risk. Prior work on risk-aver…

Reinforcement LearningOffline RL