paper-with-me

Papers

SelfBC: Self Behavior Cloning for Offline Reinforcement Learning

2024-08-04 · Shirong Liu, Chenjia Bai, Zixian Guo, Hao Zhang, Gaurav Sharma, Yang Liu

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 result in overly conservative policies that resemble the behavior policy, thus limiting their performance. We investigate this limitation and attribute it to the static nature of traditional constraints. In this paper, we propose a novel dynamic policy constraint that restricts the learned policy on the samples generated by the exponential moving average of previously learned policies. By integrating this self-constraint mechanism into off-policy methods, our method facilitates the learning of non-conservative policies while avoiding policy collapse in the offline setting. Theoretical results show that our approach results in a nearly monotonically improved reference policy. Extensive experiments on the D4RL MuJoCo domain demonstrate that our proposed method achieves state-of-the-art performance among the policy constraint methods.

📄 PDF Abstract BibTeX arXiv:2408.02165

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeD4RLMuJoCoreinforcement-learningReinforcement Learning

Similar Papers 제목 키워드 기반

Offline Actor-Critic Reinforcement Learning Scales to Large Models

2024-02-08 · Jost Tobias Springenberg, Abbas Abdolmaleki, Jingwei Zhang, Oliver Groth 외

We show that offline actor-critic reinforcement learning can scale to large models - such as transformers - and follows similar scaling laws as supervised learning. We find that offline actor-critic algorithms can outper…

continuous-controlContinuous ControlOffline RLreinforcement-learning+1

Adaptive Behavior Cloning Regularization for Stable Offline-to-Online Reinforcement Learning

2022-10-25 · Yi Zhao, Rinu Boney, Alexander Ilin, Juho Kannala 외

Offline reinforcement learning, by learning from a fixed dataset, makes it possible to learn agent behaviors without interacting with the environment. However, depending on the quality of the offline dataset, such pre-tr…

D4RLOffline RLreinforcement-learningReinforcement Learning+1

Know Your Boundaries: The Necessity of Explicit Behavioral Cloning in Offline RL

2022-06-01 · Wonjoon Goo, Scott Niekum

We introduce an offline reinforcement learning (RL) algorithm that explicitly clones a behavior policy to constrain value learning. In offline RL, it is often important to prevent a policy from selecting unobserved actio…

D4RLOffline RLReinforcement Learning (RL)

AlphaStar Unplugged: Large-Scale Offline Reinforcement Learning

2023-08-07 · Michaël Mathieu, Sherjil Ozair, Srivatsan Srinivasan, Caglar Gulcehre 외

StarCraft II is one of the most challenging simulated reinforcement learning environments; it is partially observable, stochastic, multi-agent, and mastering StarCraft II requires strategic planning over long time horizo…

Offline RLreinforcement-learningReinforcement LearningStarcraft+1

When Life Gives You BC, Make Q-functions: Extracting Q-values from Behavior Cloning for On-Robot Reinforcement Learning

2026-05-06 · Lakshita Dodeja, Ondrej Biza, Shivam Vats, Stephen Hart 외 arxiv

Behavior Cloning (BC) has emerged as a highly effective paradigm for robot learning. However, BC lacks a self-guided mechanism for online improvement after demonstrations have been collected. Existing offline-to-online l…

Reinforcement Learning