Awesome World Model Hub Papers · Datasets · Projects
← Back to papers

Inverting the Bellman Equation: From $Q$-Values to World Models

arXiv 2026 59 method, theory

TLDR

Proves value-based agents implicitly encode world models, introduces P-learning to extract them, and demonstrates accurate dynamics and generalization.

Reasoning

Strengths include a novel theoretical connection between model-free and model-based RL, clear methodology (P-learning), and empirical validation on multiple environments. Weaknesses are limited to simulated domains and reliance on sufficient reward diversity; real-world applicability is not directly tested.

Read-first score

Read-first score 59, weighted from topical fit, citation, graph, method, reproducibility, and recency signals. Original total remains 37.

Recency 6%
100

Uses a gentle age decay so recent papers surface without erasing older foundations. 2026

Citation impact 18%
95.1

Uses OpenAlex-shaped citation metadata as a bibliometric attention signal, separate from paper quality. citation_normalized_percentile=0.95060012

Methodology quality 18%
80

Screens visible abstract and analysis fields for experiment, dataset, baseline, metric, and limitation evidence. markers=analysis,result,validation

Topical relevance 29%
52.9

Uses existing LLM keyword relevance scores normalized to 0-100. world model,world simulator,generative world model,interactive world model,video world model,world dynamics prediction,model-based reinforcement learning world model

Reproducibility 18%
38

Screens links and visible text for paper, code, dataset, artifact, and repository signals. pdf=True; code=False; dataset=False; markers=code

Citation velocity 12%
0

Citation velocity estimates citations per publication-year to reduce old-paper bias. velocity=0.00

Field roles

FoundationFrontierBridgeMethodology anchor

Rank sensitivity

Stability: volatile; rank range: 412.

Keyword Scores

world model
10
world dynamics prediction
9
model-based reinforcement learning world model
8
generative world model
5
world simulator
3
interactive world model
2
video world model
0

Deep Analysis

Innovations

  • Proving that value-based agents trained on a sufficiently rich set of reward functions implicitly encode a unique and accurate world model, challenging the traditional dichotomy between model-based and model-free RL.
  • Introducing P-learning, an inverse analogue to Q-learning, which samples from an agent's Q-values, policies, and rewards to decode its internal model of the environment.
  • Providing sufficient conditions on the type and number of goals for which agents encode the true transition kernel P, covering both stochastic and deterministic MDPs over finite or continuous state spaces.
  • Demonstrating that policies trained exclusively on an agent's implicit world model can achieve quasi-optimal performance on out-of-distribution goals, revealing hidden generalization capabilities.

Methodology

The paper introduces P-learning, an algorithm that inverts the Bellman equation by sampling from an agent's Q-values, policies, and rewards to extract the implicit world model. Theoretical analysis provides sufficient conditions for the extracted model to match the true transition kernel P, covering both stochastic and deterministic MDPs with finite or continuous state spaces. Empirical validation is conducted on Reacher, MountainCar, and stochastic variants of FourRooms, where agents are trained on a handful of reward functions and their implicit models are evaluated for accuracy.

Key Results

Agents trained on a handful of reward functions encode accurate dynamics in Reacher, MountainCar, and stochastic FourRooms. Furthermore, policies trained exclusively on a Reacher agent's implicit world model achieve quasi-optimal performance on out-of-distribution, velocity-based goals despite being trained only on position-based goals.

Limitations

  • The theoretical results provide sufficient but not necessary conditions for encoding the true kernel, meaning the method may fail when these conditions are violated.
  • Empirical validation is limited to a few environments (Reacher, MountainCar, FourRooms), and generalization to more complex or high-dimensional domains is not established.
  • The method requires training on a sufficiently rich set of reward functions (e.g., multiple goals), which may be impractical or expensive in some settings.
  • The hidden generalization capability observed in Reacher may not hold universally across all tasks or reward structures.

Tags

reinforcement learningworld modelsQ-learninggoal-conditioned RLinverse RLLGAI