GROOT: Learning to Follow Instructions by Watching Gameplay Videos
This addresses the problem of instruction-following in open-world games for AI agents, offering a novel approach that is incremental in using video-based learning.
The paper tackles the problem of building controllers that follow open-ended instructions in open-world environments by using reference videos as instructions, eliminating the need for text-gameplay annotations. The result is GROOT, an agent that achieves a 70% winning rate over the best generalist baseline and closes the human-machine gap on the Minecraft SkillForge benchmark.
We study the problem of building a controller that can follow open-ended instructions in open-world environments. We propose to follow reference videos as instructions, which offer expressive goal specifications while eliminating the need for expensive text-gameplay annotations. A new learning framework is derived to allow learning such instruction-following controllers from gameplay videos while producing a video instruction encoder that induces a structured goal space. We implement our agent GROOT in a simple yet effective encoder-decoder architecture based on causal transformers. We evaluate GROOT against open-world counterparts and human players on a proposed Minecraft SkillForge benchmark. The Elo ratings clearly show that GROOT is closing the human-machine gap as well as exhibiting a 70% winning rate over the best generalist agent baseline. Qualitative analysis of the induced goal space further demonstrates some interesting emergent properties, including the goal composition and complex gameplay behavior synthesis. The project page is available at https://craftjarvis-groot.github.io.