M3PO: Massively Multi-Task Model-Based Policy Optimization
Aditya Narendra, Dmitry Makarov, Aleksandr Panov
Abstract
We introduce Massively Multi-Task Model-Based Policy Optimization (M3PO), a scalable model-based reinforcement learning (MBRL) framework designed to address the challenges of sample efficiency in single-task settings and generalization in multi-task domains. Existing model-based approaches like DreamerV3 rely on generative world models that prioritize pixel-level reconstruction, often at the cost of control-centric representations, while model-free methods such as PPO suffer from high sample complexity and limited exploration. M3PO integrates an implicit world model, trained to predict task outcomes without reconstructing observations, with a hybrid exploration strategy that combines model-based planning and model-free uncertainty-driven bonuses. This approach eliminates the bias-variance trade-off inherent in prior methods (e.g., POME’s exploration bonuses) by using the discrepancy between model-based and model-free value estimates to guide exploration while maintaining stable policy updates via a trust-region optimizer. M3PO is introduced as an advanced alternative to existing model-based policy optimization methods.
BibTeX
@inproceedings{iros2025_m3pomassivelymul,
title = {M3PO: Massively Multi-Task Model-Based Policy Optimization},
author = {Aditya Narendra and Dmitry Makarov and Aleksandr Panov},
booktitle = {IROS 2025},
year = {2025}
}