PlayWorld: Benchmarking World Models with Agent Players over Long-Horizon Objectives

Summary (Overview)

  • PlayWorld introduces a novel benchmark for evaluating interactive video world models using a multi-modal Agent Player that adaptively executes actions toward shared long-horizon objectives, rather than following fixed predefined trajectories.
  • The benchmark comprises 171 human-annotated cases spanning 50 action patterns across four evaluation dimensions: geometry consistency, interaction fidelity, out-of-sight evolution, and insight evolution, producing 10–60-second rollouts.
  • A VQA rubric verifier (Gemini 3.1 Pro) assesses each rollout using sample-specific Yes/No questions, with dimension-specific validation gates before rubric scoring.
  • Experiments across nine state-of-the-art world models (including Genie 3, HappyOyster, LingBot-World, HY-World2, and others) reveal that persistent state evolution and global spatial consistency remain the primary bottlenecks for current models.
  • Human validation confirms that PlayWorld's VQA metrics closely align with human preference rankings (positive Spearman's ρ across all dimensions).

Introduction and Theoretical Foundation

Background and Motivation

Video world models aim to simulate interactive environments that respond coherently to user actions. While recent systems demonstrate impressive video consistency and action controllability over long sequences (e.g., Genie 3, HappyOyster, Matrix-Game), fair comparison remains challenging because:

  1. Action granularity varies across models — the same low-level control input may produce different movement magnitudes in different models.
  2. Predefined trajectories cannot adapt — fixed action sequences may overshoot or undershoot the intended state, conflating geometric inconsistency with trajectory failure.
  3. Closed-source systems (e.g., Genie 3, HappyOyster) require direct human interaction through web interfaces, making evaluation labor-intensive and prone to bias.

Core Insight

The authors argue that a human player evaluates a world model by pursuing a high-level objective through interaction, not by checking whether a predefined action trajectory is followed. For example, a user may turn 360 degrees to check environmental consistency or walk into water to observe physical responses. The action sequence required to achieve the same objective may vary substantially across models.

Existing Benchmarks and Their Limitations

BenchmarkInputClosed-Loop AdaptationLong-horizon RevisitGeometry ConsistencyState EvolutionInteraction FidelityTime Scale
WorldScoreText + Image + Action2–10 s
WorldMarkImage + Action~20/40/60 s
WBenchText + Image + Action~~10–45 s
WorldRoamBenchImage + Action~~10–60 s
MemoBenchText + Image + Action4–6 s
Omni-WorldBenchText + Image + Action~3–6 s
PlayWorld (Ours)Text + Image + Objective10–60 s

Existing benchmarks predominantly drive world models with predefined low-level controls, which cannot be flexibly composed into diverse long-horizon trajectories or adjusted online when the generated observation deviates from the expected state.

Methodology

Agent Player Design

The Agent Player consists of two components:

  1. Agent model (replaceable multi-modal model, e.g., Claude or Gemini): Observes generated frames, previously executed actions, scene description, and the objective. Decides whether to:

    • Keep — retain the planned action
    • Stop — terminate the active action early when the intended visual state is reached
    • Extend — increase action hold duration when additional movement is required
    • Correct — revise or skip the next planned action when the observed state no longer matches the reference
    • End — terminate the evaluation case when the long-horizon objective is completed
  2. Agent interface: Executes decisions on the evaluated world model, captures resulting observations, and returns them to the agent model, forming a closed interaction loop.

Key design choice: A human-annotated basic action sequence serves as a shared initial reference. This preserves consistent evaluation intent across models, reduces sequential planning burden, and still allows observation-conditioned adaptation. For interaction fidelity cases involving obstacles, reaching the obstacle does not trigger End — the Agent Player continues forward to reveal whether collision or penetration occurs.

Benchmark Construction

