paper-with-me

Papers

Towards Improving Sequential Decision-Making in LLM Agents via Experience Memory

2026-08-04 · Jakub Rada, Viliam Lisý arxiv

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 provide ground-truth evaluation: outcomes are determined by the rules, and optimality of individual moves can be computed or approximated, without relying on a judge model. Across model tiers, LLMs play suboptimally in simple games such as tic-tac-toe or Connect Four, and lose to MCTS opponents. Obfuscations that preserve the game tree but rewrite its surface form leave performance largely unchanged, indicating the gap is not fully explained by recall of memorized strategies. Motivated by this performance gap, we introduce an agentic framework enhanced with an experience memory designed for the sequential setting and addressing common challenges of sequential decision-making such as credit assignment. We show that post-game reflection and rule extraction yield measurable improvements on tic-tac-toe without modifying the model weights.

📄 PDF Abstract BibTeX arXiv:2608.03420

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

RAG-Modulo: Solving Sequential Tasks using Experience, Critics, and Language Models

2024-09-18 · Abhinav Jain, Chris Jermaine, Vaibhav Unhelkar

Large language models (LLMs) have recently emerged as promising tools for solving challenging robotic tasks, even in the presence of action and observation uncertainties. Recent LLM-based decision-making methods (also re…

Decision MakingRAG

Contextual Experience Replay for Self-Improvement of Language Agents

2025-06-07 · Yitao Liu, Chenglei Si, Karthik Narasimhan, Shunyu Yao

Large language model (LLM) agents have been applied to sequential decision-making tasks such as web navigation, but without any environment-specific experiences, they often fail in these complex tasks. Moreover, current …

Decision MakingLarge Language ModelSequential Decision Making

GSEM: Graph-based Self-Evolving Memory for Experience Augmented Clinical Reasoning

2026-03-23 · Xiao Han, Yuzheng Fan, Sendong Zhao, Haochun Wang 외 arxiv

Clinical decision-making agents can benefit from reusing prior decision experience. However, many memory-augmented methods store experiences as independent records without explicit relational structure, which may introdu…

Skill-Pro: Learning Reusable Skills from Experience via Non-Parametric PPO for LLM Agents

2026-02-02 · Qirui Mi, Zhijian Ma, Mengyue Yang, Haoxuan Li 외 arxiv

LLM-driven agents excel at sequential decision-making but often rely on on-the-fly reasoning, re-deriving solutions even in recurring scenarios. This insufficient experience reuse leads to computational redundancy and in…

From Player to Master: Enhancing Test-Time Learning of LLM Agents via Reinforcement Learning over Memory

2026-06-07 · Yishuo Cai, Xingyu Guo, Xuancheng Huang, Jinhua Du 외 arxiv

Large language model (LLM) agents are increasingly deployed in long-running settings where improving through experience at test time becomes important. A common approach is to update an explicit memory after each interac…

Reinforcement Learning