paper-with-me

Papers

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-action space. We show that its regret can be bounded as $\mathcal{\tilde{O}}\big(T^{1 - d_{\text{eff.}}^{-1}}\big)$, where $d_{\text{eff.}} = 2d_\mathcal{S} + d_z + 3$, $d_\mathcal{S}$ is the dimension of the state space, and $d_z$ is the zooming dimension. $d_z$ is a problem-dependent quantity, which allows us to conclude that if MDP is benign, then its regret will be small. We note that the existing notion of zooming dimension for average reward RL is defined in terms of policy coverings, and hence it can be huge when the policy class is rich even though the underlying MDP is simple, so that the regret upper bound is nearly $O(T)$. The zooming dimension proposed in the current work is bounded above by $d$, the dimension of the state-action space, and hence is truly adaptive, i.e., shows how to capture adaptivity gains for infinite-horizon average-reward RL. ZoRL outperforms other state-of-the-art algorithms in experiments; thereby demonstrating the gains arising due to adaptivity.

📄 PDF Abstract BibTeX arXiv:2410.19919

Code (0)

등록된 구현이 없습니다.

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Full Gradient Deep Reinforcement Learning for Average-Reward Criterion

2023-04-07 · Tejas Pagare, Vivek Borkar, Konstantin Avrachenkov

We extend the provably convergent Full Gradient DQN algorithm for discounted reward Markov decision processes from Avrachenkov et al. (2021) to average reward problems. We experimentally compare widely used RVI Q-Learnin…

Deep Reinforcement LearningMulti-Armed BanditsQ-Learningreinforcement-learning+1

Provably adaptive reinforcement learning in metric spaces

2020-06-18 · NeurIPS 2020 12 · Tongyi Cao, Akshay Krishnamurthy

We study reinforcement learning in continuous state and action spaces endowed with a metric. We provide a refined analysis of a variant of the algorithm of Sinclair, Banerjee, and Yu (2019) and show that its regret scale…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Provably Efficient Algorithms for Multi-Objective Competitive RL

2021-02-05 · Tiancheng Yu, Yi Tian, Jingzhao Zhang, Suvrit Sra

We study multi-objective reinforcement learning (RL) where an agent's reward is represented as a vector. In settings where an agent competes against opponents, its performance is measured by the distance of its average r…

Multi-Objective Reinforcement LearningReinforcement Learning (RL)

Sharper Model-free Reinforcement Learning for Average-reward Markov Decision Processes

2023-06-28 · Zihan Zhang, Qiaomin Xie

We develop several provably efficient model-free reinforcement learning (RL) algorithms for infinite-horizon average-reward Markov Decision Processes (MDPs). We consider both online setting and the setting with access to…

reinforcement-learningReinforcement Learning (RL)

RVI-SAC: Average Reward Off-Policy Deep Reinforcement Learning

2024-08-04

In this paper, we propose an off-policy deep reinforcement learning (DRL) method utilizing the average reward criterion. While most existing DRL methods employ the discounted reward criterion, this can potentially lead t…