The construction pipeline involves:

  1. Collecting candidate images from Pexels and Google Images (natural, urban, fantasy environments)
  2. Screening for clear scene structure and selecting first-person or third-person views
  3. Generating environment captions with Gemini 3.1 Pro, verified by human annotators
  4. Defining long-horizon objectives based on scenario-specific attributes with visually verifiable completion conditions
  5. Writing basic action sequences (W/A/S/D, ↑/↓/←/→, WAIT)
  6. Constructing sample-specific VQA rubrics for the target evaluation dimension

VQA Rubric Verifier

The verifier uses Gemini 3.1 Pro to answer sample-specific Yes/No questions. Each rubric assigns greater importance to questions more relevant to the target capability. Dimension-specific validation acts as a gate before rubric scoring:

DimensionValidation CriterionRubric Aspects
Geometry ConsistencyTrajectory ValidityScene Identity, Spatial Consistency
Interaction FidelitySubject and ReachabilityContact and Collision, Motion and Causality, Visual Response
Out-of-sight EvolutionTrajectory ValidityReappearance Consistency, Hidden-State Evolution, Physical Causality
Insight EvolutionNone (stationary observation)Identity and State Progression, Motion and Physical Plausibility, Temporal Scene Consistency

Weighted Yes/No outcomes are aggregated into a case-level score on a 1–5 scale (higher is better).

Basic Ability Evaluation

Automatic metrics complement the VQA rubric:

  • Video Quality (normalized to [0,1] as percentages):

    • Aesthetic Quality, Imaging Quality, Motion Smoothness, Temporal Flickering (from VBench)
    • Temporal Consistency (from Omni-WorldBench)
    • Depth Stability (from MemoBench)
    • Subject Consistency (from HyDRA)
  • Action Controllability:

    • Translation Pass Rate and Rotation Pass Rate (following WorldMark)
    • Camera poses estimated by VGGT from uniformly sampled frames
    • Target trajectories defined by executed actions including online adjustments
  • Basic Ability Score: Converts the average rank across all nine metrics into a percentage.

Empirical Validation / Results

Main Evaluation Results

Rubric-based VQA evaluation (scores 1–5, higher is better):

ModelGeometry ConsistencyInteraction FidelityInsight EvolutionOut-of-sight EvolutionOverall
Genie 32.742.401.511.812.12
HappyOyster2.542.151.471.541.92
LingBot-World2.112.231.331.431.78
LingBot-World22.042.131.951.161.82
HY-World22.142.061.131.091.61
SANA-WM1.721.891.131.161.48
Hunyuan-GameCraft-21.621.521.211.311.42
HY-WorldPlay1.121.631.011.081.21
Matrix-Game-3.01.301.251.001.001.14

Trajectory-validation pass rates:

ModelGeometry ConsistencyInteraction FidelityOut-of-sight EvolutionOverall
Genie 377.1%93.5%90.7%87.1%
HappyOyster63.8%93.5%81.4%79.6%
LingBot-World58.3%76.0%83.7%72.7%
LingBot-World258.3%85.1%93.0%78.8%
HY-World247.9%70.0%37.2%51.7%
SANA-WM62.5%88.0%90.7%80.4%
Hunyuan-GameCraft-225.0%78.0%81.4%61.5%
HY-WorldPlay14.6%80.0%30.2%41.6%
Matrix-Game-3.037.5%88.0%79.1%68.2%

Agent Player Analysis

Control strategy comparison (on 25 cases for Genie 3 and HappyOyster):

SettingTrajectory Score ↑Human Preference ↑Majority AgreementAgent-modified Action Ratio
Genie 3
Preset Only0.9239.6%88.0%0.0%
Agent Only0.8829.2%84.0%100.0%
Preset + Agent1.0865.6%86.0%12.0%
HappyOyster
Preset Only1.0040.8%76.0%0.0%
Agent Only0.6824.4%92.0%100.0%
Preset + Agent1.1267.4%84.0%14.9%

Agent model selection (on Genie 3):

Agent ModelTrajectory Score ↑Human Preference ↑Majority AgreementAgent-modified Action RatioDecision Latency (s/call) ↓
Claude Haiku1.0857.8%88.9%12.0%3.83
Claude Sonnet1.2445.3%94.1%12.4%6.21
Gemini 3.1 Pro1.0846.5%94.1%12.6%4.36

