← Latest papers
💻 computer science

Bridging Inference-Time Scaling and Episodic Memory with Action-Centric Graphs

The paper introduces GAMER, a novel framework that bridges inference-time scaling and episodic memory by modeling historical reasoning as an action-centric graph with a dual-stream Temporal Difference learning mechanism, thereby reducing computational costs and significantly improving agent decision-making efficiency and success rates.

Original authors: Xu Zheng, Chaohao Lin, Zhuomin Chen, Weijieying Ren, Haifeng Chen, Wei Cheng, Dongsheng Luo

Published 2026-07-31
📖 5 min read🧠 Deep dive

Original authors: Xu Zheng, Chaohao Lin, Zhuomin Chen, Weijieying Ren, Haifeng Chen, Wei Cheng, Dongsheng Luo

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are teaching a super-smart robot to solve a maze. You tell it, "Think hard, try different paths, and don't give up!" The robot, being a Large Language Model (LLM), is great at thinking. It can generate a long list of ideas, like "Turn left, then right, then maybe climb the wall." This is called inference-time scaling: giving the robot more time and computing power to brainstorm before it moves. But here's the catch: every time the robot hits a dead end, it forgets everything. It starts the next attempt with a blank slate, re-trying the same wrong turns over and over again. It's like a student taking a test who erases their entire brain after every question, forcing them to re-learn the same mistakes from scratch.

To fix this, scientists have tried giving the robot a memory. Usually, this memory is just a giant notebook where the robot writes down everything it did. But reading through a massive notebook takes a lot of time and energy (computing power), and the robot still has to figure out how to use that information. The big question is: How do we give a robot a memory that actually helps it think faster and smarter, without making it slower or more expensive? This paper tackles that exact problem by building a new kind of memory that doesn't just store stories, but maps out the actual moves that work.


Meet GAMER (Graph-based Action-centric Memory with Episodic Reasoning). Think of GAMER as a "cheat sheet" for a video game, but instead of just listing levels, it draws a map of every single move you've ever made.

Most robots today are like explorers in a foggy forest. When they need to find a treasure, they wander around, try a path, hit a tree, turn back, and try again. If they fail, they forget the tree was there. Next time, they wander into the same tree. GAMER changes the game by turning the robot's past into a living map.

Instead of writing down long stories like "I walked left, saw a dog, then walked right," GAMER builds a Graph. Imagine a subway map where every station is a specific action the robot can take (like "pick up the key" or "open the door"). The lines connecting the stations show which actions usually follow others. If the robot tries to "jump over a wall" and fails, that station on the map gets a big red "X" and a warning sign. If it tries to "climb the ladder" and succeeds, that station gets a glowing green star.

The magic happens with a special learning trick called Dual-Stream TD Learning. This is like having two coaches giving the robot advice at the same time:

  1. The "Go" Coach: This coach looks at all the times the robot succeeded. They point to the glowing green stars and say, "Hey! If you are at this spot, try this move next. It usually leads to a win!"
  2. The "Stop" Coach: This coach looks at all the times the robot crashed. They point to the red "X" stations and say, "Absolutely not! If you see this move, run the other way. It leads to a dead end."

By using these two coaches, GAMER doesn't just tell the robot what to do; it actively stops the robot from wasting time on bad ideas. It's like having a GPS that not only shows you the fastest route but also instantly blocks off roads you know are under construction.

The researchers tested this on several challenging tasks, like organizing a messy room (AlfWorld) or solving science experiments (ScienceWorld). They found that GAMER was a game-changer. Compared to the standard "forgetful" robot, GAMER improved the success rate by 20.81% and the progress rate by 6.17%. That means the robot finished more tasks and got further in the ones it didn't finish.

Even cooler, GAMER is efficient. Because it uses this smart map instead of reading a giant notebook, it saves a lot of "tokens" (the digital currency of AI thinking). In fact, compared to another smart memory system called A-Mem, GAMER used about 50% fewer tokens on average. It's like solving a puzzle with a clear diagram instead of trying to remember every piece of the box lid.

The paper shows that by turning past experiences into a structured map of "good moves" and "bad moves," robots can learn much faster. They don't have to re-invent the wheel every time they face a problem. However, the authors note that this system needs a little bit of practice time first. The robot needs to see about 32 successful attempts (a "warm-up") to build a good map. If it doesn't have enough practice data, the map might be too empty to be helpful. But once that map is built, the robot becomes a much more efficient and successful explorer, navigating complex problems with a clear head and a reliable guide.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →