English

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

Machine Learning 2024-09-25 v2 Data Structures and Algorithms Optimization and Control

Abstract

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 O~(d3/2sp(v)T)\widetilde{\mathcal{O}}(d^{3/2}\mathrm{sp}(v^*)\sqrt{T}) over TT time steps where sp(v)\mathrm{sp}(v^*) is the span of the optimal bias function vv^* and dd is the dimension of the feature mapping. For linear mixture MDPs, our algorithm attains a regret bound of O~(dsp(v)T)\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.

Keywords

Cite

@article{arxiv.2409.10772,
  title  = {Provably Efficient Infinite-Horizon Average-Reward Reinforcement Learning with Linear Function Approximation},
  author = {Woojin Chae and Dabeen Lee},
  journal= {arXiv preprint arXiv:2409.10772},
  year   = {2024}
}

Comments

The main results of this submission were derived based on discussions with the authors of paper "Provably Efficient Reinforcement Learning for Infinite-Horizon Average-Reward Linear MDPs" (arXiv:2405.15050). We realized that they deduced the same results earlier than us. In response, we retract the submission

R2 v1 2026-06-28T18:47:00.507Z