← Latest papers
🤖 machine learning

An Information-Theoretic Definition for Open-Ended Learning

This paper introduces an information-theoretic definition of open-ended learning based on the concept of "bit-equivalent" to quantify the information required for reward attainment, demonstrating that linear growth in this metric distinguishes open-ended environments from classical bandits and presenting an algorithm that achieves such learning.

Original authors: Wanqiao Xu, Yifan Zhu, Benjamin Van Roy

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

Original authors: Wanqiao Xu, Yifan Zhu, Benjamin Van Roy

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 video game. In a normal game, there is a final boss, a high score, and a clear path to victory. Once you beat the boss, the game is "solved." You can't get much better at it because there's nothing new to learn.

Now, imagine a different kind of game. One where, the more you play, the more the game reveals new levels, new mechanics, and new challenges that you couldn't have imagined before. The game never ends, and you never stop getting smarter. This is what the authors call Open-Ended Learning.

The paper by Xu, Zhu, and Van Roy tries to answer a very tricky question: How do we know if an AI is truly in a game that never ends, versus just playing a really long, boring game?

Here is the breakdown of their ideas using simple analogies.

1. The Problem: "Novelty" isn't enough

Previously, people thought an environment was "open-ended" if it kept giving the AI new, weird, and interesting things to do. The authors say, "Not so fast."

Imagine a robot that keeps generating random, weird drawings. They are all "new" (novel) and you can "learn" to recognize them. But does the robot actually get better at drawing? No. It's just making noise.

The authors argue that true open-endedness isn't just about making new things; it's about continually needing to learn new information to get better. If you can get a high score without learning anything new, the game isn't open-ended.

2. The New Tool: The "Bit-Equivalent"

To measure this, the authors invented a new concept called the Bit-Equivalent.

Think of "bits" as the currency of information.

  • The Concept: The "Bit-Equivalent" of a reward is the minimum amount of information you need to understand the world to earn that specific reward.
  • The Analogy: Imagine you are trying to find a hidden treasure.
    • If the treasure is a $1 bill sitting on the sidewalk, you need zero bits of information to find it. You just look down.
    • If the treasure is a diamond hidden in a massive cave with a complex map, you need many bits of information (the map, the layout, the clues) to find it.

The authors define an environment as Open-Ended only if, to keep getting better rewards, the AI must keep collecting more and more information (bits) at a steady, linear pace. If the AI can keep getting rewards without learning new information, the environment is "closed."

3. The Test: Why Old Games Fail

The authors tested this definition on "classical" AI games (called Bandit environments). They found that almost all of them fail the open-ended test.

  • Finite Games (The Finite-Armed Bandit): Imagine a slot machine with 10 levers. Once you figure out which lever pays the most, you just pull that one forever. You stop learning. The "Bit-Equivalent" stops growing.
  • Infinite Games (The Infinite-Armed Bandit): Imagine a slot machine with infinite levers, but every lever is completely random and unrelated to the others. You can pull a new lever every time and get a new reward, but you aren't learning a pattern. You aren't building a deeper understanding of the machine. The information you gain doesn't help you get better rewards in the long run.

In both cases, the AI hits a wall where it can't get better without learning more, but the environment doesn't allow for that continuous learning.

4. The Solution: The "Insatiable" Game

The authors then built a new, custom game called the Insatiable Linear Bandit.

  • The Setup: Imagine a giant, infinite row of light switches. Each switch controls a tiny bit of your score. Some switches are broken (they lower your score), and some are good (they raise it).
  • The Catch: You don't know which switches are good. You have to flip them to find out.
  • Why it works: Because the row is infinite, there is always a new, unexplored section of switches that could be good. To get a higher score, you must keep flipping more switches and learning the pattern of which ones work. You can never "solve" the game because the game is infinitely deep.

5. The Strategy: "Truncated Thompson Sampling"

The authors also tried to teach an AI how to play this new game. They found that standard AI strategies failed:

  • Too greedy: If the AI tries to learn the entire infinite row at once, it gets overwhelmed and makes mistakes that hurt its score.
  • Too small: If the AI only looks at the first 10 switches and ignores the rest, it stops improving after a while.

The Winning Strategy: The authors created a method called Truncated Thompson Sampling (TTS).

  • The Analogy: Imagine you are reading a massive, infinite encyclopedia.
    • Don't try to read the whole book in one day (you'll fail).
    • Don't just read the first page forever (you'll learn nothing new).
    • The TTS way: Read the first chapter. Master it. Then, move to the second chapter. Then the third. You keep expanding your "reading window" just enough to stay ahead of your learning curve.

By slowly expanding the scope of what it tries to learn, the AI can keep finding new "good switches" forever, and its score (and the information it holds) keeps growing linearly.

Summary

The paper claims that:

  1. True Open-Endedness means an environment where getting better requires you to keep learning new information at a steady pace.
  2. Most current AI games are not open-ended because you eventually stop needing to learn to get rewards.
  3. They built a new game (the Insatiable Linear Bandit) where you must keep learning to improve.
  4. They built a new AI strategy (Truncated Thompson Sampling) that successfully plays this game by slowly expanding its knowledge, proving that open-ended learning is possible under the right conditions.

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 →