paper-with-me

Papers

Meta-Learning for Simple Regret Minimization

2022-02-25 · MohammadJavad Azizi, Branislav Kveton, Mohammad Ghavamzadeh, Sumeet Katariya

We develop a meta-learning framework for simple regret minimization in bandits. In this framework, a learning agent interacts with a sequence of bandit tasks, which are sampled i.i.d.\ from an unknown prior distribution, and learns its meta-parameters to perform better on future tasks. We propose the first Bayesian and frequentist meta-learning algorithms for this setting. The Bayesian algorithm has access to a prior distribution over the meta-parameters and its meta simple regret over $m$ bandit tasks with horizon $n$ is mere $\tilde{O}(m / \sqrt{n})$. On the other hand, the meta simple regret of the frequentist algorithm is $\tilde{O}(\sqrt{m} n + m/ \sqrt{n})$. While its regret is worse, the frequentist algorithm is more general because it does not need a prior distribution over the meta-parameters. It can also be analyzed in more settings. We instantiate our algorithms for several classes of bandit problems. Our algorithms are general and we complement our theory by evaluating them empirically in several environments.

📄 PDF Abstract BibTeX arXiv:2202.12888

Code (1)

Azizimj/Meta-SRM 공식 구현

Tasks

Meta-Learning

Similar Papers 제목 키워드 기반

Simple Regret Minimization for Contextual Bandits

2018-10-17 · Aniket Anand Deshmukh, Srinagesh Sharma, James W. Cutler, Mark Moldwin 외

There are two variants of the classical multi-armed bandit (MAB) problem that have received considerable attention from machine learning researchers in recent years: contextual bandits and simple regret minimization. Con…

Multi-Armed Bandits

Meta-Learning in Self-Play Regret Minimization

2025-04-26 · David Sychrovský, Martin Schmid, Michal Šustr, Michael Bowling

Regret minimization is a general approach to online optimization which plays a crucial role in many algorithms for approximating Nash equilibria in two-player zero-sum games. The literature mainly focuses on solving indi…

Meta-Learning

Approximating Nash Equilibria in General-Sum Games via Meta-Learning

2025-04-26 · David Sychrovský, Christopher Solinas, Revan MacQueen, Kevin Wang 외

Nash equilibrium is perhaps the best-known solution concept in game theory. Such a solution assigns a strategy to each player which offers no incentive to unilaterally deviate. While a Nash equilibrium is guaranteed to a…

Meta-Learning

Test-Time Regret Minimization in Meta Reinforcement Learning

2024-06-04 · Mirco Mutti, Aviv Tamar

Meta reinforcement learning sets a distribution over a set of tasks on which the agent can train at will, then is asked to learn an optimal policy for any test task efficiently. In this paper, we consider a finite set of…

Meta Reinforcement Learningreinforcement-learningReinforcement Learning

Proportional Response: Contextual Bandits for Simple and Cumulative Regret Minimization

2023-07-05 · NeurIPS 2023 11

In many applications, e.g. in healthcare and e-commerce, the goal of a contextual bandit may be to learn an optimal treatment assignment policy at the end of the experiment. That is, to minimize simple regret. However, t…

Multi-Armed Bandits