paper-with-me

Papers

Is Value Learning Really the Main Bottleneck in Offline RL?

2024-06-13 · Seohong Park, Kevin Frans, Sergey Levine, Aviral Kumar

While imitation learning requires access to high-quality data, offline reinforcement learning (RL) should, in principle, perform similarly or better with substantially lower data quality by using a value function. However, current results indicate that offline RL often performs worse than imitation learning, and it is often unclear what holds back the performance of offline RL. Motivated by this observation, we aim to understand the bottlenecks in current offline RL algorithms. While poor performance of offline RL is typically attributed to an imperfect value function, we ask: is the main bottleneck of offline RL indeed in learning the value function, or something else? To answer this question, we perform a systematic empirical study of (1) value learning, (2) policy extraction, and (3) policy generalization in offline RL problems, analyzing how these components affect performance. We make two surprising observations. First, we find that the choice of a policy extraction algorithm significantly affects the performance and scalability of offline RL, often more so than the value learning objective. For instance, we show that common value-weighted behavioral cloning objectives (e.g., AWR) do not fully leverage the learned value function, and switching to behavior-constrained policy gradient objectives (e.g., DDPG+BC) often leads to substantial improvements in performance and scalability. Second, we find that a big barrier to improving offline RL performance is often imperfect policy generalization on test-time states out of the support of the training data, rather than policy learning on in-distribution states. We then show that the use of suboptimal but high-coverage data or test-time policy training techniques can address this generalization issue in practice. Specifically, we propose two simple test-time policy improvement methods and show that these methods lead to better performance.

📄 PDF Abstract BibTeX arXiv:2406.09329

Code (1)

seohongpark/ogbench jax

Tasks

Imitation LearningOffline RLReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Latent Representation Alignment for Offline Goal-Conditioned Reinforcement Learning

2026-05-25 · Hyungkyu Kang, Byeongchan Kim, Min-hwan Oh arxiv

Offline goal-conditioned reinforcement learning (GCRL) provides a practical framework for obtaining goal-reaching policies from fixed datasets. However, learning a reliable goal-conditioned value function in long-horizon…

Reinforcement Learning

Rethinking ValueDice: Does It Really Improve Performance?

2022-01-17 · ICLR Track Blog 2022 5 · Anonymous

Since the introduction of GAIL, adversarial imitation learning (AIL) methods attract lots of research interests. Among these methods, ValueDice has achieved significant improvements: it beats the classical approach Behav…

Imitation Learning

Rethinking ValueDice: Does It Really Improve Performance?

2022-02-05 · Ziniu Li, Tian Xu, Yang Yu, Zhi-Quan Luo

Since the introduction of GAIL, adversarial imitation learning (AIL) methods attract lots of research interests. Among these methods, ValueDice has achieved significant improvements: it beats the classical approach Behav…

Imitation Learning

MO2: Model-Based Offline Options

2022-09-05 · Sasha Salter, Markus Wulfmeier, Dhruva Tirumala, Nicolas Heess 외

The ability to discover useful behaviours from past experience and transfer them to new tasks is considered a core component of natural embodied intelligence. Inspired by neuroscience, discovering behaviours that switch …

continuous-controlContinuous Controlmodel

Option-aware Temporally Abstracted Value for Offline Goal-Conditioned Reinforcement Learning

2025-05-19 · Hongjoon Ahn, Heewoong Choi, Jisu Han, Taesup Moon

Offline goal-conditioned reinforcement learning (GCRL) offers a practical learning paradigm where goal-reaching policies are trained from abundant unlabeled (reward-free) datasets without additional environment interacti…