Critic-Free Pretraining Boosts Online Reinforcement Learning.

Daoyi Li, Yixian Zhang, Chao Yu, Wenbo Ding, Yu Wang· August 12, 2026 View original

Key takeaways

  • Critic-Free Pretraining (CFP) improves offline-to-online reinforcement learning.
  • It avoids biased value estimates by not training the critic offline.
  • A freshly initialized critic adapts more efficiently to online environments.
  • CFP enhances policy improvement and exploration in dynamic settings.

Who benefits

RoboticsAutonomous VehiclesGamingLogisticsFinancial Trading

Summary

This paper introduces Critic-Free Pretraining (CFP), a new paradigm for offline-to-online reinforcement learning that abandons offline critic training. CFP allows a freshly initialized critic to adapt to online environments without inheriting biased value estimates, leading to more efficient policy improvement and exploration during online fine-tuning.

Offline-to-online (O2O) reinforcement learning aims to take policies initially trained on static datasets and refine them through real-time interaction. A common challenge in this approach is that the "critic" — the component that estimates the value of states or actions — often carries biases from its offline training. As the policy and data distribution rapidly evolve in an online setting, these inherited value estimates can become misaligned, hindering effective policy improvement and exploration.To address this, researchers propose Critic-Free Pretraining (CFP). This novel paradigm completely foregoes the traditional step of training the critic during the offline phase. Instead, the critic is initialized fresh when the system transitions to online fine-tuning. This allows the critic to adapt directly to the dynamic online environment without being constrained by potentially inaccurate or outdated estimates from the offline data. CFP has been shown to be compatible with various O2O algorithms and consistently matches or improves performance, particularly on complex tasks, by enabling more accurate value estimation and efficient exploration.

Why it matters

For professionals developing AI agents that learn from both historical data and real-time interaction, CFP offers a more efficient and robust method for fine-tuning, leading to faster adaptation and better performance in dynamic environments.

How to implement this in your domain

  1. 1Re-evaluate existing offline-to-online RL pipelines to consider adopting a critic-free pretraining approach.
  2. 2Experiment with initializing critics freshly during the online fine-tuning phase of reinforcement learning models.
  3. 3Benchmark the performance of CFP against conventional O2O algorithms on your specific tasks and environments.
  4. 4Train your RL engineering teams on the benefits and implementation details of critic-free pretraining.

Original post by Daoyi Li, Yixian Zhang, Chao Yu, Wenbo Ding, Yu Wang

"arXiv:2608.10473v1 Announce Type: new Abstract: Offline-to-online (O2O) reinforcement learning aims to leverage policies pretrained on static datasets while improving them through online interaction. However, directly reusing an offline-trained critic can hinder online fine-tunin…"

View on X

Originally posted by Daoyi Li, Yixian Zhang, Chao Yu, Wenbo Ding, Yu Wang on X · view source

Want to go deeper?

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

Explore courses