English

Towards Tractable Optimism in Model-Based Reinforcement Learning

Machine Learning 2021-12-07 v2 Machine Learning

Abstract

The principle of optimism in the face of uncertainty is prevalent throughout sequential decision making problems such as multi-armed bandits and reinforcement learning (RL). To be successful, an optimistic RL algorithm must over-estimate the true value function (optimism) but not by so much that it is inaccurate (estimation error). In the tabular setting, many state-of-the-art methods produce the required optimism through approaches which are intractable when scaling to deep RL. We re-interpret these scalable optimistic model-based algorithms as solving a tractable noise augmented MDP. This formulation achieves a competitive regret bound: O~(SHAT)\tilde{\mathcal{O}}( |\mathcal{S}|H\sqrt{|\mathcal{A}| T } ) when augmenting using Gaussian noise, where TT is the total number of environment steps. We also explore how this trade-off changes in the deep RL setting, where we show empirically that estimation error is significantly more troublesome. However, we also show that if this error is reduced, optimistic model-based RL algorithms can match state-of-the-art performance in continuous control problems.

Keywords

Cite

@article{arxiv.2006.11911,
  title  = {Towards Tractable Optimism in Model-Based Reinforcement Learning},
  author = {Aldo Pacchiano and Philip J. Ball and Jack Parker-Holder and Krzysztof Choromanski and Stephen Roberts},
  journal= {arXiv preprint arXiv:2006.11911},
  year   = {2021}
}

Comments

Presented as a conference paper at UAI 2021

R2 v1 2026-06-23T16:30:06.069Z