Hundreds Guide Millions: Adaptive Offline Reinforcement Learning with Expert Guidance
Qisen Yang, Shenzhi Wang, Qihang Zhang, Gao Huang, Shiji Song

TL;DR
This paper introduces GORL, a novel offline reinforcement learning method that adaptively balances policy improvement and constraints for each sample using expert guidance, leading to improved performance across various environments.
Contribution
The paper proposes GORL, which uses a guiding network and expert demonstrations to adaptively determine sample-specific policy constraints, addressing the limitations of uniform constraint application in offline RL.
Findings
GORL improves performance across multiple offline RL benchmarks.
The guiding network effectively adapts constraint strength per sample.
Theoretical analysis confirms the rationality and near-optimality of guidance.
Abstract
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, a typical solution is to impose a policy constraint on a policy improvement objective. However, existing methods generally adopt a ``one-size-fits-all'' practice, i.e., keeping only a single improvement-constraint balance for all the samples in a mini-batch or even the entire offline dataset. In this work, we argue that different samples should be treated with different policy constraint intensities. Based on this idea, a novel plug-in approach named Guided Offline RL (GORL) is proposed. GORL employs a guiding network, along with only a few expert demonstrations, to adaptively determine the relative importance of the policy improvement and policy constraint for every…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Reinforcement Learning in Robotics · Data Stream Mining Techniques
