Decoupled Policy Extraction Boosts Offline Reinforcement Learning.

Xuyao Lin, Yixiang Shan, Jinru Duan, Tao Yang, Xinyu Zhao, Runyu Lei, Yiming Zhao, Jiaxin Fan, Zongbao Feng, Peng Jia· August 24, 2026 View original

Key takeaways

  • Decoupling policy improvement from actor training enhances Offline RL performance.
  • The actor models behavior, while a separate critic reranks actions at inference time.
  • This approach mitigates critic overestimation and improves action selection within data-supported regions.
  • It outperforms traditional coupled RL and behavior cloning methods.

Who benefits

RoboticsHealthcareE-commerceAutonomous SystemsFinancial Services

Summary

Researchers propose a new paradigm for Offline Reinforcement Learning (RL) that decouples policy improvement from actor training, allowing the actor to model behavior distribution while a separate critic reranks proposals at inference time. This method outperforms traditional coupled approaches and behavior cloning by mitigating issues like critic overestimation and the trade-off between suppressing out-of-distribution actions and selecting high-value actions.

In Offline Reinforcement Learning (RL), the conventional approach involves jointly training an actor and a critic, where the critic guides the actor towards better actions. While effective in online RL where new data is continuously generated, this coupled paradigm presents challenges in offline settings due to fixed training data. Specifically, actor updates can lead to out-of-distribution (OOD) actions, amplifying critic overestimation, and creating a difficult trade-off between suppressing OOD actions and selecting high-value actions within the available data. To address these issues, a new paradigm called "decoupled policy extraction" is proposed. This method separates policy improvement from actor training. The actor is trained solely to model the behavior distribution, generating a set of behavior-supported action candidates. Policy improvement then occurs at inference time, where a separately learned critic reranks these proposals to select the highest-value actions. Extensive experiments demonstrate that this decoupled approach significantly outperforms both behavior cloning and traditional jointly learned offline RL methods. It remains effective even when using a simple Q-learning critic, showcasing its robustness and ability to overcome the limitations of coupled learning in offline settings.

Why it matters

This research offers a more robust and effective method for Offline RL, enabling professionals to extract better policies from static datasets, which is critical for applications where data collection is expensive or risky, such as robotics, healthcare, and recommendation systems.

How to implement this in your domain

  1. 1Review existing Offline RL pipelines to identify opportunities for decoupling actor and critic training.
  2. 2Experiment with implementing the decoupled policy extraction paradigm in a controlled environment.
  3. 3Compare performance against current coupled RL methods and behavior cloning on relevant datasets.
  4. 4Adapt the approach for specific applications where data collection is limited or costly.
  5. 5Consider open-sourcing or contributing to libraries that implement this paradigm.

Original post by Xuyao Lin, Yixiang Shan, Jinru Duan, Tao Yang, Xinyu Zhao, Runyu Lei, Yiming Zhao, Jiaxin Fan, Zongbao Feng, Peng Jia

"arXiv:2608.20909v1 Announce Type: new Abstract: Offline RL methods commonly jointly train the actor and critic, where the critic is used to guide the actor toward higher-value actions. This coupled learning process is well motivated in online RL, where an improved actor collects…"

View on X

Originally posted by Xuyao Lin, Yixiang Shan, Jinru Duan, Tao Yang, Xinyu Zhao, Runyu Lei, Yiming Zhao, Jiaxin Fan, Zongbao Feng, Peng Jia on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses

More in AI Engineering & DevTools