paper-with-me

Papers

Genetic multi-armed bandits: a reinforcement learning approach for discrete optimization via simulation

2023-02-15 · Deniz Preil, Michael Krapp

This paper proposes a new algorithm, referred to as GMAB, that combines concepts from the reinforcement learning domain of multi-armed bandits and random search strategies from the domain of genetic algorithms to solve discrete stochastic optimization problems via simulation. In particular, the focus is on noisy large-scale problems, which often involve a multitude of dimensions as well as multiple local optima. Our aim is to combine the property of multi-armed bandits to cope with volatile simulation observations with the ability of genetic algorithms to handle high-dimensional solution spaces accompanied by an enormous number of feasible solutions. For this purpose, a multi-armed bandit framework serves as a foundation, where each observed simulation is incorporated into the memory of GMAB. Based on this memory, genetic operators guide the search, as they provide powerful tools for exploration as well as exploitation. The empirical results demonstrate that GMAB achieves superior performance compared to benchmark algorithms from the literature in a large variety of test problems. In all experiments, GMAB required considerably fewer simulations to achieve similar or (far) better solutions than those generated by existing methods. At the same time, GMAB's overhead with regard to the required runtime is extremely small due to the suggested tree-based implementation of its memory. Furthermore, we prove its convergence to the set of global optima as the simulation effort goes to infinity.

📄 PDF Abstract BibTeX arXiv:2302.07695

Code (0)

등록된 구현이 없습니다.

Tasks

Multi-Armed BanditsStochastic Optimization

Methods 이 논문이 사용한 방법론

Test 설명 없음
Random Search Random Search replaces the exhaustive enumeration of all combinations by selecting them randomly. This can be simply applied to the discrete setting described above, but also…

Similar Papers 제목 키워드 기반

Evolutionary Multi-Armed Bandits with Genetic Thompson Sampling

2022-04-26 · Baihan Lin

As two popular schools of machine learning, online learning and evolutionary computations have become two important driving forces behind real-world decision making engines for applications in biomedicine, economics, and…

Decision MakingEvolutionary AlgorithmsMulti-Armed BanditsSequential Decision Making+1

Multi-Armed Sampling Problem and the End of Exploration

2025-07-14 · Mohammad Pedramfar, Siamak Ravanbakhsh arxiv

This paper introduces the framework of multi-armed sampling, which serves as the sampling counterpart to the optimization problem of multi-armed bandits. Our primary motivation is to rigorously examine the exploration-ex…

Reinforcement LearningMulti-Armed Bandits

Active Reinforcement Learning: Observing Rewards at a Cost

2020-11-13 · David Krueger, Jan Leike, Owain Evans, John Salvatier

Active reinforcement learning (ARL) is a variant on reinforcement learning where the agent does not observe the reward unless it chooses to pay a query cost c > 0. The central question of ARL is how to quantify the long-…

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

A Reduction-Based Framework for Conservative Bandits and Reinforcement Learning

2021-06-22 · ICLR 2022 4 · Yunchang Yang, Tianhao Wu, Han Zhong, Evrard Garcelon 외

In this paper, we present a reduction-based framework for conservative bandits and RL, in which our core technique is to calculate the necessary and sufficient budget obtained from running the baseline policy. For lower …

Multi-Armed Banditsreinforcement-learningReinforcement LearningReinforcement Learning (RL)

An Analysis of the Value of Information when Exploring Stochastic, Discrete Multi-Armed Bandits

2017-10-08 · Isaac J. Sledge, Jose C. Principe

In this paper, we propose an information-theoretic exploration strategy for stochastic, discrete multi-armed bandits that achieves optimal regret. Our strategy is based on the value of information criterion. This criteri…

Multi-Armed Bandits