English

COPlanner: Plan to Roll Out Conservatively but to Explore Optimistically for Model-Based RL

Machine Learning 2024-01-02 v2

Abstract

Dyna-style model-based reinforcement learning contains two phases: model rollouts to generate sample for policy learning and real environment exploration using current policy for dynamics model learning. However, due to the complex real-world environment, it is inevitable to learn an imperfect dynamics model with model prediction error, which can further mislead policy learning and result in sub-optimal solutions. In this paper, we propose COPlanner\texttt{COPlanner}, a planning-driven framework for model-based methods to address the inaccurately learned dynamics model problem with conservative model rollouts and optimistic environment exploration. COPlanner\texttt{COPlanner} leverages an uncertainty-aware policy-guided model predictive control (UP-MPC) component to plan for multi-step uncertainty estimation. This estimated uncertainty then serves as a penalty during model rollouts and as a bonus during real environment exploration respectively, to choose actions. Consequently, COPlanner\texttt{COPlanner} can avoid model uncertain regions through conservative model rollouts, thereby alleviating the influence of model error. Simultaneously, it explores high-reward model uncertain regions to reduce model error actively through optimistic real environment exploration. COPlanner\texttt{COPlanner} is a plug-and-play framework that can be applied to any dyna-style model-based methods. Experimental results on a series of proprioceptive and visual continuous control tasks demonstrate that both sample efficiency and asymptotic performance of strong model-based methods are significantly improved combined with COPlanner\texttt{COPlanner}.

Keywords

Cite

@article{arxiv.2310.07220,
  title  = {COPlanner: Plan to Roll Out Conservatively but to Explore Optimistically for Model-Based RL},
  author = {Xiyao Wang and Ruijie Zheng and Yanchao Sun and Ruonan Jia and Wichayaporn Wongkamjan and Huazhe Xu and Furong Huang},
  journal= {arXiv preprint arXiv:2310.07220},
  year   = {2024}
}

Comments

22 pages, 17 figures

R2 v1 2026-06-28T12:46:57.509Z