paper-with-me

홈 › Papers

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 difficult due to long planning horizon and unknown state-dependent transitions. The current paper shows that the long planning horizon and the unknown state-dependent transitions (at most) pose little additional difficulty on sample complexity. We consider the episodic reinforcement learning with $S$ states, $A$ actions, planning horizon $H$, total reward bounded by $1$, and the agent plays for $K$ episodes. We propose a new algorithm, \textbf{M}onotonic \textbf{V}alue \textbf{P}ropagation (MVP), which relies on a new Bernstein-type bonus. Compared to existing bonus constructions, the new bonus is tighter since it is based on a well-designed monotonic value function. In particular, the \emph{constants} in the bonus should be subtly setting to ensure optimism and monotonicity. We show MVP enjoys an $O\left(\left(\sqrt{SAK} + S^2A\right) \poly\log \left(SAHK\right)\right)$ regret, approaching the $\Omega\left(\sqrt{SAK}\right)$ lower bound of \emph{contextual bandits} up to logarithmic terms. Notably, this result 1) \emph{exponentially} improves the state-of-the-art polynomial-time algorithms by Dann et al. [2019] and Zanette et al. [2019] in terms of the dependency on $H$, and 2) \emph{exponentially} improves the running time in [Wang et al. 2020] and significantly improves the dependency on $S$, $A$ and $K$ in sample complexity.

📄 PDF Abstract BibTeX arXiv:2009.13503

Code (0)

등록된 구현이 없습니다.

Tasks

Decision MakingMulti-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)Sequential Decision Making

Similar Papers 제목 키워드 기반

Computationally Efficient Horizon-Free Reinforcement Learning for Linear Mixture MDPs

2022-05-23 · Dongruo Zhou, Quanquan Gu

Recent studies have shown that episodic reinforcement learning (RL) is not more difficult than contextual bandits, even with a long planning horizon and unknown state transitions. However, these results are limited to ei…

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Online Sparse Reinforcement Learning

2020-11-08 · Botao Hao, Tor Lattimore, Csaba Szepesvári, Mengdi Wang

We investigate the hardness of online reinforcement learning in fixed horizon, sparse linear Markov decision process (MDP), with a special focus on the high-dimensional regime where the ambient dimension is larger than t…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

NeurWIN: Neural Whittle Index Network For Restless Bandits Via Deep RL

2021-10-05 · NeurIPS 2021 12 · Khaled Nakhleh, Santosh Ganji, Ping-Chun Hsieh, I-Hong Hou 외

Whittle index policy is a powerful tool to obtain asymptotically optimal solutions for the notoriously intractable problem of restless bandits. However, finding the Whittle indices remains a difficult problem for many pr…

Deep Reinforcement Learning

Reinforcement Learning for Markovian Bandits: Is Posterior Sampling more Scalable than Optimism?

2021-06-16 · Nicolas Gast, Bruno Gaujal, Kimang Khun

We study learning algorithms for the classical Markovian bandit problem with discount. We explain how to adapt PSRL [24] and UCRL2 [2] to exploit the problem structure. These variants are called MB-PSRL and MB-UCRL2. Whi…

reinforcement-learningReinforcement Learning (RL)

Regret Bound Balancing and Elimination for Model Selection in Bandits and RL

2020-12-24 · Aldo Pacchiano, Christoph Dann, Claudio Gentile, Peter Bartlett

We propose a simple model selection approach for algorithms in stochastic bandit and reinforcement learning problems. As opposed to prior work that (implicitly) assumes knowledge of the optimal regret, we only require th…

Model Selectionvalid