paper-with-me

Papers

Confidence-Conditioned Value Functions for Offline Reinforcement Learning

2022-12-08 · Joey Hong, Aviral Kumar, Sergey Levine

Offline reinforcement learning (RL) promises the ability to learn effective policies solely using existing, static datasets, without any costly online interaction. To do so, offline RL methods must handle distributional shift between the dataset and the learned policy. The most common approach is to learn conservative, or lower-bound, value functions, which underestimate the return of out-of-distribution (OOD) actions. However, such methods exhibit one notable drawback: policies optimized on such value functions can only behave according to a fixed, possibly suboptimal, degree of conservatism. However, this can be alleviated if we instead are able to learn policies for varying degrees of conservatism at training time and devise a method to dynamically choose one of them during evaluation. To do so, in this work, we propose learning value functions that additionally condition on the degree of conservatism, which we dub confidence-conditioned value functions. We derive a new form of a Bellman backup that simultaneously learns Q-values for any degree of confidence with high probability. By conditioning on confidence, our value functions enable adaptive strategies during online evaluation by controlling for confidence level using the history of observations thus far. This approach can be implemented in practice by conditioning the Q-function from existing conservative algorithms on the confidence.We theoretically show that our learned value functions produce conservative estimates of the true value at any desired confidence. Finally, we empirically show that our algorithm outperforms existing conservative offline RL algorithms on multiple discrete control domains.

📄 PDF Abstract BibTeX arXiv:2212.04607

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLreinforcement-learningReinforcement LearningReinforcement 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

High-confidence error estimates for learned value functions

2018-08-28 · Touqir Sajed, Wesley Chung, Martha White

Estimating the value function for a fixed policy is a fundamental problem in reinforcement learning. Policy evaluation algorithms---to estimate value functions---continue to be developed, to improve convergence rates, im…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Vocal Bursts Intensity Prediction

Entropy-regularized Diffusion Policy with Q-Ensembles for Offline Reinforcement Learning

2024-02-06 · Ruoqi Zhang, Ziwei Luo, Jens Sjölund, Thomas B. Schön 외

This paper presents advanced techniques of training diffusion policies for offline reinforcement learning (RL). At the core is a mean-reverting stochastic differential equation (SDE) that transfers a complex action distr…

D4RLOffline RLreinforcement-learningReinforcement Learning (RL)

Goal-conditioned Offline Planning from Curious Exploration

2023-11-28 · NeurIPS 2023 11

Curiosity has established itself as a powerful exploration strategy in deep reinforcement learning. Notably, leveraging expected future novelty as intrinsic motivation has been shown to efficiently generate exploratory t…

Deep Reinforcement Learningreinforcement-learningReinforcement Learning

Diverse Randomized Value Functions: A Provably Pessimistic Approach for Offline Reinforcement Learning

2024-04-09 · Xudong Yu, Chenjia Bai, Hongyi Guo, Changhong Wang 외

Offline Reinforcement Learning (RL) faces distributional shift and unreliable value estimation, especially for out-of-distribution (OOD) actions. To address this, existing uncertainty-based methods penalize the value fun…

DiversityReinforcement Learning (RL)Uncertainty Quantification