paper-with-me

Papers

Bypassing the Simulator: Near-Optimal Adversarial Linear Contextual Bandits

2023-09-02 · NeurIPS 2023 11

We consider the adversarial linear contextual bandit problem, where the loss vectors are selected fully adversarially and the per-round action set (i.e. the context) is drawn from a fixed distribution. Existing methods for this problem either require access to a simulator to generate free i.i.d. contexts, achieve a sub-optimal regret no better than $\widetilde{O}(T^{\frac{5}{6}})$, or are computationally inefficient. We greatly improve these results by achieving a regret of $\widetilde{O}(\sqrt{T})$ without a simulator, while maintaining computational efficiency when the action set in each round is small. In the special case of sleeping bandits with adversarial loss and stochastic arm availability, our result answers affirmatively the open question by Saha et al. [2020] on whether there exists a polynomial-time algorithm with $poly(d)\sqrt{T}$ regret. Our approach naturally handles the case where the loss is linear up to an additive misspecification error, and our regret shows near-optimal dependence on the magnitude of the error.

📄 PDF Abstract BibTeX arXiv:2309.00814

Code (0)

등록된 구현이 없습니다.

Tasks

Computational EfficiencyMulti-Armed Bandits

Similar Papers 제목 키워드 기반

An Improved Algorithm for Adversarial Linear Contextual Bandits via Reduction

2025-08-16 · Tim van Erven, Jack Mayo, Julia Olkhovskaya, Chen-Yu Wei arxiv

We present an oracle-efficient, near-optimal algorithm for linear contextual bandits with adversarial losses and stochastic action sets, only requiring a linear optimization oracle for the action sets in each round. Our …

Policy Optimization in Adversarial MDPs: Improved Exploration via Dilated Bonuses

2021-07-18 · NeurIPS 2021 12 · Haipeng Luo, Chen-Yu Wei, Chung-Wei Lee

Policy optimization is a widely-used method in reinforcement learning. Due to its local-search nature, however, theoretical guarantees on global optimality often rely on extra assumptions on the Markov Decision Processes…

Refined Regret for Adversarial MDPs with Linear Function Approximation

2023-01-30 · Yan Dai, Haipeng Luo, Chen-Yu Wei, Julian Zimmert

We consider learning in an adversarial Markov Decision Process (MDP) where the loss functions can change arbitrarily over $K$ episodes and the state space can be arbitrarily large. We assume that the Q-function of any po…

Improved Regret Bounds for Linear Adversarial MDPs via Linear Optimization

2023-02-14 · Fang Kong, Xiangcheng Zhang, Baoxiang Wang, Shuai Li

Learning Markov decision processes (MDP) in an adversarial environment has been a challenging problem. The problem becomes even more challenging with function approximation, since the underlying structure of the loss fun…

Towards Optimal Regret in Adversarial Linear MDPs with Bandit Feedback

2023-10-17 · Haolin Liu, Chen-Yu Wei, Julian Zimmert

We study online reinforcement learning in linear Markov decision processes with adversarial losses and bandit feedback, without prior knowledge on transitions or access to simulators. We introduce two algorithms that ach…