File size: 1,085 Bytes
914fcf6
 
c619928
 
914fcf6
c619928
914fcf6
 
 
 
c619928
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
title: Agentic World Model Explorer
colorFrom: blue
colorTo: purple
sdk: gradio
sdk_version: 4.36.0
app_file: app.py
pinned: false
---

# Agentic World Model Explorer

An interactive exploration of the "levels x laws" taxonomy from the Agentic World Modeling paper (2604.22748).

## What This Does

Demonstrates the three capability levels of world models:
- **L1 Predictor**: One-step local transitions
- **L2 Simulator**: Multi-step action-conditioned rollouts
- **L3 Evolver**: Self-revising models that update from prediction failures

Across four law regimes:
- Physical (object manipulation, physics)
- Digital (web/GUI agents, software)
- Social (multi-agent coordination)
- Scientific (experimental design)

## Hypothesis

World models with explicit structured state representations (L2+) demonstrate better compositional generalization than pure next-token predictors when evaluated on out-of-distribution scenarios within the same law regime.

## Findings

See the live demo for interactive examples of state representation strategies and their impact on generalization.