Reset-free Reinforcement Learning with World Models
Zhao Yang, Thomas M. Moerland, Mike Preuss, Aske Plaat, Edward S. Hu
TL;DR
MoReFree tackles reset-free RL by extending model-based reinforcement learning with Back-and-Forth Go-Explore and imagination-driven goal learning to focus on task-relevant states. Using PEG as a backbone, it leverages a world model to plan and train in imagination while guiding exploration toward initial and evaluation states, reducing over-exploration of irrelevant regions. Across eight reset-free tasks, MoReFree and a reset-free PEG variant achieve superior data efficiency and final performance without environmental rewards or demonstrations, especially on hard tasks, highlighting the promise of world-model-based reset-free RL. The work also provides thorough analyses and ablations, indicating the critical synergistic roles of its exploration and imagination components and outlining directions for adaptive curricula and scalability.
Abstract
Reinforcement learning (RL) is an appealing paradigm for training intelligent agents, enabling policy acquisition from the agent's own autonomously acquired experience. However, the training process of RL is far from automatic, requiring extensive human effort to reset the agent and environments. To tackle the challenging reset-free setting, we first demonstrate the superiority of model-based (MB) RL methods in such setting, showing that a straightforward adaptation of MBRL can outperform all the prior state-of-the-art methods while requiring less supervision. We then identify limitations inherent to this direct extension and propose a solution called model-based reset-free (MoReFree) agent, which further enhances the performance. MoReFree adapts two key mechanisms, exploration and policy learning, to handle reset-free tasks by prioritizing task-relevant states. It exhibits superior data-efficiency across various reset-free tasks without access to environmental reward or demonstrations while significantly outperforming privileged baselines that require supervision. Our findings suggest model-based methods hold significant promise for reducing human effort in RL. Website: https://yangzhao-666.github.io/morefree
