paper-with-me

홈 › Papers

ALFWorld: Aligning Text and Embodied Environments for Interactive Learning

2020-10-08 · Mohit Shridhar, Xingdi Yuan, Marc-Alexandre Côté, Yonatan Bisk, Adam Trischler, Matthew Hausknecht

Given a simple request like Put a washed apple in the kitchen fridge, humans can reason in purely abstract terms by imagining action sequences and scoring their likelihood of success, prototypicality, and efficiency, all without moving a muscle. Once we see the kitchen in question, we can update our abstract plans to fit the scene. Embodied agents require the same abilities, but existing work does not yet provide the infrastructure necessary for both reasoning abstractly and executing concretely. We address this limitation by introducing ALFWorld, a simulator that enables agents to learn abstract, text based policies in TextWorld (C\^ot\'e et al., 2018) and then execute goals from the ALFRED benchmark (Shridhar et al., 2020) in a rich visual environment. ALFWorld enables the creation of a new BUTLER agent whose abstract knowledge, learned in TextWorld, corresponds directly to concrete, visually grounded actions. In turn, as we demonstrate empirically, this fosters better agent generalization than training only in the visually grounded environment. BUTLER's simple, modular design factors the problem to allow researchers to focus on models for improving every piece of the pipeline (language understanding, planning, navigation, and visual scene understanding).

📄 PDF Abstract BibTeX arXiv:2010.03768

Code (2)

alfworld/alfworld 공식 구현 pytorch
yenchehsiao/autonomousllmagentwithadaptingplanning pytorch

Tasks

Natural Language Visual GroundingScene Understanding

Similar Papers 제목 키워드 기반

EmbodiSkill: Skill-Aware Reflection for Self-Evolving Embodied Agents

2026-05-11 · Ruofei Ju, Xinrui Wang, Xin Ding, Yifan Yang 외 arxiv

Embodied agents can benefit from skills that guide object search, action execution, and state changes across diverse environments. Since embodied environments vary across layouts, object states, and other execution facto…

ReSpAct: Harmonizing Reasoning, Speaking, and Acting Towards Building Large Language Model-Based Conversational AI Agents

2024-11-01 · Vardhan Dongre, Xiaocheng Yang, Emre Can Acikgoz, Suvodip Dey 외

Large language model (LLM)-based agents are increasingly employed to interact with external environments (e.g., games, APIs, world models) to solve user-provided tasks. However, current frameworks often lack the ability …

Decision MakingLanguage ModelingLanguage ModellingLarge Language Model+1

PRISM: Perception Reasoning Interleaved for Sequential Decision Making

2026-05-06 · Mohamed Salim Aissi, Clemence Grislain, Clement Romac, Laure Soulier 외 arxiv

Scaling LLM-based embodied agents from text-only environments to complex multimodal settings remains a major challenge. Recent work identifies a perception-reasoning-decision gap in standalone Vision-Language Models (VLM…

Decision Making

Reflect before Act: Proactive Error Correction in Language Models

2025-09-23 · Qiuhai Zeng, Sarvesh Rajkumar, Di Wang, Narendra Gyanchandani 외 arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in interactive decision-making tasks, but existing methods often struggle with error accumulation and lack robust self-correction mechanisms. We intr…

Computational Efficiency

A Picture is Worth a Thousand Words: Language Models Plan from Pixels

2023-03-16 · Anthony Z. Liu, Lajanugen Logeswaran, Sungryull Sohn, Honglak Lee

Planning is an important capability of artificial agents that perform long-horizon tasks in real-world environments. In this work, we explore the use of pre-trained language models (PLMs) to reason about plan sequences f…