QWM: Q-Learning Enhanced with World Models for Robotics

Perry Dong, Yueru Jia, Chelsea Finn, Dorsa Sadigh· August 19, 2026 View original

Key takeaways

  • QWM improves Q-learning by using world models for test-time search, not policy training.
  • Training policies only on real transitions avoids compounding model bias.
  • The framework significantly boosts sample efficiency and performance in robotics.
  • QWM offers a robust approach for high-dimensional, real-world RL problems.

Who benefits

RoboticsManufacturingLogisticsAutonomous VehiclesAI/ML Development

Summary

QWM (Q-Learning With World Models) is a new framework that integrates world models into standard Q-learning to improve sample efficiency and performance in off-policy reinforcement learning. By using world models for test-time search over imagined trajectories while training policies on real transitions, QWM avoids compounding model bias and excels in challenging manipulation benchmarks.

A novel framework called QWM (Q-Learning With World Models) has been introduced to enhance the performance and sample efficiency of off-policy reinforcement learning (RL). While world models have shown promise in improving sample efficiency by predicting state changes, their successful application has largely been confined to supervised policy learning, with challenges in scaling to complex, high-dimensional problems like real-world robotics. Previous model-based RL methods often optimize policies directly on imagined rollouts, which can lead to accumulating bias and difficulties in scaling, especially with longer task horizons and visual complexity. QWM addresses this by leveraging world models specifically for test-time search over imagined trajectories, allowing it to select high-value actions during both online rollouts and evaluation. Crucially, QWM ensures that the policy and value function are trained exclusively on real transitions. This design choice effectively mitigates the compounding model bias often seen in other model-based RL approaches, while still capitalizing on the sample-efficiency benefits of predictive search. The framework demonstrated significant improvements over state-of-the-art methods on demanding manipulation benchmarks like Robomimic and LIBERO.

Why it matters

For professionals developing robotic systems or complex autonomous agents, QWM offers a path to more sample-efficient and robust reinforcement learning. This can accelerate the training of high-performing policies for real-world applications, reducing the need for extensive real-world data collection.

How to implement this in your domain

  1. 1Explore integrating world models into your existing Q-learning or off-policy RL frameworks for improved sample efficiency.
  2. 2Apply QWM's approach of using world models for test-time trajectory search in robotic manipulation tasks.
  3. 3Design RL systems where policies and value functions are strictly trained on real-world data to minimize model bias.
  4. 4Benchmark QWM against current state-of-the-art RL methods for complex, high-dimensional control problems.
  5. 5Investigate the potential of QWM for fine-tuning Vision-Language-Action models in robotics.

Original post by Perry Dong, Yueru Jia, Chelsea Finn, Dorsa Sadigh

"arXiv:2608.17163v1 Announce Type: new Abstract: Off-policy reinforcement learning (RL) has become increasingly sample-efficient, enabling applications such as RL fine-tuning of Vision-Language-Action models into reliable, high-performing policies. World models offer a further lev…"

View on X

Originally posted by Perry Dong, Yueru Jia, Chelsea Finn, Dorsa Sadigh 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