HumemAI iconHumemAI

News

Introducing Explicit Memory

Our second explicit-memory paper shows how reinforcement learning can learn memory-management policies in RoomEnv-v1.

HumemAI · December 5, 2022
Introducing Explicit Memory

A learned explicit-memory agent

Explicit Memory is our second research paper on AI systems with explicit memory. This release takes the original Human-Like Memory Systems direction one step further: instead of hand-writing the memory policy, we train the agent to decide what should be forgotten, stored episodically, or stored semantically.

The full technical breakdown is available on the related project page. This announcement focuses on the product and research significance of the release.

What changed from the first paper

Our first paper showed that explicit episodic and semantic memory could outperform simpler alternatives, but its policies were still handcrafted. That made the result promising, but incomplete. We still needed to answer a harder question: can an agent learn how to manage explicit memory rather than rely on rules we wrote ourselves?

Explicit Memory answers that question with reinforcement learning in RoomEnv-v1, a more demanding version of our environment. The agent now observes events, stores them in short-term memory, and learns which items should be routed into episodic or semantic long-term memory to maximize future reward.

Why this release matters

This is an important step for HumemAI because it keeps the memory system explicit and inspectable while still making it trainable. We do not have to choose between symbolic structure and learning. In this work, the agent learns the memory-management policy while the memory contents remain separate enough to analyze.

The experiments show that the learned agent can outperform fixed storage baselines, and that pretrained semantic knowledge can improve learning further. For us, that makes Explicit Memory more than a follow-up paper. It is evidence that explicit memory can scale from handcrafted prototypes toward trainable agent systems.

Where this fits in our roadmap

Explicit Memory is part of the broader Machines with Human-Like Memory project. If the first paper established the benchmark and the architectural claim, this release establishes that memory management itself can become part of the learned policy.