paper-with-me

홈 › Papers

Tabular and Deep Reinforcement Learning for Gittins Index

2024-05-02 · Harshit Dhankhar, Kshitij Mishra, Tejas Bodas

In the realm of multi-arm bandit problems, the Gittins index policy is known to be optimal in maximizing the expected total discounted reward obtained from pulling the Markovian arms. In most realistic scenarios however, the Markovian state transition probabilities are unknown and therefore the Gittins indices cannot be computed. One can then resort to reinforcement learning (RL) algorithms that explore the state space to learn these indices while exploiting to maximize the reward collected. In this work, we propose tabular (QGI) and Deep RL (DGN) algorithms for learning the Gittins index that are based on the retirement formulation for the multi-arm bandit problem. When compared with existing RL algorithms that learn the Gittins index, our algorithms have a lower run time, require less storage space (small Q-table size in QGI and smaller replay buffer in DGN), and illustrate better empirical convergence to the Gittins index. This makes our algorithm well suited for problems with large state spaces and is a viable alternative to existing methods. As a key application, we demonstrate the use of our algorithms in minimizing the mean flowtime in a job scheduling problem when jobs are available in batches and have an unknown service time distribution.

📄 PDF Abstract BibTeX arXiv:2405.01157

Code (0)

등록된 구현이 없습니다.

Tasks

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)Scheduling

Methods 이 논문이 사용한 방법론

Golden Queue Managers 설명 없음

Similar Papers 제목 키워드 기반

The Gittins Index: A Design Principle for Decision-Making Under Uncertainty

2025-06-12 · Ziv Scully, Alexander Terenin

The Gittins index is a tool that optimally solves a variety of decision-making problems involving uncertainty, including multi-armed bandit problems, minimizing mean latency in queues, and search problems like the Pandor…

Bayesian OptimizationDecision MakingDecision Making Under Uncertainty

Regret Analysis of the Finite-Horizon Gittins Index Strategy for Multi-Armed Bandits

2015-11-18 · Tor Lattimore

I analyse the frequentist regret of the famous Gittins index strategy for multi-armed bandits with Gaussian noise and a finite horizon. Remarkably it turns out that this approach leads to finite-time regret guarantees co…

Multi-Armed BanditsThompson Sampling

A Note on the Equivalence of Upper Confidence Bounds and Gittins Indices for Patient Agents

2019-04-09 · Daniel Russo

This note gives a short, self-contained, proof of a sharp connection between Gittins indices and Bayesian upper confidence bound algorithms. I consider a Gaussian multi-armed bandit problem with discount factor $\gamma$.…

Optimistic Gittins Indices

2016-12-01 · NeurIPS 2016 12 · Eli Gutin, Vivek Farias

Starting with the Thomspon sampling algorithm, recent years have seen a resurgence of interest in Bayesian algorithms for the Multi-armed Bandit (MAB) problem. These algorithms seek to exploit prior information on arm bi…

A General Framework of Multi-Armed Bandit Processes by Arm Switch Restrictions

2018-08-20 · Wenqing Bao, Xiaoqiang Cai, Xianyi Wu

This paper proposes a general framework of multi-armed bandit (MAB) processes by introducing a type of restrictions on the switches among arms evolving in continuous time. The Gittins index process is constructed for a…