AIJun 20, 2025

When Can Model-Free Reinforcement Learning be Enough for Thinking?

arXiv:2506.17124v23 citationsh-index: 23Has Code
Originality Incremental advance
AI Analysis

This provides a theoretical foundation for understanding emergent reasoning in AI, which is incremental but addresses a core challenge in reinforcement learning for complex tasks.

The paper investigates when model-free reinforcement learning can lead to 'thinking' behaviors, defined as actions that don't directly produce reward or change the external world state, by introducing a theoretical thought MDP model and proving the importance of policy initialization, and shows that open-source LLMs meet necessary conditions for such behavior.

Recent work on large language models has demonstrated the use of model-free reinforcement learning (RL) to train reasoning-like capabilities. The emergence of "thinking" through model-free RL is interesting as thinking actions neither produce reward nor change the external world state to one where the agent is more likely to get reward. This paper seeks to build a domain-independent understanding of when model-free RL will lead to such "thinking" as a strategy for reward maximization. To build this understanding, we first introduce a theoretical model which we call a thought Markov decision process (MDP). Thought MDPs minimally extend the classical MDP model to include an abstract notion of thought state and thought action. Using the thought MDP model, we prove the importance of policy initialization in determining whether or not thinking emerges and show formally that thought actions are equivalent to the agent choosing to perform a step of policy improvement before continuing to act. We then show that open-source LLMs satisfy the conditions that our theory predicts are necessary for model-free RL to produce thinking-like behavior. Finally, we hypothesize sufficient conditions that would enable thinking to be learned outside of language generation and introduce a toy domain where a combination of multi-task pre-training and designated thought actions enable more data-efficient RL compared to non-thinking agents.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes