paper-with-me

Papers

Provably Efficient Infinite-Horizon Average-Reward Reinforcement Learning with Linear Function Approximation

2024-09-16 · Woojin Chae, Dabeen Lee

This paper proposes a computationally tractable algorithm for learning infinite-horizon average-reward linear Markov decision processes (MDPs) and linear mixture MDPs under the Bellman optimality condition. While guaranteeing computational efficiency, our algorithm for linear MDPs achieves the best-known regret upper bound of $\widetilde{\mathcal{O}}(d^{3/2}\mathrm{sp}(v^*)\sqrt{T})$ over $T$ time steps where $\mathrm{sp}(v^*)$ is the span of the optimal bias function $v^*$ and $d$ is the dimension of the feature mapping. For linear mixture MDPs, our algorithm attains a regret bound of $\widetilde{\mathcal{O}}(d\cdot\mathrm{sp}(v^*)\sqrt{T})$. The algorithm applies novel techniques to control the covering number of the value function class and the span of optimistic estimators of the value function, which is of independent interest.

📄 PDF Abstract BibTeX arXiv:2409.10772

Code (0)

등록된 구현이 없습니다.

Tasks

Computational Efficiency

Similar Papers 제목 키워드 기반

Infinite-Horizon Reinforcement Learning with Multinomial Logistic Function Approximation

2024-06-19 · JaeHyun Park, Junyeop Kwon, Dabeen Lee

We study model-based reinforcement learning with non-linear function approximation where the transition function of the underlying Markov decision process (MDP) is given by a multinomial logistic (MNL) model. We develop …

Model-based Reinforcement Learningreinforcement-learningReinforcement Learning

Provably Adaptive Average Reward Reinforcement Learning for Metric Spaces

2024-10-25 · Avik Kar, Rahul Singh

We study infinite-horizon average-reward reinforcement learning (RL) for Lipschitz MDPs and develop an algorithm ZoRL that discretizes the state-action space adaptively and zooms into promising regions of the state-actio…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Model-free Reinforcement Learning in Infinite-horizon Average-reward Markov Decision Processes

2019-10-15 · ICML 2020 1 · Chen-Yu Wei, Mehdi Jafarnia-Jahromi, Haipeng Luo, Hiteshi Sharma 외

Model-free reinforcement learning is known to be memory and computation efficient and more amendable to large scale problems. In this paper, two model-free algorithms are introduced for learning infinite-horizon average-…

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Reinforcement Learning for Infinite-Horizon Average-Reward Linear MDPs via Approximation by Discounted-Reward MDPs

2024-05-23 · Kihyuk Hong, Woojin Chae, Yufan Zhang, Dabeen Lee 외

We study the infinite-horizon average-reward reinforcement learning with linear MDPs. Previous approaches either suffer from computational inefficiency or require strong assumptions on dynamics, such as ergodicity, for a…

A Harmonic Mean Formulation of Average Reward Reinforcement Learning in SMDPs

2026-05-06 · Erel Shtossel, Alicia Vidler, Uri Shaham, Gal A. Kaminka arxiv

Recent research has revived and amplified interest in algorithms for undiscounted average reward reinforcement learning in infinite-horizon, non-episodic (continuing) tasks. Semi-Markov decision processes (SMDPs) are of …

Reinforcement Learning