Affordable Generative Agents
Yangbin Yu, Qin Zhang, Junyou Li, Qiang Fu, Deheng Ye
TL;DR
Affordable Generative Agents (AGA) address the high cost of sustaining believable LLM-based agents in open-world settings by decoupling agent-environment inference from inter-agent dialogue. The framework introduces Lifestyle Policy to reuse plans and reduce redundant LLM reasoning for environment interactions, and Social Memory to compress and structure social context for inter-agent conversations, enabling cheaper yet coherent multi-agent simulations. Key contributions include Plan Decomposition, Policy Reuse, and Social Memory with Summary Events plus Relationship & Feeling, plus systematic evaluation in Generative Agents town and VirtualHome showing substantial token-cost reductions with maintained believability. The work also analyzes limits of emergent behavior in fixed environments and proposes mind wandering and related strategies to broaden behavioral richness, highlighting practical implications for scalable, believable agent-based simulations.
Abstract
The emergence of large language models (LLMs) has significantly advanced the simulation of believable interactive agents. However, the substantial cost on maintaining the prolonged agent interactions poses challenge over the deployment of believable LLM-based agents. Therefore, in this paper, we develop Affordable Generative Agents (AGA), a framework for enabling the generation of believable and low-cost interactions on both agent-environment and inter-agents levels. Specifically, for agent-environment interactions, we substitute repetitive LLM inferences with learned policies; while for inter-agent interactions, we model the social relationships between agents and compress auxiliary dialogue information. Extensive experiments on multiple environments show the effectiveness and efficiency of our proposed framework. Also, we delve into the mechanisms of emergent believable behaviors lying in LLM agents, demonstrating that agents can only generate finite behaviors in fixed environments, based upon which, we understand ways to facilitate emergent interaction behaviors. Our code is publicly available at: https://github.com/AffordableGenerativeAgents/Affordable-Generative-Agents.
