EBR-bench evaluates whether AI systems can improve at an unfamiliar, complex task through repeated attempts and note-taking — a proxy for the broader ability to “learn on the job.” Models repeatedly play Earthborne Rangers, a campaign-style board game in which a player explores a wilderness landscape, overcoming obstacles and pursuing objectives.
We chose this game because it is relatively obscure, so models are unlikely to have memorized it during training; it is almost entirely card-based with very little spatial reasoning, so weak multimodal reasoning is not the bottleneck; and it requires a layered mix of strategy and tactics — deck-building plus turn-by-turn play — over a long time horizon. A single playthrough of the segment we evaluate takes an experienced human 2–4 hours, and mastering the game can require dozens of playthroughs.
In our early experiments, we saw little evidence of learning from experience: scores stay roughly flat over repeated play, well below an expert human baseline. For the full launch analysis, see our publication, AI doesn’t get better at this board game with practice.
Epoch has used Earthborne Rangers content solely for the purposes of research and commentary. This work is conducted independently of Earthborne Games. Epoch does not distribute or sell access to the underlying copyrighted material from the game.
The explorer contains nine charts of two kinds.
The first kind are our standard benchmarking hub charts (“Score vs. Release Date”, “Score vs. Training Compute (FLOP)”, “Score vs. ECI”, and “Leaderboard”), which rank each model based on their topline score on default settings. Default settings consist of ten playthroughs in a sample, with each sample consisting of eight learning playthroughs and two scored playthroughs; the topline score for each model is the better of their two scored playthroughs. Start here to see how competent each model is at EBR-bench, and how that has changed over time.
The second kind are our EBR-specific learning experiments: “Learning trajectories”, “Topline scores”, “Learning gain”, “Strategy guide effect”, and “Deck diversity”. These charts help analyze whether LLM agents can improve their tactics and strategy over time through repeated play and note-taking. They cover a smaller set of models across a wider range of experimental conditions, such as eighteen-playthrough samples rather than ten-playthrough samples. We plan to expand the model coverage in these charts over time.
The guidance below applies to the five learning experiments.
To examine agents’ tactical play quality, select the “Fatigue / turn” or “Injuries / turn” metric under various charts. These are in-game metrics representing harmful consequences from poor tactical decision-making; as such, a skilled player is expected to minimize these values, and a learning player should be able to reduce them across playthroughs.
To examine agents’ strategic play quality, navigate to charts showing “Total travels” or “Deck diversity”. Travels are an in-game metric measuring the distance covered by the player throughout their playthrough; more skilled players aiming for more objectives will tend to travel more, and a learning player should be able to increase their amount of travels over time. Deck diversity measures the distribution of deck types a player explores: a skilled player determined to find the best possible deck will tend to explore different deck archetypes across their learning playthroughs.
Finally, to examine whether agents learn more given more time to explore and experiment, look for comparisons between “10 playthrough” and “18 playthrough” results. Agents are always scored on the better of their final two playthroughs, but “10 playthrough” results give them eight unscored playthroughs used for learning and “18 playthrough” results give them sixteen unscored playthroughs used for learning. A learning player should score substantially higher, and have improved fatigue/injuries/travel metrics, given twice as many unscored learning playthroughs.
Cross-model comparisons
These four views report each model’s topline score as a percentage of the 21 available objectives, for every model we have evaluated, at the default 10-playthrough setting.
Learning experiments
We primarily report each model’s “topline score”, their top score over the final 2 playthroughs of a run. Each model’s topline score is sampled 10 times. Agents are informed in their system prompt that only their final 2 playthroughs are scored, and that the other playthroughs are free to be used for exploration and learning. By default, a sample or “run” consists of 10 playthroughs. Agents are encouraged to take notes as their only means of retaining specific information across compactions.
Each playthrough consists of the first five in-game days of the game’s campaign. Across these days, and within the subset of the full game provided in our digital implementation, players can score up to 21 distinct objectives, consisting of a mix of missions completed, rewards unlocked, and nontrivial in-game “notable events” recorded. The top score from any human so far is 20 out of 21.
The agent’s system prompt contains basic information about the nature of the experiment, the scoring methodology, a tool-calling guide, and a compressed version of the game’s rulebook. The agent’s tools consist of a card lookup utility, an image of the game’s map, and a text-based pathfinding utility for models that struggle with vision. The agent can also read and edit a notes directory, and can read a set of whitelisted reference files, consisting of the game’s full rulebook, its rules glossary, and a digital interface guide that notes differences between the actual game and the provided digital implementation.
Models act through a simple ReAct agent harness. We plan to explore more sophisticated harnesses over time.
Context compaction triggers near each model’s full context window (roughly 880k–945k tokens for current frontier models), so most playthroughs complete without a mid-playthrough memory reset; the agent’s notes directory is its only memory across compactions. Note that these higher compaction thresholds compared to v1 under-elicit some models, particularly GPT-5.5 which seems to actively skip playthroughs when run under higher compaction thresholds. For now, we accept this under-elicitation for the sake of having a consistent policy on compaction thresholds, but may consider revising the policy in the future.
Beyond the topline score, we measure learning directly with an “ablated learning score”: alongside the standard 10-playthrough samples, we run matched samples where the agent gets only 2 playthroughs and is prompted to attempt to maximize their score immediately with no learning runway. The difference between the two setups’ mean toplines isolates the contribution of the 8 practice playthroughs, and we report it with a 90% confidence interval.
As mentioned, we currently evaluate only the game’s initial five-day introductory segment; full campaigns span 20–25 days. We plan to expand coverage and run more statistically robust human baselines over time.
Methodology updates
2026-07-27. We updated the benchmark to v2 methodology. Scoring changed from the mean of a sample’s final 20% of playthroughs to the best of its final 2 of 10 playthroughs, matching the compensation basis for our human baseline participants. Each model is now evaluated with ten independent samples rather than one to three, giving the headline score real confidence intervals. The context compaction budget rose from 250k tokens to near each model’s full context window. We also introduced the ablated learning score described above. Scores for models not yet re-evaluated under v2 continue to reflect the v1 methodology while we gradually re-run them; the two are not directly comparable, as v2’s scoring rule and larger compaction budget both tend to shift scores. v1 datapoints can be identified by their lack of error bars.
Have a question? Noticed something wrong? Let us know.
A test of AI systems' learning capabilities, measuring whether their scores improve across repeated playthroughs of the relatively obscure game Earthborne Rangers.