AILGMay 12, 2021

Acting upon Imagination: when to trust imagined trajectories in model based reinforcement learning

arXiv:2105.05716v64 citations
Originality Incremental advance
AI Analysis

This work addresses computational efficiency for MBRL practitioners, but it is incremental as it builds on existing uncertainty estimation techniques.

The paper tackles the problem of high computational cost in model-based reinforcement learning (MBRL) due to frequent re-planning from scratch, by proposing uncertainty estimation methods to evaluate when imagined trajectories can be trusted. The result is a significant reduction in computational costs without sacrificing performance, as demonstrated in experiments.

Model-based reinforcement learning (MBRL) aims to learn model(s) of the environment dynamics that can predict the outcome of its actions. Forward application of the model yields so called imagined trajectories (sequences of action, predicted state-reward) used to optimize the set of candidate actions that maximize expected reward. The outcome, an ideal imagined trajectory or plan, is imperfect and typically MBRL relies on model predictive control (MPC) to overcome this by continuously re-planning from scratch, incurring thus major computational cost and increasing complexity in tasks with longer receding horizon. We propose uncertainty estimation methods for online evaluation of imagined trajectories to assess whether further planned actions can be trusted to deliver acceptable reward. These methods include comparing the error after performing the last action with the standard expected error and using model uncertainty to assess the deviation from expected outcomes. Additionally, we introduce methods that exploit the forward propagation of the dynamics model to evaluate if the remainder of the plan aligns with expected results and assess the remainder of the plan in terms of the expected reward. Our experiments demonstrate the effectiveness of the proposed uncertainty estimation methods by applying them to avoid unnecessary trajectory replanning in a shooting MBRL setting. Results highlight significant reduction on computational costs without sacrificing performance.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes