← Latest papers
📊 statistics

Minimax PAC Bounds for Learning in Exogenous Contextual MDPs

This paper establishes minimax optimal, context-space-size-independent sample complexity bounds for PAC learning in exogenous contextual MDPs by introducing variance-reduced algorithms for policy evaluation and best-policy extraction under both known and fully unknown transition dynamics.

Original authors: Corentin Pla, Hugo Richard, Marc Abeille, Vianney Perchet

Published 2026-06-25
📖 5 min read🧠 Deep dive

Original authors: Corentin Pla, Hugo Richard, Marc Abeille, Vianney Perchet

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are playing a complex board game, like a high-stakes version of Tetris or a strategy game. In this game, you control a character (the agent) who moves around a map (the state). You make decisions (the actions) to score points (the rewards).

Usually, in these games, the rules are fixed. If you move left, you go left. But in the world this paper explores, there is a twist: external factors keep changing the game around you, and you can't control them.

The "Weather" Analogy

Think of these external factors as the weather.

  • The State: Your character's position on the board.
  • The Action: You deciding to jump, run, or hide.
  • The Context (The Weather): A sudden rainstorm, a sunny day, or a foggy morning.

The weather is exogenous: it happens to you, not by you. It is drawn randomly every turn.

  • If it's raining, your jump might be slippery (changing the transition).
  • If it's sunny, you might get a bonus point (changing the reward).

The goal of the paper is to teach an AI how to learn the best strategy to win this game, even though it doesn't know the rules of the weather or how the weather affects the game yet. It has to learn by asking questions to a "Oracle" (a magical helper who knows the answers).

The Two Big Questions

The researchers asked: How many questions does the AI need to ask the Oracle to become a master player?

They looked at two different scenarios:

Scenario 1: The AI knows the Rules, but not the Weather

Imagine the AI has the game manual. It knows exactly how jumping works on dry land. But it doesn't know the probability of rain, sun, or fog. It just needs to learn the "Weather Distribution."

  • The Problem: The list of possible weather conditions (the "Context Space") could be huge. Maybe there are 1,000 types of weather.
  • The Old Way: You might think the AI needs to learn how each of the 1,000 weather types affects the game separately. That would take forever.
  • The Paper's Discovery: The AI doesn't need to memorize every single weather type! It only needs to learn the average effect of the weather.
    • Analogy: Instead of memorizing how a jump feels in "Light Rain," "Heavy Rain," "Drizzle," and "Storm," the AI just learns the "Average Raininess" of the day.
    • The Result: The number of questions needed does not depend on how many types of weather there are. Whether there are 10 weather types or 10 million, the AI learns just as fast. It found a "shortcut" that ignores the size of the weather list.

Scenario 2: The AI knows Nothing (No Manual, No Weather)

Now, imagine the AI has no manual. It doesn't know how jumping works, and it doesn't know the weather. It has to learn everything from scratch.

  • The Problem: This is much harder. The AI has to learn how the game mechanics work and how the weather changes them.
  • The Paper's Discovery: Even in this messy, unknown world, the AI still doesn't need to worry about the number of weather types.
    • The Strategy: The AI learns an "Average Value" for every position on the board (ignoring the specific weather for a moment). Then, when it actually has to make a move in a specific situation (e.g., "I am at position X, and it is currently Raining"), it does a quick, one-step calculation using fresh samples to adjust for the specific weather.
    • The Result: The learning cost depends on the size of the board and the complexity of the game, but still not on the size of the weather list.

The "Look-Ahead" Bonus

The paper also mentions a special case called "Perfect One-Step Look-Ahead."

  • Analogy: Imagine that before you make a move, the game shows you a crystal ball. The crystal ball shows you exactly where you would land if you jumped, ran, or hid, for every possible move, all at once.
  • The paper shows that if you have this crystal ball, you can learn the best strategy even faster than previously thought. It tightens the math to show that the learning speed is optimal.

Summary of the "Magic"

The main takeaway is a "No-Brainer" result for AI learning:

  1. Context Size Doesn't Matter: Whether the external world (weather, user profiles, market trends) has 10 possibilities or 10 billion, the AI doesn't need to pay a "tax" in learning time to handle them.
  2. Averaging is Key: By focusing on the average impact of these external factors rather than memorizing every single specific scenario, the AI can learn efficiently.
  3. Efficiency: The researchers provided specific algorithms (recipes) that achieve these speeds, proving that you don't need to be overwhelmed by a complex, changing environment to learn how to succeed in it.

In short: You don't need to memorize every possible storm to learn how to sail; you just need to understand the average wind.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →