Reinforcement Learning with Imperfect Transition Predictions: A Bellman-Jensen Approach
Chenbei Lu, Zaiwei Chen, Tongxin Li, Chenye Wu, Adam Wierman

TL;DR
This paper introduces a new RL framework that leverages multi-step predictions of future states, addressing high-dimensionality and imperfect information with a Bayesian value function, Bellman-Jensen analysis, and a novel algorithm, BOLA.
Contribution
It proposes the Bayesian value function, Bellman-Jensen Gap analysis, and BOLA algorithm to effectively incorporate multi-step predictions in RL with theoretical guarantees.
Findings
BOLA remains sample-efficient with imperfect predictions.
The Bayesian value function effectively characterizes optimal policies.
Validated on synthetic and real-world energy storage tasks.
Abstract
Traditional reinforcement learning (RL) assumes the agents make decisions based on Markov decision processes (MDPs) with one-step transition models. In many real-world applications, such as energy management and stock investment, agents can access multi-step predictions of future states, which provide additional advantages for decision making. However, multi-step predictions are inherently high-dimensional: naively embedding these predictions into an MDP leads to an exponential blow-up in state space and the curse of dimensionality. Moreover, existing RL theory provides few tools to analyze prediction-augmented MDPs, as it typically works on one-step transition kernels and cannot accommodate multi-step predictions with errors or partial action-coverage. We address these challenges with three key innovations: First, we propose the \emph{Bayesian value function} to characterize the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics · Advanced Bandit Algorithms Research · Data Stream Mining Techniques
