paper-with-me

Papers

Improving Offline-to-Online Reinforcement Learning with Q Conditioned State Entropy Exploration

2023-10-07 · Ziqi Zhang, Xiao Xiong, Zifeng Zhuang, Jinxin Liu, Donglin Wang

Studying how to fine-tune offline reinforcement learning (RL) pre-trained policy is profoundly significant for enhancing the sample efficiency of RL algorithms. However, directly fine-tuning pre-trained policies often results in sub-optimal performance. This is primarily due to the distribution shift between offline pre-training and online fine-tuning stages. Specifically, the distribution shift limits the acquisition of effective online samples, ultimately impacting the online fine-tuning performance. In order to narrow down the distribution shift between offline and online stages, we proposed Q conditioned state entropy (QCSE) as intrinsic reward. Specifically, QCSE maximizes the state entropy of all samples individually, considering their respective Q values. This approach encourages exploration of low-frequency samples while penalizing high-frequency ones, and implicitly achieves State Marginal Matching (SMM), thereby ensuring optimal performance, solving the asymptotic sub-optimality of constraint-based approaches. Additionally, QCSE can seamlessly integrate into various RL algorithms, enhancing online fine-tuning performance. To validate our claim, we conduct extensive experiments, and observe significant improvements with QCSE (about 13% for CQL and 8% for Cal-QL). Furthermore, we extended experimental tests to other algorithms, affirming the generality of QCSE.

📄 PDF Abstract BibTeX arXiv:2310.19805

Code (0)

등록된 구현이 없습니다.

Tasks

Offline RLreinforcement-learningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

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)

Failure Modes of Maximum Entropy RLHF

2025-09-24 · Ömer Veysel Çağatan, Barış Akgün arxiv

In this paper, we show that Simple Preference Optimization (SimPO) can be derived as Maximum Entropy Reinforcement Learning, providing a theoretical foundation for this reference-free method. Motivated by SimPO's strong …

Reinforcement Learning

Boosting Offline Reinforcement Learning with Residual Generative Modeling

2021-06-19 · Hua Wei, Deheng Ye, Zhao Liu, Hao Wu 외

Offline reinforcement learning (RL) tries to learn the near-optimal policy with recorded offline experience without online exploration. Current offline RL research includes: 1) generative modeling, i.e., approximating a …

Offline RLQ-Learningreinforcement-learningReinforcement Learning+1

Maximum-Entropy Regularized Decision Transformer with Reward Relabelling for Dynamic Recommendation

2024-06-02 · Xiaocong Chen, Siyu Wang, Lina Yao

Reinforcement learning-based recommender systems have recently gained popularity. However, due to the typical limitations of simulation environments (e.g., data inefficiency), most of the work cannot be broadly applied i…

Recommendation Systemsreinforcement-learningReinforcement Learning

Rethinking Goal-conditioned Supervised Learning and Its Connection to Offline RL

2022-02-09 · ICLR 2022 4 · Rui Yang, Yiming Lu, Wenzhe Li, Hao Sun 외

Solving goal-conditioned tasks with sparse rewards using self-supervised learning is promising because of its simplicity and stability over current reinforcement learning (RL) algorithms. A recent work, called Goal-Condi…

Offline RLReinforcement Learning (RL)Self-Supervised Learning