Tree Exploration for Bayesian RL Exploration
Christos Dimitrakakis

TL;DR
This paper introduces bounds and exploration strategies for Bayesian belief trees in reinforcement learning, improving decision-making efficiency by leveraging theoretical insights and comparing with existing algorithms.
Contribution
It provides the first lower and high probability upper bounds on the value function in Bayesian belief trees, enabling more efficient exploration strategies.
Findings
The bounds improve exploration efficiency in Bayesian RL.
The proposed algorithms outperform UCB1 and baseline methods in experiments.
Theoretical bounds are analogous to those in POMDPs, bridging concepts across frameworks.
Abstract
Research in reinforcement learning has produced algorithms for optimal decision making under uncertainty that fall within two main types. The first employs a Bayesian framework, where optimality improves with increased computational time. This is because the resulting planning task takes the form of a dynamic programming problem on a belief tree with an infinite number of states. The second type employs relatively simple algorithm which are shown to suffer small regret within a distribution-free framework. This paper presents a lower bound and a high probability upper bound on the optimal value function for the nodes in the Bayesian belief tree, which are analogous to similar bounds in POMDPs. The bounds are then used to create more efficient strategies for exploring the tree. The resulting algorithms are compared with the distribution-free algorithm UCB1, as well as a simpler baseline…
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
TopicsAdvanced Bandit Algorithms Research · Reinforcement Learning in Robotics · Machine Learning and Algorithms
