paper-with-me

Papers

Adaptive Advantage-Guided Policy Regularization for Offline Reinforcement Learning

2024-05-30 · Tenglong Liu, Yang Li, Yixing Lan, Hao Gao, Wei Pan, Xin Xu

In offline reinforcement learning, the challenge of out-of-distribution (OOD) is pronounced. To address this, existing methods often constrain the learned policy through policy regularization. However, these methods often suffer from the issue of unnecessary conservativeness, hampering policy improvement. This occurs due to the indiscriminate use of all actions from the behavior policy that generates the offline dataset as constraints. The problem becomes particularly noticeable when the quality of the dataset is suboptimal. Thus, we propose Adaptive Advantage-guided Policy Regularization (A2PR), obtaining high-advantage actions from an augmented behavior policy combined with VAE to guide the learned policy. A2PR can select high-advantage actions that differ from those present in the dataset, while still effectively maintaining conservatism from OOD actions. This is achieved by harnessing the VAE capacity to generate samples matching the distribution of the data points. We theoretically prove that the improvement of the behavior policy is guaranteed. Besides, it effectively mitigates value overestimation with a bounded performance gap. Empirically, we conduct a series of experiments on the D4RL benchmark, where A2PR demonstrates state-of-the-art performance. Furthermore, experimental results on additional suboptimal mixed datasets reveal that A2PR exhibits superior performance. Code is available at https://github.com/ltlhuuu/A2PR.

📄 PDF Abstract BibTeX arXiv:2405.19909

Code (1)

ltlhuuu/a2pr 공식 구현 pytorch

Tasks

D4RLreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Learning to Trust Bellman Updates: Selective State-Adaptive Regularization for Offline RL

2025-05-26 · Qin-Wen Luo, Ming-Kun Xie, Ye-Wen Wang, Sheng-Jun Huang

Offline reinforcement learning (RL) aims to learn an effective policy from a static dataset. To alleviate extrapolation errors, existing studies often uniformly regularize the value function or policy updates across all …

D4RLOffline RLReinforcement Learning (RL)

Offline Reinforcement Learning with Adaptive Behavior Regularization

2022-11-15 · Yunfan Zhou, Xijun Li, Qingyu Qu

Offline reinforcement learning (RL) defines a sample-efficient learning paradigm, where a policy is learned from static and previously collected datasets without additional interaction with the environment. The major obs…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Offline Reinforcement Learning with Soft Behavior Regularization

2021-10-14 · Haoran Xu, Xianyuan Zhan, Jianxiong Li, Honglei Yin

Most prior approaches to offline reinforcement learning (RL) utilize \textit{behavior regularization}, typically augmenting existing off-policy actor critic algorithms with a penalty measuring divergence between the poli…

continuous-controlContinuous Controlreinforcement-learningReinforcement Learning+1

Guided Flow Policy: Learning from High-Value Actions in Offline Reinforcement Learning

2025-12-03 · Franki Nguimatsia Tiofack, Théotime Le Hellard, Fabian Schramm, Nicolas Perrin-Gilbert 외 arxiv

Offline reinforcement learning often relies on behavior regularization that enforces policies to remain close to the dataset distribution. However, such approaches fail to distinguish between high-value and low-value act…

Reinforcement Learning

Supported Policy Optimization for Offline Reinforcement Learning

2022-02-13 · Jialong Wu, Haixu Wu, Zihan Qiu, Jianmin Wang 외

Policy constraint methods to offline reinforcement learning (RL) typically utilize parameterization or regularization that constrains the policy to perform actions within the support set of the behavior policy. The elabo…

Offline RLreinforcement-learningReinforcement LearningReinforcement Learning (RL)