Contents
  1. Learned dynamics and the decisions they support
  2. State, observations and information through time
  3. Representations that preserve useful dynamics
  4. Action-conditioned predictions and their evidence
  5. Learning transitions from trajectories
  6. Predicted rollouts and action selection
  7. Imagined experience for learning and simulation
  8. Uncertainty across states and futures
  9. Compounding error and bounded model use
  10. Prediction tests across horizons and conditions
  11. Consequential differences between actions
  12. Downstream usefulness and operating limits
  13. Check understanding
  14. Open questions
  15. Selected talks
  16. References
  17. Talk library
← All topics

World Models

A world model predicts how an environment may evolve. Its predictions can support forecasting, action selection, or simulated experience for learning. The central challenge is preserving consequential information through time: a convincing future image can still place a character on the wrong side of a junction and make the wrong action appear useful.

Learned dynamics and the decisions they support

A game character approaches a junction. An upward command turns it only after it reaches the opening. Published Atari predictions illustrate how a small position error changes that command’s consequence.

A dynamics model, also called a forward model, predicts environment changes over time. The decision rule chooses actions; the actual environment produces their consequences. These responsibilities remain distinct even when one system contains all three.

Prediction and execution have different outputs

Only interaction supplies a fresh environmental observation.

Candidate consequences inform selection. The chosen action crosses into actual execution; its observation supplies evidence for the next cycle.
Read the diagram as text
  • Observed history.
  • Candidate actions.
  • Learned predictor.
  • Predicted consequences.
  • Action selection.
  • Actual environment.
  • Fresh observation.
  • Observed historyLearned predictor: data: history.
  • Candidate actionsLearned predictor: data: alternatives.
  • Learned predictorPredicted consequences: data: predictions.
  • Predicted consequencesAction selection: data: consequences.
  • Action selectionActual environment: control: selected action.
  • Actual environmentFresh observation: data: measured response.

Passive forecasting predicts evolution without choosing interventions. Planning additionally requires executable alternatives, an objective for comparing them, and predictions reliable enough for that comparison. Predicting several futures does not itself select an action.

Interactive generation demonstrates responsiveness, but responsiveness alone does not establish accurate dynamics. The narrated Genie demonstration generates frames in response to navigation; it supplies no physical-accuracy or planning evaluation. Creative scene generation has its own objectives, developed in Generative Media.

The environment need not be visual. Program execution exposes changing variables and source locations. Code World Model proposes predicting such execution traces, including imagined traces produced without running the program. Those predictions remain distinct from observed execution.

State, observations and information through time

Environment state contains sufficient information for prediction under the modeling assumptions. The Markov assumption makes earlier history unnecessary once that state is known. An observation is an available measurement, potentially revealing only part of the state.

Identical visible positions can hide opposite velocities and therefore different futures. History can reveal motion; it cannot necessarily reveal an object hidden throughout the observations. Visual occlusion is missing evidence, not evidence of absence.

One object, changing information

Example

Prediction advances possibilities; measurement revises them.

1 / 3 · Initial ambiguity

Both hypotheses concern one obstacle.

Obstacle identity persists. Successive beliefs describe it; no numerical probabilities are asserted.
Read the diagram as text
  • Obstacle.
  • Belief at t0. Either motion direction.
  • Action a0.
  • Prediction at t1. Possibilities propagated.
  • Measurement o1.
  • Updated belief at t1. Rightward motion favored.
  • ObstacleBelief at t0: represented by.
  • Belief at t0Prediction at t1: propagates.
  • Action a0Prediction at t1: conditions.
  • Prediction at t1Updated belief at t1: revised.
  • Measurement o1Updated belief at t1: likelihood evidence.
  1. Initial ambiguity. Both hypotheses concern one obstacle. Active: Obstacle, Belief at t0. New: Obstacle, Belief at t0.
  2. Predict. Advance possibilities using the action. Active: Obstacle, Belief at t0, Action a0, Prediction at t1. New: Action a0, Prediction at t1.
  3. Correct. Retain history; add observation-informed belief. Active: Obstacle, Belief at t0, Action a0, Prediction at t1, Measurement o1, Updated belief at t1. New: Measurement o1, Updated belief at t1.

