LGCLJan 28, 2023

Do Embodied Agents Dream of Pixelated Sheep: Embodied Decision Making using Language Guided World Modelling

Berkeley
arXiv:2301.12050v2112 citationsh-index: 111
Originality Incremental advance
AI Analysis

This work addresses sample efficiency for reinforcement learning agents in complex environments like Minecraft, though it is incremental as it builds on existing world modeling and LLM-guided approaches.

The paper tackles the problem of sample inefficiency in reinforcement learning by using few-shot large language models to hypothesize an abstract world model for planning, which is then verified through agent experience, resulting in an order of magnitude increase in sample efficiency over contemporary methods in Minecraft item crafting tasks.

Reinforcement learning (RL) agents typically learn tabula rasa, without prior knowledge of the world. However, if initialized with knowledge of high-level subgoals and transitions between subgoals, RL agents could utilize this Abstract World Model (AWM) for planning and exploration. We propose using few-shot large language models (LLMs) to hypothesize an AWM, that will be verified through world experience, to improve sample efficiency of RL agents. Our DECKARD agent applies LLM-guided exploration to item crafting in Minecraft in two phases: (1) the Dream phase where the agent uses an LLM to decompose a task into a sequence of subgoals, the hypothesized AWM; and (2) the Wake phase where the agent learns a modular policy for each subgoal and verifies or corrects the hypothesized AWM. Our method of hypothesizing an AWM with LLMs and then verifying the AWM based on agent experience not only increases sample efficiency over contemporary methods by an order of magnitude but is also robust to and corrects errors in the LLM, successfully blending noisy internet-scale information from LLMs with knowledge grounded in environment dynamics.

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