SOMBRL: Scalable and Optimistic Model-Based RL
Bhavya Sukhija, Lenart Treven, Carmelo Sferrazza, Florian Dörfler, Pieter Abbeel, Andreas Krause
TL;DR
SOMBRL tackles sample-efficient exploration in model-based RL with unknown dynamics by learning an uncertainty-aware model and optimizing a blended objective that adds an intrinsic reward proportional to epistemic uncertainty: $J_n(\pi)=\mathbb{E}_{\pi}[\sum_{t=0}^{T-1}(r(\bm{x}'_t,\bm{u}_t)+\lambda_n\|\bm{\sigma}_n(\bm{x}'_t,\bm{u}_t)\|)]$, $\bm{x}'_{t+1}=\bm{\mu}_n(\bm{x}'_t,\bm{u}_t)+\bm{w}_t$. Under GP/RKHS assumptions, the authors prove that this yields optimistic estimates of the true value, enabling sublinear regret in finite-horizon, $\gamma$-discounted infinite-horizon, and nonepisodic settings. The approach is deliberately simple and scalable, avoiding explicit optimization over the dynamics set, and is demonstrated across state-based and visual-control benchmarks as well as hardware, where it outperforms strong baselines and exhibits superior sample efficiency. This framework offers a practical, principled route to exploration in high-dimensional MBRL, with potential extensions to safe and offline RL.
Abstract
We address the challenge of efficient exploration in model-based reinforcement learning (MBRL), where the system dynamics are unknown and the RL agent must learn directly from online interactions. We propose Scalable and Optimistic MBRL (SOMBRL), an approach based on the principle of optimism in the face of uncertainty. SOMBRL learns an uncertainty-aware dynamics model and greedily maximizes a weighted sum of the extrinsic reward and the agent's epistemic uncertainty. SOMBRL is compatible with any policy optimizers or planners, and under common regularity assumptions on the system, we show that SOMBRL has sublinear regret for nonlinear dynamics in the (i) finite-horizon, (ii) discounted infinite-horizon, and (iii) non-episodic settings. Additionally, SOMBRL offers a flexible and scalable solution for principled exploration. We evaluate SOMBRL on state-based and visual-control environments, where it displays strong performance across all tasks and baselines. We also evaluate SOMBRL on a dynamic RC car hardware and show SOMBRL outperforms the state-of-the-art, illustrating the benefits of principled exploration for MBRL.
