paper-with-me

Papers

Near-optimal Bayesian Solution For Unknown Discrete Markov Decision Process

2019-06-20 · Aristide Tossou, Christos Dimitrakakis, Debabrota Basu

We tackle the problem of acting in an unknown finite and discrete Markov Decision Process (MDP) for which the expected shortest path from any state to any other state is bounded by a finite number $D$. An MDP consists of $S$ states and $A$ possible actions per state. Upon choosing an action $a_t$ at state $s_t$, one receives a real value reward $r_t$, then one transits to a next state $s_{t+1}$. The reward $r_t$ is generated from a fixed reward distribution depending only on $(s_t, a_t)$ and similarly, the next state $s_{t+1}$ is generated from a fixed transition distribution depending only on $(s_t, a_t)$. The objective is to maximize the accumulated rewards after $T$ interactions. In this paper, we consider the case where the reward distributions, the transitions, $T$ and $D$ are all unknown. We derive the first polynomial time Bayesian algorithm, BUCRL{} that achieves up to logarithm factors, a regret (i.e the difference between the accumulated rewards of the optimal policy and our algorithm) of the optimal order $\tilde{\mathcal{O}}(\sqrt{DSAT})$. Importantly, our result holds with high probability for the worst-case (frequentist) regret and not the weaker notion of Bayesian regret. We perform experiments in a variety of environments that demonstrate the superiority of our algorithm over previous techniques. Our work also illustrates several results that will be of independent interest. In particular, we derive a sharper upper bound for the KL-divergence of Bernoulli random variables. We also derive sharper upper and lower bounds for Beta and Binomial quantiles. All the bound are very simple and only use elementary functions.

📄 PDF Abstract BibTeX arXiv:1906.09114

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

BO4IO: A Bayesian optimization approach to inverse optimization with uncertainty quantification

2024-05-28 · Yen-An Lu, Wei-Shou Hu, Joel A. Paulson, Qi Zhang

This work addresses data-driven inverse optimization (IO), where the goal is to estimate unknown parameters in an optimization model from observed decisions that can be assumed to be optimal or near-optimal solutions to …

Bayesian OptimizationUncertainty Quantification

A Tensor-Train Framework for Bayesian Inference in High-Dimensional Systems: Applications to MIMO Detection and Channel Decoding

2026-04-07 · Luca Schmid, Dominik Sulz, Shrinivas Chimmalgi, Laurent Schmalen arxiv

Bayesian inference in high-dimensional discrete-input additive noise models is a fundamental challenge in communication systems, as the support of the required joint a posteriori probability (APP) mass function grows exp…

Bayesian Inference

Bayesian Learning of Optimal Policies in Markov Decision Processes with Countably Infinite State-Space

2023-06-05 · NeurIPS 2023 11 · Saghar Adler, Vijay Subramanian

Models of many real-life applications, such as queuing models of communication networks or computing systems, have a countably infinite state-space. Algorithmic and learning procedures that have been developed to produce…

Thompson Sampling

Distributed Fractional Bayesian Learning for Adaptive Optimization

2024-04-17 · Yaqun Yang, Jinlong Lei, Guanghui Wen, Yiguang Hong

This paper considers a distributed adaptive optimization problem, where all agents only have access to their local cost functions with a common unknown parameter, whereas they mean to collaboratively estimate the true pa…

Distributed Optimization

On Uncertainty Quantification for Near-Bayes Optimal Algorithms

2024-03-28 · Ziyu Wang, Chris Holmes

Bayesian modelling allows for the quantification of predictive uncertainty which is crucial in safety-critical applications. Yet for many machine learning (ML) algorithms, it is difficult to construct or implement their …

Uncertainty Quantification