paper-with-me

홈 › Papers

Sample Complexity of Episodic Fixed-Horizon Reinforcement Learning

2015-10-29 · NeurIPS 2015 12 · Christoph Dann, Emma Brunskill

Recently, there has been significant progress in understanding reinforcement learning in discounted infinite-horizon Markov decision processes (MDPs) by deriving tight sample complexity bounds. However, in many real-world applications, an interactive learning agent operates for a fixed or bounded period of time, for example tutoring students for exams or handling customer service requests. Such scenarios can often be better treated as episodic fixed-horizon MDPs, for which only looser bounds on the sample complexity exist. A natural notion of sample complexity in this setting is the number of episodes required to guarantee a certain performance with high probability (PAC guarantee). In this paper, we derive an upper PAC bound $\tilde O(\frac{|\mathcal S|^2 |\mathcal A| H^2}{\epsilon^2} \ln\frac 1 \delta)$ and a lower PAC bound $\tilde \Omega(\frac{|\mathcal S| |\mathcal A| H^2}{\epsilon^2} \ln \frac 1 {\delta + c})$ that match up to log-terms and an additional linear dependency on the number of states $|\mathcal S|$. The lower bound is the first of its kind for this setting. Our upper bound leverages Bernstein's inequality to improve on previous bounds for episodic finite-horizon MDPs which have a time-horizon dependency of at least $H^3$.

📄 PDF Abstract BibTeX arXiv:1510.08906

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Is Long Horizon Reinforcement Learning More Difficult Than Short Horizon Reinforcement Learning?

2020-05-01 · Ruosong Wang, Simon S. Du, Lin F. Yang, Sham M. Kakade

Learning to plan for long horizons is a central challenge in episodic reinforcement learning problems. A fundamental question is to understand how the difficulty of the problem scales as the horizon increases. Here the n…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Is Long Horizon RL More Difficult Than Short Horizon RL?

2020-12-01 · NeurIPS 2020 12 · Ruosong Wang, Simon S. Du, Lin Yang, Sham Kakade

Learning to plan for long horizons is a central challenge in episodic reinforcement learning problems. A fundamental question is to understand how the difficulty of the problem scales as the horizon increases. Here the n…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Model-Free Adaptive Optimal Control of Episodic Fixed-Horizon Manufacturing Processes using Reinforcement Learning

2018-09-18 · Johannes Dornheim, Norbert Link, Peter Gumbsch

A self-learning optimal control algorithm for episodic fixed-horizon manufacturing processes with time-discrete control actions is proposed and evaluated on a simulated deep drawing process. The control model is built du…

Model Predictive ControlQ-Learningreinforcement-learningReinforcement Learning+2

Is Reinforcement Learning More Difficult Than Bandits? A Near-optimal Algorithm Escaping the Curse of Horizon

2020-09-28 · Zihan Zhang, Xiangyang Ji, Simon S. Du

Episodic reinforcement learning and contextual bandits are two widely studied sequential decision-making problems. Episodic reinforcement learning generalizes contextual bandits and is often perceived to be more difficul…

Decision MakingMulti-Armed Banditsreinforcement-learningReinforcement Learning+2

Fast Non-Episodic Finite-Horizon RL with K-Step Lookahead Thresholding

2026-01-31 · Jiamin Xu, Kyra Gan arxiv

Online reinforcement learning in non-episodic, finite-horizon MDPs remains underexplored and is challenged by the need to estimate returns to a fixed terminal time. Existing infinite-horizon methods, which often rely on …

Reinforcement Learning