paper-with-me

Papers

Sample-Efficient Policy Constraint Offline Deep Reinforcement Learning based on Sample Filtering

2025-12-23 · Yuanhao Chen, Qi Liu, Pengbin Chen, Zhongjian Qiao, Yanjie Li arxiv

Offline reinforcement learning (RL) aims to learn a policy that maximizes the expected return using a given static dataset of transitions. However, offline RL faces the distribution shift problem. The policy constraint offline RL method is proposed to solve the distribution shift problem. During the policy constraint offline RL training, it is important to ensure the difference between the learned policy and behavior policy within a given threshold. Thus, the learned policy heavily relies on the quality of the behavior policy. However, a problem exists in existing policy constraint methods: if the dataset contains many low-reward transitions, the learned will be contained with a suboptimal reference policy, leading to slow learning speed, low sample efficiency, and inferior performances. This paper shows that the sampling method in policy constraint offline RL that uses all the transitions in the dataset can be improved. A simple but efficient sample filtering method is proposed to improve the sample efficiency and the final performance. First, we evaluate the score of the transitions by average reward and average discounted reward of episodes in the dataset and extract the transition samples of high scores. Second, the high-score transition samples are used to train the offline RL algorithms. We verify the proposed method in a series of offline RL algorithms and benchmark tasks. Experimental results show that the proposed method outperforms baselines.

📄 PDF Abstract BibTeX arXiv:2512.20115

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement LearningOffline RL

Similar Papers 제목 키워드 기반

Hundreds Guide Millions: Adaptive Offline Reinforcement Learning with Expert Guidance

2023-09-04 · Qisen Yang, Shenzhi Wang, Qihang Zhang, Gao Huang 외

Offline reinforcement learning (RL) optimizes the policy on a previously collected dataset without any interactions with the environment, yet usually suffers from the distributional shift problem. To mitigate this issue,…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

SelfBC: Self Behavior Cloning for Offline Reinforcement Learning

2024-08-04 · Shirong Liu, Chenjia Bai, Zixian Guo, Hao Zhang 외

Policy constraint methods in offline reinforcement learning employ additional regularization techniques to constrain the discrepancy between the learned policy and the offline dataset. However, these methods tend to resu…

AttributeD4RLMuJoCoreinforcement-learning+1

Offline Reinforcement Learning via Linear-Programming with Error-Bound Induced Constraints

2022-12-28 · Asuman Ozdaglar, Sarath Pattathil, Jiawei Zhang, Kaiqing Zhang

Offline reinforcement learning (RL) aims to find an optimal policy for Markov decision processes (MDPs) using a pre-collected dataset. In this work, we revisit the linear programming (LP) reformulation of Markov decision…

Decision MakingOffline RLReinforcement Learning (RL)Sequential Decision Making

Policy Regularization with Dataset Constraint for Offline Reinforcement Learning

2023-06-11 · Yuhang Ran, Yi-Chen Li, Fuxiang Zhang, Zongzhang Zhang 외

We consider the problem of learning the best possible policy from a fixed dataset, known as offline Reinforcement Learning (RL). A common taxonomy of existing offline RL works is policy regularization, which typically co…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Primal-Dual Algorithm for Offline Constrained Reinforcement Learning with Linear MDPs

2024-02-07 · Kihyuk Hong, Ambuj Tewari

We study offline reinforcement learning (RL) with linear MDPs under the infinite-horizon discounted setting which aims to learn a policy that maximizes the expected discounted cumulative reward using a pre-collected data…

Offline RLReinforcement Learning (RL)