Skip to main content

Envisioning is an emerging technology research institute and advisory.

LinkedInInstagramGitHub

2011 — 2026

research
  • Reports
  • Newsletter
  • Methodology
  • Origins
  • Vocab
services
  • Research Sessions
  • Signals Workspace
  • Bespoke Projects
  • Use Cases
  • Signal Scanfree
  • Readinessfree
impact
  • ANBIMAFuture of Brazilian Capital Markets
  • IEEECharting the Energy Transition
  • Horizon 2045Future of Human and Planetary Security
  • WKOTechnology Scanning for Austria
audiences
  • Innovation
  • Strategy
  • Consultants
  • Foresight
  • Associations
  • Governments
resources
  • Pricing
  • Partners
  • How We Work
  • Data Visualization
  • Multi-Model Method
  • FAQ
  • Security & Privacy
about
  • Manifesto
  • Community
  • Events
  • Support
  • Contact
  • Login
ResearchServicesPricingPartnersAbout
ResearchServicesPricingPartnersAbout
  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.

Related

Related

General World Model
General World Model

An AI system that builds broad internal representations of the world to predict and act.

Generality: 745
Situational Models
Situational Models

Dynamic AI representations that integrate contextual cues to understand and predict environments.

Generality: 398
Internal Representation
Internal Representation

How an AI system encodes information internally to support reasoning and prediction.

Generality: 792
Model Level
Model Level

The abstraction layer describing an AI model's internal architecture, parameters, and mechanics.

Generality: 695
State Representation
State Representation

How an AI system encodes its environment into a structured, processable description.

Generality: 720
Simulation
Simulation

A virtual environment used to train, test, and refine AI systems safely.

Generality: 751