Robot Memory System Enables AI Robots to Learn from Past Experiences
By
robotmem
Baker's choice. Dense with flavour, light on filler.
Summary
Robot Memory (robotmem) is a persistent memory system for AI robots that enables robots to learn from past experiences. The system stores episode experiences including parameters, trajectories, and outcomes, then retrieves relevant memories to guide future decisions. It features an MCP Server with hybrid search and spatial retrieval capabilities. The article demonstrates a FetchPush experiment showing a 25% success rate improvement (from 42% to 67%) using only CPU, with results reproducible in 5 minutes. It includes code examples for quick implementation and emphasizes the system's ability to help robots avoid repeating mistakes and improve performance through experience accumulation.
Key quotes
· 4 pulledYour robot ran 1000 experiments, starting from scratch every time. robotmem stores episode experiences — parameters, trajectories, outcomes — and retrieves the most relevant ones to guide future decisions.
FetchPush experiment: +25% success rate improvement (42% → 67%), CPU-only, reproducible in 5 minutes.
robotmem — Let Robots Learn from Experience
Robot Memory - Persistent memory system for AI robots. MCP Server + hybrid search + spatial retrieval.
You might also wanna read
AgentMemory: Open-source persistent memory tool for AI coding agents
AgentMemory is an open-source tool that gives AI coding agents (like Claude Code, Codex, Cursor, etc.) persistent memory across sessions, so
DeltaMemory: A Persistent Memory Layer for AI Agents That Learns Over Time
DeltaMemory is a new AI memory layer designed to solve the problem of AI agents forgetting information between sessions. Unlike vector datab
ByteRover: File-Based Memory Layer for AI Agents with 92.2% Retrieval Accuracy
ByteRover is a fully local, file-based memory layer for AI agents that offers 92.2% retrieval accuracy, cloud portability, and built-in vers
ByteRover: File-Based Memory Layer for AI Agents with 92.2% Retrieval Accuracy
ByteRover is a fully local, file-based memory layer for AI agents that offers 92.2% retrieval accuracy, cloud portability, and built-in vers
Mengram AI Memory API: Semantic, Episodic, and Procedural Memory Extraction
Mengram is an AI memory API that automatically extracts three types of memory: semantic (facts), episodic (events), and procedural (learned
Memori launches agent-native persistent memory infrastructure using structured knowledge graphs from agent trace data
Memori is a new agent-native memory infrastructure that enables AI agents to create structured, long-term persistent memory directly from ag
