Experience Memory Boosts LLM Agent Sequential Decision-Making

Jakub Rada (AI Center, Department of Computer Science, Faculty of Electrical Engineering, Czech Technical University in Prague), Viliam Lis\'y (AI Center, Department of Computer Science, Faculty of Electrical Engineering, Czech Technical University in Prague)· August 5, 2026 View original

Key takeaways

  • LLMs struggle with optimal sequential decision-making in rule-based games.
  • An experience memory framework significantly improves LLM agent performance in sequential tasks.
  • Post-game reflection and rule extraction are key components of this improvement.
  • These enhancements can be achieved without modifying the core LLM weights.

Who benefits

GamingRoboticsLogisticsBusiness Process AutomationFinancial Trading

Summary

Researchers found that LLMs perform suboptimally in sequential decision-making games like tic-tac-toe, even against MCTS opponents. They introduce an agentic framework with an experience memory that uses post-game reflection and rule extraction to significantly improve LLM performance in these games without model weight modification.

While Large Language Models (LLMs) have shown impressive capabilities in single-shot reasoning, their performance in sequential decision-making tasks, particularly in games with clear rules and outcomes, remains a challenge. A study using fully-observable two-player zero-sum games, such as tic-tac-toe and Connect Four, revealed that LLMs consistently play suboptimally and lose to Monte Carlo Tree Search (MCTS) opponents. The research indicates that this performance gap isn't primarily due to a lack of memorized strategies, as obfuscating game tree surface forms didn't significantly alter outcomes. To address this, a new agentic framework was developed, enhanced with an "experience memory" specifically designed for sequential settings and credit assignment challenges. This framework incorporates post-game reflection and rule extraction mechanisms, allowing the LLM agent to learn from its past interactions. Demonstrations on tic-tac-toe showed measurable improvements in performance without requiring any modifications to the underlying model weights, highlighting the power of external memory and reflective processes for enhancing LLM agency.

Why it matters

This research provides a crucial step towards making LLM agents more effective in complex, multi-step decision-making scenarios, which is vital for automation, planning, and interactive AI systems in professional settings.

How to implement this in your domain

  1. 1Identify internal sequential decision-making tasks where LLM agents could be applied (e.g., process automation, strategic planning, interactive simulations).
  2. 2Explore implementing an experience memory component for LLM agents to store and retrieve past interactions and outcomes.
  3. 3Develop post-game reflection mechanisms for agents to analyze their performance and extract actionable insights or rules.
  4. 4Integrate rule extraction capabilities to allow agents to generalize from specific experiences to broader strategies.
  5. 5Benchmark agent performance with and without experience memory on relevant sequential tasks to quantify improvements.

Original post by Jakub Rada (AI Center, Department of Computer Science, Faculty of Electrical Engineering, Czech Technical University in Prague), Viliam Lis\'y (AI Center, Department of Computer Science, Faculty of Electrical Engineering, Czech Technical University in Prague)

"arXiv:2608.03420v1 Announce Type: new Abstract: Large language models have improved substantially on single-shot reasoning tasks, but their performance in sequential decision-making is less well understood. We study this on fully-observable two-player zero-sum games, which provid…"

View on X

Originally posted by Jakub Rada (AI Center, Department of Computer Science, Faculty of Electrical Engineering, Czech Technical University in Prague), Viliam Lis\'y (AI Center, Department of Computer Science, Faculty of Electrical Engineering, Czech Technical University in Prague) on X · view source

Want to go deeper?

Turn these trends into skills with Learnijoy's hands-on AI & tech courses.

Explore courses