English

Avalon: A Benchmark for RL Generalization Using Procedurally Generated Worlds

Artificial Intelligence 2022-10-25 v1 Machine Learning

Abstract

Despite impressive successes, deep reinforcement learning (RL) systems still fall short of human performance on generalization to new tasks and environments that differ from their training. As a benchmark tailored for studying RL generalization, we introduce Avalon, a set of tasks in which embodied agents in highly diverse procedural 3D worlds must survive by navigating terrain, hunting or gathering food, and avoiding hazards. Avalon is unique among existing RL benchmarks in that the reward function, world dynamics, and action space are the same for every task, with tasks differentiated solely by altering the environment; its 20 tasks, ranging in complexity from eat and throw to hunt and navigate, each create worlds in which the agent must perform specific skills in order to survive. This setup enables investigations of generalization within tasks, between tasks, and to compositional tasks that require combining skills learned from previous tasks. Avalon includes a highly efficient simulator, a library of baselines, and a benchmark with scoring metrics evaluated against hundreds of hours of human performance, all of which are open-source and publicly available. We find that standard RL baselines make progress on most tasks but are still far from human performance, suggesting Avalon is challenging enough to advance the quest for generalizable RL.

Keywords

Cite

@article{arxiv.2210.13417,
  title  = {Avalon: A Benchmark for RL Generalization Using Procedurally Generated Worlds},
  author = {Joshua Albrecht and Abraham J. Fetterman and Bryden Fogelman and Ellie Kitanidis and Bartosz Wróblewski and Nicole Seo and Michael Rosenthal and Maksis Knutins and Zachary Polizzi and James B. Simon and Kanjun Qiu},
  journal= {arXiv preprint arXiv:2210.13417},
  year   = {2022}
}

Comments

Accepted to NeurIPS Datasets and Benchmarks 2022. Video and links to all code, data, etc can be found at https://generallyintelligent.com/avalon/

R2 v1 2026-06-28T04:23:05.882Z