paper-with-me

홈 › Papers

Why Do LLM Agents Fail in Exploring New Environments? A World-Modeling Perspective

2025-10-16 · Shiqi Chen, Tongyao Zhu, Zian Wang, Jinghan Zhang, Kangrui Wang, Siyang Gao, Teng Xiao, Yee Whye Teh, Junxian He, Manling Li arxiv

Large Language Models (LLMs) as agents often fail to improve in new environments. We identify and characterize a failure mode we call exploration collapse: under reinforcement learning (RL) in environments whose states are unfamiliar to the policy, Pass@k, the probability that at least one of k sampled trajectories succeeds, drops markedly over training even as Pass@1 edges up, revealing increasingly brittle exploration; environments closer to the pretraining distribution show no such decline. We trace this collapse to weak grounding in environment states and dynamics, and study a simple remedy: explicitly teaching the agent to estimate the current state and predict its transitions before optimizing for reward. We instantiate it as SPA, an explore-then-exploit recipe that cold-starts the policy with a Self-Experience supervised finetuning (SFT) stage, collecting the model's own interaction trajectories and supervising state and next-state prediction, and then runs standard RL. The resulting world model serves as a grounded initialization for RL rather than an inference-time planner. Across unseen environments, SPA consistently and substantially improves over vanilla RL: for example, it raises the Sokoban success rate from 25.6% to 59.8% on Qwen2.5-1.5B-Instruct, letting sub-3B models surpass a 20B baseline on these tasks. Controlled studies indicate that the gains track four factors: grounded state representations, explicit transition modeling, self-experience trajectories from a sufficiently strong exploration policy, and adequate coverage of transition data.

📄 PDF Abstract BibTeX arXiv:2510.15047

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

The VoxWorld Platform for Multimodal Embodied Agents

2022-06-01 · LREC 2022 6 · Nikhil Krishnaswamy, William Pickard, Brittany Cates, Nathaniel Blanchard 외

We present a five-year retrospective on the development of the VoxWorld platform, first introduced as a multimodal platform for modeling motion language, that has evolved into a platform for rapidly building and deployin…

multimodal interaction

Rapid Task-Solving in Novel Environments

2020-06-05 · ICLR 2021 1 · Sam Ritter, Ryan Faulkner, Laurent Sartran, Adam Santoro 외

We propose the challenge of rapid task-solving in novel environments (RTS), wherein an agent must solve a series of tasks as rapidly as possible in an unfamiliar environment. An effective RTS agent must balance between e…

Navigate

From Actions to Understanding: Conformal Interpretability of Temporal Concepts in LLM Agents

2026-03-27 · Trilok Padhi, Ramneet Kaur, Krishiv Agarwal, Adam D. Cobb 외 arxiv

Large Language Models (LLMs) are increasingly deployed as autonomous agents capable of reasoning, planning, and acting within interactive environments. Despite their growing capability to perform multi-step reasoning and…

Honest Lying: Understanding Memory Confabulation in Reflexive Agents

2026-05-28 · Prakhar Dixit, Sadia Kamal, Tim Oates arxiv

Reflexion-style agents rely on self-generated reflections as memory, implicitly assuming that agents can accurately diagnose their own failures. We show that this assumption can fail systematically: across ALFWorld and H…

Cautious Adaptation For Reinforcement Learning in Safety-Critical Settings

2020-08-15 · ICML 2020 1 · Jesse Zhang, Brian Cheung, Chelsea Finn, Sergey Levine 외

Reinforcement learning (RL) in real-world safety-critical target settings like urban driving is hazardous, imperiling the RL agent, other agents, and the environment. To overcome this difficulty, we propose a "safety-cri…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)