paper-with-me

Papers

Active Exploration in Markov Decision Processes

2019-02-28 · Jean Tarbouriech, Alessandro Lazaric

We introduce the active exploration problem in Markov decision processes (MDPs). Each state of the MDP is characterized by a random value and the learner should gather samples to estimate the mean value of each state as accurately as possible. Similarly to active exploration in multi-armed bandit (MAB), states may have different levels of noise, so that the higher the noise, the more samples are needed. As the noise level is initially unknown, we need to trade off the exploration of the environment to estimate the noise and the exploitation of these estimates to compute a policy maximizing the accuracy of the mean predictions. We introduce a novel learning algorithm to solve this problem showing that active exploration in MDPs may be significantly more difficult than in MAB. We also derive a heuristic procedure to mitigate the negative effect of slowly mixing policies. Finally, we validate our findings on simple numerical simulations.

📄 PDF Abstract BibTeX arXiv:1902.11199

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Navigating to the Best Policy in Markov Decision Processes

2021-06-05 · NeurIPS 2021 12 · Aymen Al Marjani, Aurélien Garivier, Alexandre Proutiere

We investigate the classical active pure exploration problem in Markov Decision Processes, where the agent sequentially selects actions and, from the resulting system trajectory, aims at identifying the best policy as fa…

Efficient and Safe Exploration in Deterministic Markov Decision Processes with Unknown Transition Models

2019-04-01 · Erdem Biyik, Jonathan Margoliash, Shahrouz Ryan Alimo, Dorsa Sadigh

We propose a safe exploration algorithm for deterministic Markov Decision Processes with unknown transition models. Our algorithm guarantees safety by leveraging Lipschitz-continuity to ensure that no unsafe states are v…

Safe Exploration

Safe Exploration for Interactive Machine Learning

2019-10-30 · NeurIPS 2019 12 · Matteo Turchetta, Felix Berkenkamp, Andreas Krause

In Interactive Machine Learning (IML), we iteratively make decisions and obtain noisy observations of an unknown function. While IML methods, e.g., Bayesian optimization and active learning, have been successful in appli…

Active LearningBayesian OptimizationBIG-bench Machine LearningSafe Exploration

$\sqrt{n}$-Regret for Learning in Markov Decision Processes with Function Approximation and Low Bellman Rank

2019-09-05 · Kefan Dong, Jian Peng, Yining Wang, Yuan Zhou

In this paper, we consider the problem of online learning of Markov decision processes (MDPs) with very large state spaces. Under the assumptions of realizable function approximation and low Bellman ranks, we develop an …

Efficient ExplorationReinforcement Learning

Of Cores: A Partial-Exploration Framework for Markov Decision Processes

2019-06-17 · Jan Křetínský, Tobias Meggendorfer

We introduce a framework for approximate analysis of Markov decision processes (MDP) with bounded-, unbounded-, and infinite-horizon properties. The main idea is to identify a "core" of an MDP, i.e., a subsystem where we…