Adversarial Bandits

Adversarial Bandits

Adversarial bandits are bandit problems where rewards or costs are not assumed to come from fixed IID distributions, so algorithms must perform well even when the environment changes in hostile or worst-case ways.

Key points

  • Slivkins separates the adversarial line of work from IID reward models, covering full-feedback adversarial costs, adversarial bandits, and extensions with linear rewards and combinatorially structured actions [src-019].
  • The adversarial setting weakens assumptions about the world: instead of estimating stable arm means, algorithms must guard against changing or strategically selected reward sequences [src-019].
  • This matters for AI/product systems when the environment is non-stationary, competitors react, user populations shift, or incentives cause participants to adapt to the algorithm [src-019].
  • The contrast with Stochastic Bandits is the modelling trade-off: weaker assumptions give robustness, but often require different regret guarantees and more conservative exploration [src-019].

Related entities

Related concepts

Source references

  • [src-019] Aleksandrs Slivkins — “Introduction to Multi-Armed Bandits” (2019-04-15; revised 2024-04-03)

Robin Cartier perspective

This page is part of Robin Cartier's working AI knowledge graph: a practical research layer for production AI, recommendation systems, experimentation, GEO, and agentic web readiness.

The useful next step is to connect this concept back to applied product leadership and operating models.

Recommended next

Keep reading from this thread

From 491 indexed pages and articles.

  1. Wiki concept Multi-Armed Bandits A framework for algorithms that make repeated decisions under uncertainty, learning from partial feedback while balancing exploration of uncertain actions against Related by adversarial
  2. Wiki concept Contextual Bandits Bandit problems where each decision arrives with observable context, and the algorithm learns which actions work best for which contexts from Related by bandits
  3. Insight AI Measurement and Experimentation How to measure AI product impact with evals, adoption metrics, online experiments, guardrails, and cost tracking Readers have engaged with this next