English

M3PO: Massively Multi-Task Model-Based Policy Optimization

Machine Learning 2025-06-30 v1 Robotics

Abstract

We introduce Massively Multi-Task Model-Based Policy Optimization (M3PO), a scalable model-based reinforcement learning (MBRL) framework designed to address sample inefficiency in single-task settings and poor generalization in multi-task domains. Existing model-based approaches like DreamerV3 rely on pixel-level generative models that neglect control-centric representations, while model-free methods such as PPO suffer from high sample complexity and weak exploration. M3PO integrates an implicit world model, trained to predict task outcomes without observation reconstruction, with a hybrid exploration strategy that combines model-based planning and model-free uncertainty-driven bonuses. This eliminates the bias-variance trade-off in prior methods by using discrepancies between model-based and model-free value estimates to guide exploration, while maintaining stable policy updates through a trust-region optimizer. M3PO provides an efficient and robust alternative to existing model-based policy optimization approaches and achieves state-of-the-art performance across multiple benchmarks.

Keywords

Cite

@article{arxiv.2506.21782,
  title  = {M3PO: Massively Multi-Task Model-Based Policy Optimization},
  author = {Aditya Narendra and Dmitry Makarov and Aleksandr Panov},
  journal= {arXiv preprint arXiv:2506.21782},
  year   = {2025}
}

Comments

6 pages, 4 figures. Accepted at IEEE/RSJ IROS 2025. Full version, including appendix and implementation details

R2 v1 2026-07-01T03:35:29.830Z