pith. sign in

arxiv: 2311.13294 · v1 · pith:TMMF23ZNnew · submitted 2023-11-22 · 💻 cs.LG · cs.AI

Probabilistic Inference in Reinforcement Learning Done Right

classification 💻 cs.LG cs.AI
keywords inferencepolicybayesianefficientlyexploreslearningprobabilisticprobability
0
0 comments X
read the original abstract

A popular perspective in Reinforcement learning (RL) casts the problem as probabilistic inference on a graphical model of the Markov decision process (MDP). The core object of study is the probability of each state-action pair being visited under the optimal policy. Previous approaches to approximate this quantity can be arbitrarily poor, leading to algorithms that do not implement genuine statistical inference and consequently do not perform well in challenging problems. In this work, we undertake a rigorous Bayesian treatment of the posterior probability of state-action optimality and clarify how it flows through the MDP. We first reveal that this quantity can indeed be used to generate a policy that explores efficiently, as measured by regret. Unfortunately, computing it is intractable, so we derive a new variational Bayesian approximation yielding a tractable convex optimization problem and establish that the resulting policy also explores efficiently. We call our approach VAPOR and show that it has strong connections to Thompson sampling, K-learning, and maximum entropy exploration. We conclude with some experiments demonstrating the performance advantage of a deep RL version of VAPOR.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 1 Pith paper

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. Evolving Robustness--Exploration Trade-off in Online Reinforcement Learning via Quantile Bayesian Risk MDPs

    cs.LG 2026-05 unverdicted novelty 6.0

    Proposes an adaptive quantile schedule in Bayesian risk MDPs for online RL that starts robust and gradually encourages exploration, supported by asymptotic normality characterization and sublinear Bayesian regret bounds.