A latent state is inferred internally. A belief state represents a distribution over possible states. Prediction propagates possibilities through action-conditioned dynamics; correction weights them by the fresh observation’s likelihood and normalizes. Zero total likelihood signals incompatible evidence. A recurrent summary is not automatically a calibrated belief.

Example grid-game interface
Contract elementDeclared convention
Environment boundaryCharacter, walls and obstacle. Any additional actor requires explicit state or an external-input model.
Executable movementOne command per logical tick; immediate application; one cell per move; blocked moves stay put.
Observation and unitsObserve after each transition. Position uses cells; velocity uses cells per tick.
Clock and disturbancesTicks are logical intervals, not measured seconds. No external disturbances in this fixture.

A deterministic transition gives one next state for specified state and inputs; a stochastic transition gives a distribution. Neither requires that the agent fully observe the current state. The prediction interval must also be explicit: changing the interval changes the transition being learned.

Representations that preserve useful dynamics

An encoder converts observations into features; a transition model advances predictive state, and a readout exposes selected quantities. A reward numerically scores an outcome. PlaNet combines deterministic temporal memory with stochastic latent variables, revised by observations. Its planner predicts latent states and rewards without rendering future images.

Representation choice determines both retained distinctions and computation.
Prediction targetUseful information and workFailure risk
PixelsReconstruction supervises visible detail and requires image output.Visual fidelity need not preserve the distinctions controlling reward.
Structured quantitiesExecution frames can expose source locations and local variables directly.The selected fields determine which consequences can be inspected.
Learned latent stateTransitions and task readouts avoid mandatory image reconstruction.Task-relevant features may omit information needed by another objective.

Inference, transition and readout

Latent planning need not render future images.

A recurrent latent model uses observations to infer current state, then predicts future state from actions. Readouts expose selected consequences; future image decoding is optional during planning.
Read the diagram as text
  • Current observation.
  • Observation encoder.
  • Current latent state. Memory and stochastic state.
  • Proposed action.
  • Latent transition.
  • Predicted latent state.
  • Reward readout.
  • Optional image readout.
  • Current observationObservation encoder: encodes.
  • Observation encoderCurrent latent state: informs.
  • Current latent stateLatent transition: initializes.
  • Proposed actionLatent transition: conditions.
  • Latent transitionPredicted latent state: predicts.
  • Predicted latent stateReward readout: task prediction.
  • Predicted latent stateOptional image readout: observation prediction.

TD-MPC jointly trains latent consistency, reward and value predictions without reconstructing observations. A value estimates expected cumulative reward from a state under a given action-selection rule. These representation objectives shape task-oriented prediction, not universal state recovery.

Action-conditioned predictions and their evidence

Action conditioning makes a predicted transition depend on an executable input. Its contract specifies magnitude, duration and delay, not merely a name. Agent-action intervals can contain several internal physics steps; observation timing must match the interval being predicted.

A descriptive prompt can change an environment without specifying a movement command. Hadsell’s narrated Genie examples include prompts that alter an ongoing world. Such editing and navigation are different controls; their prediction targets and permissible effects need separate definitions.

Hidden information affects recorded behavior

Example

Recorded action choice can reveal information missing from the predictor.

In this constructed example, the demonstrator sees the obstacle but the predictor does not. Obstacle state influences both action selection and contact, confounding their observed association.
Read the diagram as text
  • Hidden obstacle state.
  • Recorded turn.
  • Subsequent contact.
  • Hidden obstacle stateRecorded turn: influences selection.
  • Hidden obstacle stateSubsequent contact: influences outcome.
  • Recorded turnSubsequent contact: changes motion.

The behavior policy—the rule collecting experience—determines which state-action pairs appear in training. A new policy can choose individually familiar actions in an unfamiliar sequence, reach new states, and require unsupported transitions. This is distribution shift induced by action selection.

