paper-with-me

Papers

CDSA: Conservative Denoising Score-based Algorithm for Offline Reinforcement Learning

2024-06-11 · Zeyuan Liu, Kai Yang, Xiu Li

Distribution shift is a major obstacle in offline reinforcement learning, which necessitates minimizing the discrepancy between the learned policy and the behavior policy to avoid overestimating rare or unseen actions. Previous conservative offline RL algorithms struggle to generalize to unseen actions, despite their success in learning good in-distribution policy. In contrast, we propose to use the gradient fields of the dataset density generated from a pre-trained offline RL algorithm to adjust the original actions. We decouple the conservatism constraints from the policy, thus can benefit wide offline RL algorithms. As a consequence, we propose the Conservative Denoising Score-based Algorithm (CDSA) which utilizes the denoising score-based model to model the gradient of the dataset density, rather than the dataset density itself, and facilitates a more accurate and efficient method to adjust the action generated by the pre-trained policy in a deterministic and continuous MDP environment. In experiments, we show that our approach significantly improves the performance of baseline algorithms in D4RL datasets, and demonstrate the generalizability and plug-and-play capability of our model across different pre-trained offline RL policy in different tasks. We also validate that the agent exhibits greater risk aversion after employing our method while showcasing its ability to generalize effectively across diverse tasks.

📄 PDF Abstract BibTeX arXiv:2406.07541

Code (0)

등록된 구현이 없습니다.

Tasks

D4RLDenoisingOffline RLreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Proof Generation in CDSAT

2021-07-06 · Maria Paola Bonacina

The main ideas in the CDSAT (Conflict-Driven Satisfiability) framework for SMT are summarized, leading to approaches to proof generation in CDSAT.

CROP: Conservative Reward for Model-based Offline Policy Optimization

2023-10-26 · Hao Li, Xiao-Hu Zhou, Xiao-Liang Xie, Shi-Qi Liu 외

Offline reinforcement learning (RL) aims to optimize policy using collected data without online interactions. Model-based approaches are particularly appealing for addressing offline RL challenges due to their capability…

D4RLOffline RLReinforcement Learning (RL)

Peng's Q($λ$) for Conservative Value Estimation in Offline Reinforcement Learning

2026-05-14 · Byeongchan Kim, Min-hwan Oh arxiv

We propose a model-free offline multi-step reinforcement learning (RL) algorithm, Conservative Peng's Q($λ$) (CPQL). Our algorithm adapts the Peng's Q($λ$) (PQL) operator for conservative value estimation as an alternati…

Reinforcement LearningOffline RL

DCE: Offline Reinforcement Learning With Double Conservative Estimates

2022-09-27 · Chen Zhao, Kai Xing Huang, Chun Yuan

Offline Reinforcement Learning has attracted much interest in solving the application challenge for traditional reinforcement learning. Offline reinforcement learning uses previously-collected datasets to train agents wi…

Computational EfficiencyD4RLreinforcement-learningReinforcement Learning+1

MICRO: Model-Based Offline Reinforcement Learning with a Conservative Bellman Operator

2023-12-07 · Xiao-Yin Liu, Xiao-Hu Zhou, Guotao Li, Hao Li 외

Offline reinforcement learning (RL) faces a significant challenge of distribution shift. Model-free offline RL penalizes the Q value for out-of-distribution (OOD) data or constrains the policy closed to the behavior poli…

Offline RLreinforcement-learningReinforcement Learning (RL)