MINDSTORES: Memory-Informed Neural Decision Synthesis for Task-Oriented Reinforcement in Embodied Systems
Anirudh Chari, Suraj Reddy, Aditya Tiwari, Richard Lian, Brian Zhou

TL;DR
MINDSTORES enhances embodied agent planning by integrating experience-based mental models with LLMs, enabling continuous learning and improved performance in complex environments like Minecraft.
Contribution
It introduces a memory-augmented planning framework that uses natural language embeddings of experiences to improve LLM-based embodied agent planning.
Findings
Outperforms existing memory-based LLM planners in Minecraft environments.
Enables agents to learn and adapt through natural interaction and experience.
Maintains zero-shot generalization while improving task-specific performance.
Abstract
While large language models (LLMs) have shown promising capabilities as zero-shot planners for embodied agents, their inability to learn from experience and build persistent mental models limits their robustness in complex open-world environments like Minecraft. We introduce MINDSTORES, an experience-augmented planning framework that enables embodied agents to build and leverage mental models through natural interaction with their environment. Drawing inspiration from how humans construct and refine cognitive mental models, our approach extends existing zero-shot LLM planning by maintaining a database of past experiences that informs future planning iterations. The key innovation is representing accumulated experiences as natural language embeddings of (state, task, plan, outcome) tuples, which can then be efficiently retrieved and reasoned over by an LLM planner to generate insights…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsReinforcement Learning in Robotics
