Discovering Multiple Solutions from a Single Task in Offline Reinforcement Learning
Takayuki Osa, Tatsuya Harada
TL;DR
The paper tackles discovering multiple solutions from a single offline RL task by learning unsupervised latent skills and using an EM-like coordinate ascent between a latent-conditioned policy and its posterior. DiveOff jointly optimizes the policy, latent posterior, and a mutual-information term under KL constraints, yielding diverse, high-quality behaviors in offline data. Empirical results on toy tasks and D4RL-based diverse datasets demonstrate that DiveOff can produce qualitatively distinct solutions while maintaining competitive performance, and that these diverse behaviors enable effective few-shot adaptation to unseen environments. The work advances offline RL by integrating latent-skill discovery with principled diversity regularization, offering practical benefits for robustness and transfer in real-world tasks.
Abstract
Recent studies on online reinforcement learning (RL) have demonstrated the advantages of learning multiple behaviors from a single task, as in the case of few-shot adaptation to a new environment. Although this approach is expected to yield similar benefits in offline RL, appropriate methods for learning multiple solutions have not been fully investigated in previous studies. In this study, we therefore addressed the problem of finding multiple solutions from a single task in offline RL. We propose algorithms that can learn multiple solutions in offline RL, and empirically investigate their performance. Our experimental results show that the proposed algorithm learns multiple qualitatively and quantitatively distinctive solutions in offline RL.
