Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Observatory
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Signals Session
  • Bespoke Projects
  • Build Sessions
  • Use Cases
  • Readinessfree
  • Signals
  • Free scan↗free
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
solutions
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Partners
  • Coding for Non-Coders
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
ResearchServicesSignalsAbout
ResearchServicesSignalsAbout
  1. Home
  2. Vocab
  3. World Model

World Model

An AI's internal simulation of its environment for prediction and planning.

Year: 1990Generality: 720
Back to Vocab

A world model is an internal representation that an AI system builds and uses to simulate how its environment works — capturing the rules, dynamics, and causal relationships that govern how states change in response to actions. Rather than relying solely on direct interaction with the real world, an agent equipped with a world model can mentally "roll out" hypothetical sequences of events, predicting what would happen if it took a given action before committing to it. This makes world models a cornerstone of model-based reinforcement learning, where the learned model of the environment is used to plan, generate synthetic training data, or both.

In practice, world models are typically learned from experience — the agent observes transitions in its environment and trains a neural network or other function approximator to predict future observations, rewards, or latent states. Architectures like recurrent neural networks, variational autoencoders, and transformer-based sequence models have all been used to build world models that compress high-dimensional sensory input into compact, predictive representations. Systems like Dreamer and Ha & Schmidhuber's "World Models" paper demonstrated that agents could learn entirely inside their own imagination, training a policy against the world model rather than the real environment.

World models matter because real-world interaction is often expensive, slow, or dangerous. A robot learning to manipulate objects, an autonomous vehicle navigating traffic, or a game-playing agent exploring a complex environment all benefit from being able to simulate consequences internally before acting. This also connects world models to broader ideas in AI safety and alignment: an agent that accurately models its environment is better positioned to reason about long-term consequences and avoid unintended side effects.

Beyond reinforcement learning, world models have become a unifying concept in discussions about general intelligence. Researchers argue that robust generalization — the ability to adapt to novel situations — requires something like a world model rather than purely reactive, stimulus-response behavior. This framing connects machine learning to cognitive science, where internal models of the environment are considered fundamental to how biological agents plan, imagine, and reason about counterfactuals.

Research this in Signals

Scan World Model for yourself.

Signals turns a topic into a sourced research record you can inspect and rerun. Your first scan is free, and this one starts with World Model already loaded, so edit it or scan as is.