paper-with-me

Papers

Affordable Generative Agents

2024-02-03 · Yangbin Yu, Qin Zhang, Junyou Li, Qiang Fu, Deheng Ye

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.

📄 PDF Abstract BibTeX arXiv:2402.02053

Code (1)

affordablegenerativeagents/affordable-generative-agents 공식 구현

Similar Papers 제목 키워드 기반

The Voice: Lessons on Trustworthy Conversational Agents from "Dune"

2024-07-10 · Philip Feldman

The potential for untrustworthy conversational agents presents a significant threat for covert social manipulation. Taking inspiration from Frank Herbert's "Dune", where the Bene Gesserit Sisterhood uses the Voice for in…

The Free Energy Principle for Perception and Action: A Deep Learning Perspective

2022-07-13 · Pietro Mazzaglia, Tim Verbelen, Ozan Çatal, Bart Dhoedt

The free energy principle, and its corollary active inference, constitute a bio-inspired theory that assumes biological agents act to remain in a restricted set of preferred states of the world, i.e., they minimize their…

Deep LearningVariational Inference

Autonomous AI Agents for Real-Time Affordable Housing Site Selection: Multi-Objective Reinforcement Learning Under Regulatory Constraints

2026-02-03 · Olaf Yunus Laitinen Imanov, Duygu Erisken, Derya Umut Kulali, Taner Yilmaz 외 arxiv

Affordable housing shortages affect billions, while land scarcity and regulations make site selection slow. We present AURA (Autonomous Urban Resource Allocator), a hierarchical multi-agent reinforcement learning system …

Multi-agent Reinforcement Learning

Affordable AI Assistants with Knowledge Graph of Thoughts

2025-04-03 · Maciej Besta, Lorenzo Paleari, Jia Hao Andrea Jiang, Robert Gerstenberger 외

Large Language Models (LLMs) are revolutionizing the development of AI assistants capable of performing diverse tasks across domains. However, current state-of-the-art LLM-driven agents face significant challenges, inclu…

Knowledge GraphsLLM real-life tasksMultimodal ReasoningRAG

Temporally Abstract Partial Models

2021-08-06 · NeurIPS 2021 12 · Khimya Khetarpal, Zafarali Ahmed, Gheorghe Comanici, Doina Precup

Humans and animals have the ability to reason and make predictions about different courses of action at many time scales. In reinforcement learning, option models (Sutton, Precup \& Singh, 1999; Precup, 2000) provide the…