Reinforcement Learning with Multi-Step Lookahead Information Via Adaptive Batching
Nadav Merlis
TL;DR
The paper addresses planning and learning in episodic, tabular MDPs with multi-step lookahead information observed before acting. It introduces adaptive batching policies (ABPs) that allow state-dependent batching horizons and derives their optimal Bellman equations, enabling tractable planning via an augmented batched MDP. An AL-UCB algorithm delivers optimistic learning with near-optimal regret, showing ABPs can outperform fixed batching and MPC strategies, with regret bounds that scale polylogarithmically in the horizon and horizon-dependent factors in $\ell$. The results provide a principled framework for exploiting multi-step lookahead in reinforcement learning and motivate future work on tractable approximations and extensions to imperfect predictions and deep RL.
Abstract
We study tabular reinforcement learning problems with multiple steps of lookahead information. Before acting, the learner observes $\ell$ steps of future transition and reward realizations: the exact state the agent would reach and the rewards it would collect under any possible course of action. While it has been shown that such information can drastically boost the value, finding the optimal policy is NP-hard, and it is common to apply one of two tractable heuristics: processing the lookahead in chunks of predefined sizes ('fixed batching policies'), and model predictive control. We first illustrate the problems with these two approaches and propose utilizing the lookahead in adaptive (state-dependent) batches; we refer to such policies as adaptive batching policies (ABPs). We derive the optimal Bellman equations for these strategies and design an optimistic regret-minimizing algorithm that enables learning the optimal ABP when interacting with unknown environments. Our regret bounds are order-optimal up to a potential factor of the lookahead horizon $\ell$, which can usually be considered a small constant.
