Generative Agents
斯坦福大学 2023 年发表的论文 "Generative Agents: Interactive Simulacra of Human Behavior",提出用多 LLM Agent 模拟人类行为的虚拟小镇实验。
核心创新
- 用 LLM 驱动 NPC 的记忆、规划、反思
- 长期行为一致性
- Agent 间自发社交
技术架构
- 记忆流 (Memory Stream):存储经验,反思时检索
- 规划 (Planning):分解长期目标为具体行动
- 反思 (Reflection):周期性总结归纳
衍生项目
游戏开发意义
为开放世界 NPC、AI 社会模拟提供了可复现的技术方案。
相关
- autonomous-agents — 自主 Agent
- multi-agent-systems — 多智能体系统
- agent — Agent 概念总览