Basic Ability Results

ModelAes. ↑Img. ↑Mot. ↑Flick. ↑Temp. ↑Depth ↑Subj. ↑Translation ↑Rotation ↑Basic Ability Score ↑
Genie 352.0075.2299.0097.7998.6488.7085.6064.150.672.2
HappyOyster49.6673.6699.4699.0299.5291.8088.4058.048.576.4
LingBot-World51.1272.0497.9696.2798.0292.2083.5064.844.751.4
LingBot-World251.4773.9897.8495.6496.8891.4082.3067.945.650.0
HY-World247.4367.7999.1299.4691.1790.7089.8040.842.245.8
SANA-WM51.7572.5998.9296.4898.2084.4085.9078.642.256.9
Hunyuan-GameCraft-250.1467.8298.2595.2497.9790.4083.7089.629.440.3
HY-WorldPlay47.7161.5398.8995.1895.4591.0087.4075.844.238.9
Matrix-Game-3.044.1066.0398.9096.9295.2387.3065.7042.427.718.1

Key Observations

  1. Sustained world evolution remains the primary bottleneck — out-of-sight evolution and insight evolution consistently receive lower scores across all models.

  2. Long-horizon revisitation exposes global spatial inconsistency — landmarks are repeatedly regenerated at new viewpoints rather than anchored to unique spatial locations (e.g., the Taj Mahal appearing at multiple positions during a 360-degree orbit).

  3. Interaction fidelity remains limited beyond simple collision responses — walking into water often fails to produce expected physical/visual responses; third-person models do not consistently bind input actions to the controlled character.

  4. Trajectory control and world-model capability can diverge — SANA-WM achieves a relatively high validation pass rate (80.4%) but modest rubric scores, indicating it can follow trajectories without maintaining memory or spatial consistency.

  5. Automatic metrics only test basic ability — high Depth Stability and Subject Consistency can occur when a model produces little or no camera motion, even though the intended objective is not completed.

Human Validation

  • 600 valid pairwise judgments on video pairs evenly sampled across the four dimensions
  • Consistently positive Spearman's ρ correlations between VQA metrics and human preference rankings across all dimensions and Overall score
  • Confirms that the VQA metrics closely preserve human preference rankings

Theoretical and Practical Implications

For World Model Evaluation

  • Objective-based evaluation with adaptive action execution provides more consistent cross-model comparison than fixed trajectory protocols
  • VQA rubrics with validation gates prevent instruction-following failures from making memory evaluation unreliable
  • Multiple evaluation dimensions (geometry, interaction, out-of-sight, insight) capture complementary capabilities that automatic metrics miss

For World Model Development

  • Persistent state evolution across time and occlusion is identified as the central challenge — models need to maintain semantic state changes during hidden intervals
  • Global spatial consistency requires moving beyond local appearance continuity and short-range motion cues toward persistent global representations of generated 3D worlds
  • Interaction fidelity beyond simple collision responses (e.g., water interaction) remains an open problem

Limitations of Basic Metrics

  • High scores on automatic metrics (e.g., Depth Stability, Subject Consistency) can be misleading when models produce little motion
  • Action-controllability thresholds do not guarantee that rollouts reach objective-specific target states

Conclusion

PlayWorld establishes a practical basis for more precise evaluation of interactive video world models through:

  1. Multi-modal Agent Players that simulate human players by adaptively executing actions toward shared long-horizon objectives
  2. 171 human-annotated cases spanning 50 action patterns across four evaluation dimensions
  3. End-to-end automated evaluation combining VQA rubric verification with basic ability metrics
  4. Human-validated results confirming alignment between automated metrics and human perception

The benchmark reveals that while current world models can follow camera or action controls, they still struggle to simulate coherent and realistic world dynamics over long horizons, particularly in maintaining persistent state evolution and global spatial consistency. Future directions include upgrading agent models as stronger multi-modal models emerge and extending the benchmark to additional scenario types and evaluation dimensions.

Related papers