LGAIMAJun 25, 2024

The Overcooked Generalisation Challenge: Evaluating Cooperation with Novel Partners in Unknown Environments Using Unsupervised Environment Design

arXiv:2406.17949v312 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the limitation in cooperative RL evaluation for generalisation, which is essential for future human collaboration, though it is incremental as it builds on existing benchmarks like Overcooked-AI and dual curriculum design.

The paper tackles the problem of evaluating reinforcement learning agents' ability to cooperate with unknown partners in unfamiliar environments by introducing the Overcooked Generalisation Challenge (OGC), a new benchmark that extends Overcooked-AI with dual curriculum design, and finds that current methods fail to produce agents that generalise effectively, establishing OGC as a demanding testbed.

We introduce the Overcooked Generalisation Challenge (OGC) - a new benchmark for evaluating reinforcement learning (RL) agents on their ability to cooperate with unknown partners in unfamiliar environments. Existing work typically evaluated cooperative RL only in their training environment or with their training partners, thus seriously limiting our ability to understand agents' generalisation capacity - an essential requirement for future collaboration with humans. The OGC extends Overcooked-AI to support dual curriculum design (DCD). It is fully GPU-accelerated, open-source, and integrated into the minimax DCD benchmark suite. Compared to prior DCD benchmarks, where designers manipulate only minimal elements of the environment, OGC introduces a significantly richer design space: full kitchen layouts with multiple objects that require the designer to account for interaction dynamics between agents. We evaluate state-of-the-art DCD algorithms alongside scalable neural architectures and find that current methods fail to produce agents that generalise effectively to novel layouts and unfamiliar partners. Our results indicate that both agents and curriculum designers struggle with the joint challenge of partner and environment generalisation. These findings establish OGC as a demanding testbed for cooperative generalisation and highlight key directions for future research. We open-source our code.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes