NeoRL: Efficient Exploration for Nonepisodic RL
Bhavya Sukhija, Lenart Treven, Florian Dörfler, Stelian Coros, Andreas Krause
TL;DR
NeoRL addresses nonepisodic reinforcement learning for unknown nonlinear dynamics learned from a single trajectory. It introduces a model-based optimistic approach that plans with epistemic uncertainty and uses RKHS/GP dynamics with a horizon scheduling rule to achieve sublinear regret, proving $R_T \le C(\mathbf{x}_0, K, \gamma) \Gamma_T \sqrt{T}$ with high probability. The method leverages calibrated uncertainty models, MPC-based planning, and a theoretical framework ensuring ergodicity and stability, while empirical results show convergence to the optimal average cost across diverse, high-dimensional environments with limited interactions. This work advances the practical and theoretical foundations of nonepisodic deep RL by enabling stable exploration without resets and providing concrete regret guarantees for nonlinear systems.
Abstract
We study the problem of nonepisodic reinforcement learning (RL) for nonlinear dynamical systems, where the system dynamics are unknown and the RL agent has to learn from a single trajectory, i.e., without resets. We propose Nonepisodic Optimistic RL (NeoRL), an approach based on the principle of optimism in the face of uncertainty. NeoRL uses well-calibrated probabilistic models and plans optimistically w.r.t. the epistemic uncertainty about the unknown dynamics. Under continuity and bounded energy assumptions on the system, we provide a first-of-its-kind regret bound of $O(Γ_T \sqrt{T})$ for general nonlinear systems with Gaussian process dynamics. We compare NeoRL to other baselines on several deep RL environments and empirically demonstrate that NeoRL achieves the optimal average cost while incurring the least regret.