CoverageInterpretation
Recorded transitionEvidence for the action actually taken.
Supported alternativeComparable state-action experience informs the prediction.
Unsupported sequenceLater predicted states may leave recorded coverage.

Action inputs alone do not establish intervention effects. A demonstrator may see an obstacle hidden from the predictor; that obstacle influences both the chosen turn and later contact. This is confounding. Interpreting recorded behavior causally requires sufficiently specified actions, adequate adjustment for shared causes, and action support in relevant states. Prediction and causal effects develops those conditions.

Learning transitions from trajectories

A trajectory records observations, actions and outcomes in time order. System identification estimates dynamics from measured behavior. Training examples must align each action interval with its resulting target; fitting changes parameters, while inference applies them.

L(θ)=i=1Nlogpθ(sisi,ai).\mathcal{L}(\theta)=-\sum_{i=1}^{N}\log p_\theta(s'_i\mid s_i,a_i).

The predecessor changes the prediction task

Example

Recursive prediction exposes earlier model errors.

1 / 3 · First prediction

Recorded frame 1 supplies supervision.

Recorded targets remain fixed. At the second transition, supplied-history prediction uses the recorded predecessor; recursive prediction uses the model’s predecessor.
Read the diagram as text
  • Recorded frame 0.
  • Recorded frame 1.
  • Recorded frame 2.
  • Predicted frame 1.
  • Frame 2 from recorded history.
  • Frame 2 from predicted history.
  • Recorded frame 0Predicted frame 1: predict with a0.
  • Recorded frame 1Predicted frame 1: target.
  • Recorded frame 1Frame 2 from recorded history: predict with a1.
  • Recorded frame 2Frame 2 from recorded history: target.
  • Predicted frame 1Frame 2 from predicted history: predict with a1.
  • Recorded frame 2Frame 2 from predicted history: target.
  1. First prediction. Recorded frame 1 supplies supervision. Active: Recorded frame 0, Recorded frame 1, Predicted frame 1. New: Recorded frame 0, Recorded frame 1, Predicted frame 1.
  2. Recorded predecessor. Refresh history before predicting frame 2. Active: Recorded frame 0, Recorded frame 1, Recorded frame 2, Predicted frame 1, Frame 2 from recorded history. New: Recorded frame 2, Frame 2 from recorded history.
  3. Predicted predecessor. Feed the first prediction forward instead. Active: Recorded frame 0, Recorded frame 1, Recorded frame 2, Predicted frame 1, Frame 2 from recorded history, Frame 2 from predicted history. New: Frame 2 from predicted history.

Here, NN recorded transitions pair state sis_i and action aia_i with next state sis'_i; θ\theta denotes learned parameters. Minimizing negative log likelihood rewards assigning probability to recorded outcomes. This observed-state objective does not assume hidden states are directly labeled.

Teacher forcing supplies recorded predecessors rather than generated ones. The distinction matters because later predictions then avoid earlier model errors. Sequence supervision uses the same principle: the supplied history determines which conditional prediction is trained.

Multi-step objectives also penalize recursively predicted futures. PlaNet’s latent overshooting matches multi-step predictive distributions to observation-informed latent targets without repeatedly decoding images. It is an additional objective, not a requirement of the paper’s final recurrent agent.

Latent agreement alone permits representation collapse: every input maps to the same vector, so agreement is perfect but information disappears. A concrete countermeasure in VICReg penalizes embedding dimensions whose batch variation falls below a threshold. This illustrates objective design; it is not a required component of the world models described here.

Predicted rollouts and action selection

A rollout recursively advances predicted state to construct a possible trajectory. It begins from observed history, then receives no fresh real observations. Actions may be fixed beforehand or chosen by a policy—a rule selecting actions from available simulated information. Stop at the chosen horizon or a modeled episode ending.

J(a0:H1)=k=0H1(s^k,ak)+Vf(s^H).J(a_{0:H-1})=\sum_{k=0}^{H-1}\ell(\hat{s}_k,a_k)+V_f(\hat{s}_H).

Select a plan, execute its first action

Example

Predicted horizon exceeds immediate commitment.

Compare candidate costs subject to constraints. Execute the selected first action, then obtain fresh evidence before planning again.
Read the diagram as text
  • Inferred starting state.
  • Candidate rollouts.
  • Costs and constraints.
  • Reject candidate.
  • Execute first action.
  • Fresh observation.
  • Next planning problem.
  • Inferred starting stateCandidate rollouts: data: initial state.
  • Candidate rolloutsCosts and constraints: data: predicted outcomes.
  • Costs and constraintsReject candidate: constraint violated.
  • Costs and constraintsExecute first action: control: lowest feasible cost.
  • Execute first actionFresh observation: data: actual response.
  • Fresh observationNext planning problem: data: revised state.

The planner minimizes predicted cost JJ over an action sequence of length HH. Predicted state s^k\hat{s}_k results from earlier actions; \ell is step cost. Terminal cost VfV_f estimates consequences beyond the explicit horizon. Constraints separately reject forbidden sequences; a finite penalty merely discourages them.

Assume exact predictions in the grid fixture. Legal cells are (1,0), (2,0), (3,0), (2,1) and (2,2). Start at (2,0); the goal is (2,2). Each move costs one. Terminal cost is remaining horizontal plus vertical distance. The planner rejects candidates attempting blocked moves, although the environment leaves the character in place.

Two-action candidatePredicted endpointCost or rejection
Up, up(2,2)1 + 1 + 0 = 2
Right, left(2,0)1 + 1 + 2 = 4
Left, upAttempts a blocked move; would remain at (1,0)Rejected by planner constraint

Model predictive control executes only the first selected action, then replans from fresh state measurements or estimates. Model error can undermine safety and continuing feasibility.

More candidates, longer horizons and more sampled futures require more transition evaluations. They can improve search or represent uncertainty, but consume decision time. The useful setting depends on what consequences must be anticipated before the next action.

Imagined experience for learning and simulation

Dyna updates action values: estimates of cumulative reward expected after taking an action and then following a policy. Higher values favor selection. Real transitions update these estimates and fit a model; generated transitions supply additional updates. Here, planning includes learning from simulated experience rather than only decision-time search.

Behavior learning in imagination trains a policy using predicted transitions, rewards and values. Original Dreamer separates this process from dynamics learning and actual interaction. Its deployed action model chooses actions without online trajectory search, while still inheriting errors from the model that trained it.

Two sources of learning experience

A model can change behavior through training.

Dyna uses real transitions for direct updates and model fitting. Simulated transitions provide additional updates. The resulting action choices still require evaluation in the reference environment.
Read the diagram as text
  • Real transitions.
  • Fitted model.
  • Simulated transitions.
  • Action-value updates.
  • Learned action choices.
  • Reference environment.
  • Real transitionsFitted model: data: fit dynamics.
  • Real transitionsAction-value updates: data: direct experience.
  • Fitted modelSimulated transitions: data: generated experience.
  • Simulated transitionsAction-value updates: data: additional updates.
  • Action-value updatesLearned action choices: informs selection.
  • Learned action choicesReference environment: control: actual actions.

Imagined experience need not span a complete episode. MBPO initializes many short model rollouts from recorded real states, limiting recursive exposure while using the generated transitions for policy learning.

An environment interface needs initialization, action responses, observations and episode-ending semantics. Reset supplies initial conditions; task termination and a chosen rollout cutoff have different meanings.

Simulator-based training must also preserve relevant failures. Mishra describes digital environments with slow loads, stale tabs and persistent errors, where recovery is an action rather than a silent reset. A convenient reset can otherwise remove the behavior the system needs to learn.

Generated pixels do not automatically provide exportable assets or a complete training interface. The Genie Q&A explicitly separates its image output from game meshes. Robotics develops embodiment and transfer; Synthetic Data develops verification of generated supervision.

Uncertainty across states and futures

Different uncertainty sources call for different evidence.
SourceMeaningPotentially useful evidence
Hidden current stateSeveral states explain available measurements.An informative observation can distinguish them; an uninformative one cannot.
Aleatoric uncertaintyOutcome noise conditional on available inputs.More examples need not eliminate this variation.
Epistemic uncertaintyInsufficient knowledge of the learned dynamics.Relevant additional data can reduce model uncertainty.

A model ensemble contains separately fitted predictors. PETS combines within-model transition variance with between-model disagreement, then propagates sampled transitions through trajectories. These approximate uncertainty representations do not supply certified error bounds or make agreement proof of correctness.

A mean path need not be feasible

Example

Both represented futures avoid the obstacle; their pointwise mean crosses it.

Aligned trajectory samples

Endpoints and sample times are fixed; route choice differs.

Scroll sideways if the figure extends beyond the screen.

-0.50.7523.254.5-1.5-0.7500.751.5Horizontal position (cells)Vertical position (cells)ObstacleUpper routeLower routePointwise mean
  • 1. Obstacle
  • 2. Upper route
  • 3. Lower route
  • 4. Pointwise mean
Read coordinates and regions as data

X: -0.54.5 cells; Y: -1.51.5 cells, increasing up. Equal scale on both axes.

Obstacle (polygon)

(1.5, -0.5); (2.5, -0.5); (2.5, 0.5); (1.5, 0.5)

Upper route (polyline)

(0, 0); (1, 1); (2, 1); (3, 1); (4, 0)

Lower route (polyline)

(0, 0); (1, -1); (2, -1); (3, -1); (4, 0)

Pointwise mean (polyline)

(0, 0); (1, 0); (2, 0); (3, 0); (4, 0)

Two equally weighted paths share five sample times. Averaging corresponding positions yields the dashed path through the obstacle. These are constructed trajectories, not measured frequencies or confidence bounds.

A sampled trajectory is one coherent future, not the entire forecast distribution. Its coordinates across time belong together; selecting unrelated positions independently can erase that temporal relationship.

Calibration compares predicted event probabilities with observed frequencies. For a world model, specify the event and horizon: contact within one tick and contact within ten ticks are different targets. Aggregate agreement can hide poor probabilities in the conditions where actions are consequential.

Compounding error and bounded model use

Compounding error means earlier prediction errors change later prediction inputs. At the Atari junction, a small displacement changes whether an upward command turns the character. No universal error-growth rate follows.

Planner exploitation is selective: optimization favors actions that benefit from model errors. In the reported learned Doom environment, a controller found movements that prevented simulated monsters from firing, an exploit unavailable in the original game. Ordinary forecast drift need not involve such optimized selection.

Use, shorten, restrict or reject predictions according to the failure being addressed.
FailureBounded responseRemaining cost or risk
Recursive driftShort rollouts from real statesDelayed consequences remain relevant.
Uncertain current stateAcquire an informative observation before commitmentLate or uninformative sensing cannot repair the choice.
Consequences beyond the horizonAdd terminal value estimatesEstimated value does not certify future constraints.
Unsupported actionsRestrict search or penalize uncertaintyUseful unfamiliar actions may be rejected.

Pessimistic scoring reduces predicted reward where dynamics are uncertain. MOPO’s theoretical bound requires an estimator that bounds model error; its practical variance-based estimator is explicitly heuristic. An uncertainty penalty is not a safety certificate.

Imagined rollouts supply no fresh observations; replanning cannot undo executed irreversible actions.

Prediction tests across horizons and conditions

Validation must identify which information reaches the predictor. Tests refreshed with measurements and tests initialized once answer different questions. Both should use measurements excluded from fitting and horizons relevant to the intended application.

TestSupplied informationClaim supported
One-step, refreshed historyRecorded predecessors and the executed actionPrediction with continuing measured context
Free-running rolloutInitial history and recorded action sequence; predictions feed later stepsRecursive forecast quality over the specified horizon
Condition slicesExplicit initial states, task variants and repeated rolloutsVariation across the tested conditions

Record both prediction-step count and elapsed units. For claims about new sessions, group related captures before splitting; adjacent frames can otherwise appear on both sides. This applies independent assessment and visual capture boundaries, rather than assuming every file is an independent case.

Measure consequential events alongside appearance. Physion asks whether marked objects will contact, allowing comparison across pixel, object and physical-state predictors without requiring identical rendered outputs. Its passive scenes test physical prediction, not responses to alternative executable actions or improved planning.

For stochastic forecasts, one case supplies one realized trajectory. Best-sample error can improve merely by offering more samples. A proper scoring rule instead rewards the true distribution in expectation. The proposed trajectory energy score combines distances to the observation with distances among forecast samples, assessing the forecast distribution rather than its luckiest member.

Consequential differences between actions

Action sensitivity concerns whether different commands produce appropriate differences. Action ranking concerns whether those predictions preserve the preferred choice. A proposed evaluation protocol compares separately executed alternatives from matched histories; close returns and scarce trials make rankings uncertain.

A resettable junction fixture can restore the same starting state and observation history before each action. Declare obstacle configuration and disturbance rules, execute each branch, and record contact or progress. For stochastic transitions, repeat the branches. Restoring similar screenshots is insufficient if hidden state differs.

Each alternative needs its own evidence

Example

Matched starts support separately evaluated branches.

Restore the fixture for each action. Compare its prediction with its executed outcome; repeat trials when disturbances vary.
Read the diagram as text
  • Matched starting fixture.
  • Up action.
  • Right action.
  • Predicted up outcome.
  • Executed up outcome.
  • Predicted right outcome.
  • Executed right outcome.
  • Compare consequences.
  • Matched starting fixtureUp action: condition: choose up.
  • Matched starting fixtureRight action: condition: choose right.
  • Up actionPredicted up outcome: prediction.
  • Up actionExecuted up outcome: execution.
  • Right actionPredicted right outcome: prediction.
  • Right actionExecuted right outcome: execution.
  • Predicted up outcomeCompare consequences: forecast.
  • Executed up outcomeCompare consequences: measurement.
  • Predicted right outcomeCompare consequences: forecast.
  • Executed right outcomeCompare consequences: measurement.

After an action changes, recompute downstream states and observations. Feeding the old observation sequence to a changed policy does not simulate its consequences. Holding the same realization of external randomness fixed makes a stronger counterfactual comparison than merely repeating an intervention under similar conditions.

The useful comparison concerns consequential differences, including delayed effects and near-ties. Controlled comparisons require separately initialized executions: matched starting conditions do not require identical resulting trajectories.

Downstream usefulness and operating limits

Forecast quality, action ranking and system usefulness are separate claims. Evaluating an optimized policy only inside its training model can reward the same errors it learned to exploit. Test behavior in the target environment or an independently justified reference environment.

Intended useComparisonNecessary outcome evidence
Decision-time planningReactive policy, existing planner or simpler dynamicsTask outcomes and constraints under matched data, compute and interaction budgets
Imagined policy learningLearning without generated transitionsPerformance in the reference environment, with update counts made comparable
Simulator-based testingIndependent checks of actions and effectsDetection of the intended failures, including persistent side effects and ambiguous completion

Sample efficiency relates achieved task performance to actual environment interactions. Report other resources separately. MBPO’s equal-update comparison helps distinguish benefits of generated transitions from benefits of simply performing more optimization.

Deployment logs can reveal failures absent from constructed cases. Categorizing them by scenario and failure type makes revision more informative than chasing an aggregate score. The resulting operating claim should name tested actions, conditions, horizons and the purpose the predictions serve.

System usefulness includes unresolved outcomes and consequential failures, not only completed runs. Audit the action trail and effects; a fluent account of success does not establish an acceptable result.

Open questions

  1. Transferable predictive state remains unresolved: task-oriented representations may discard information a new objective needs. Progress would preserve consequential action rankings after an objective change without requiring complete retraining or universal image reconstruction.

  2. Reliability under stronger optimization remains difficult because search can discover favorable model errors absent from ordinary forecast tests. Progress would maintain reference-environment performance as the planner explores more alternatives, rather than merely increasing imagined return.

  3. Efficient intervention coverage remains difficult when hidden conditions influence recorded actions and some alternatives are rarely attempted. Progress would identify which additional controlled trials establish useful action comparisons without treating unsupported extrapolation as causal evidence.

  4. Long-horizon distribution assessment remains difficult because each case reveals only one future and best-sample metrics reward extra samples. Progress would improve distribution-sensitive scores across held-out conditions while also preserving consequential event predictions.

Follow the curated reading path through the speakers and demonstrations behind this entry.

Explore more talks

The rest of the library, beyond the curated path. Cited talks support this entry; reviewed transcripts were processed in full. Metadata candidates have not been reviewed as sources or verified as topic members.

2 matching talks

TalkSpeakerEventYear
Paige BaileyAI Engineer Europe 20262026
Ahmed AhresAI Engineer World's Fair 20262026

References

Coverage and source review
Processed transcripts
5 processed in full · 4 in the curated path
Automated source review
Passed
Metadata candidates
1 unreviewed; not verified topic membership
Corpus version
1bd8e407b26a07b33815594e1b2db5f41827119a2b3cb6fbf240f9fc571fc767

Automated review checks source support; it is not publication approval.

A synthesis of selected conference talks and technical references. Citations link to the source material; they do not imply that every talk on this subject is included.

  1. Model uncertainty versus observation uncertainty

    Sections 1–3, especially equation 9, and section 5 experiments varying training-data size and test distribution.

  2. Action-Conditional Video Prediction using Deep Networks in Atari Games

    Sections 3.2–4.2 and Figures 3–5. Supports action conditioning, temporal resolution, recursive training, consequential error, and separate downstream assessment.

  3. World Models

    Agent Model; Training Inside of the Dream; Transfer Policy to Actual Environment; Cheating the World Model. Supports the game example and distinction between learned simulation and actual execution.

  4. Underactuated Robotics: Trajectory Optimization

    Tedrake course chapter: direct transcription/shooting, constrained trajectory optimization and model predictive control.

  5. Build & deploy AI-powered apps

    The Project Genie demonstration presents Genie 3 as generating successive environment frames dynamically in response to navigation, rather than rendering an explicit physics-engine simulation.

  6. Code World Model: Building World Models for Computation

    Code World Model (CWM) represents program execution as state transitions that an autoregressive LLM can learn to predict.

  7. Code World Model: Building World Models for Computation

    A learned world model could generate imagined execution traces to evaluate actions before interacting with the actual environment.

  8. Planning and Acting in Partially Observable Stochastic Domains

    Sections 3.1–3.4, especially 3.2 Problem structure and 3.3 Computing belief states, printed pages 105–108.

  9. System Identification Overview

    System Identification Overview; Dynamic Systems and Models; continuous-time and discrete-time examples.

  10. From RL to IRL — Gaurav Mishra, Amazon AGI Lab

    Neither DOM access nor screenshots alone guarantee enough context to distinguish the intended action from distracting or adversarial content.

  11. Agents are Robots Too: What Self-Driving Taught Me About Building Agents — Jesse Hu, Abundant

    Stateful agents require evaluation and simulation to account for the surrounding environment, including running processes and persistent files.

  12. DeepMind Control: environment stepping implementation

    Environment constructor, reset, step, control_timestep, and compute_n_steps.

  13. Planning and Acting in Partially Observable Stochastic Domains

    Kaelbling, Littman and Cassandra, 1998; sections 3.2–3.4 and the tiger example.

  14. Learning Latent Dynamics for Planning from Pixels

    Sections 2–4, Algorithms 1–2, Figures 2–3, and equations 1–5. Defines the latent prediction/update mechanism and complementary training objectives.

  15. Dream to Control: Learning Behaviors by Latent Imagination

    Sections 2–4 and 6; Algorithm 1; long-horizon and representation-learning ablations.

  16. Temporal Difference Learning for Model Predictive Control

    Sections 3–4, Algorithms 1–2, and equations 6–10.

  17. How Google DeepMind is researching the next Frontier of AI for Gemini — Raia Hadsell, VP of Research

    The talk demonstrates prompting an environment during an ongoing session to change the world being experienced.

  18. MOPO: Model-based Offline Policy Optimization

    Sections 4.1–4.3, especially Assumptions 4.2–4.3 and the practical uncertainty estimator.

  19. When observational action records identify causal effects

    Hernán and Robins, November 2019 manuscript; Technical Point 2.3 and chapter 3, sections 3.1–3.5, including Technical Point 3.1.

  20. PETS: Learning Dynamics and Planning with Uncertainty

    Sections 3–6, equation 1, Algorithm 1, and Appendix A.7 horizon analysis; Appendix A.1 discusses out-of-distribution variance.

  21. Transformers T5 documentation: Training

    Training section and tokenizer padding-token definition; historical versioned documentation used for stable terminology.

  22. VICReg: Variance-Invariance-Covariance Regularization for Self-Supervised Learning

    Sections 2 and 4. Supports a brief explanation of representation collapse and one explicit prevention mechanism.

  23. Model Predictive Control: Theory, Computation, and Design, second edition

    Section 2.2, Model Predictive Control, equations 2.3–2.8 and assumptions 2.2–2.3; section 2.10, Concluding Comments; chapter 3, robustness.

  24. Reinforcement Learning: An Introduction — second edition in-progress manuscript

    Section 8.2, printed pages 200–202, and Figure 8.4.

  25. When to Trust Your Model: Model-Based Policy Optimization

    Sections 4–6, Algorithm 2, and Figure 3.

  26. From RL to IRL — Gaurav Mishra, Amazon AGI Lab

    The talk's 'flight school, not just exams' approach trains recovery inside messy simulations instead of silently resetting failed runs.

  27. Build & deploy AI-powered apps

    The Q&A explicitly distinguishes Genie's pixel output from exportable 3D meshes or game assets.

  28. Distribution-aware Evaluation of Multimodal Trajectory Predictions with Energy Score

    Sections 2–4, equation 6, and sample-count experiment in Table 1.

  29. How Should World Models Be Evaluated for Embodied Decision-Making? A Decision-Making-Centric Position

    Sections 2.6, 5, and 6. Use the authors' proposed protocol, not their literature classifications as independently verified evidence.

  30. Online Replanning in Belief Space for Partially Observable Task and Motion Problems

    Garrett et al., ICRA 2020 paper, verified abstract and reported system formulation; demonstrated in simulation and a real kitchen.

  31. Simulate and Predict Identified Model Output

    Opening definitions, validation guidance, and What Are Simulation and Prediction?

  32. Computer Use at the Edge of the Statistical Precipice

    Sections 4.1–4.3 and 6.2; Appendices F–H. Full paper independently opened after identifying it from the existing transcript.

  33. Physion: Evaluating Physical Prediction from Vision in Humans and Machines

    Sections 1.2–2.1; object contact prediction task and scenario definitions.

  34. Counterfactual Credit Assignment in Model-Free Reinforcement Learning

    Sections 1, 2.1 and 3; appendix F.1 structural causal model.

  35. NIST experimental-design terminology: replication, interactions and confounding

    Definitions of replication, interactions, crossed factors and confounding; RAG conclusions are applications.

  36. From RL to IRL — Gaurav Mishra, Amazon AGI Lab

    Execution monitoring should detect unproductive behavior, while audit logs should preserve both actions and effects for later verification.

  37. Agents are Robots Too: What Self-Driving Taught Me About Building Agents — Jesse Hu, Abundant

    Build an offline improvement loop that grounds simulation in deployment logs and uses categorized failure triage to decide what to improve.

  38. Agents are Robots Too: What Self-Driving Taught Me About Building Agents — Jesse Hu, Abundant

    A command interface needs observable progress, completion status, and the ability to stop execution so the agent can respond to what actually happened.

  39. SFT Trainer: objective, shifting, and masking

    Official implementation documentation, method and masking sections.

  40. How Google DeepMind is researching the next Frontier of AI for Gemini — Raia Hadsell, VP of Research

    Leaving an area and returning is used to test whether a generated world preserves previously encountered content.