Pelican-Sim 1.0

A General World Model Simulator for Embodied Intelligence

Paper Code
Unified ActionNumerical + Visual Conditioning

28-D Action Value
URDF-Rendered Action Videos

Scalable & EfficientSparse MoE + Fast Rollouts

Capacity for Heterogeneous Dynamics
4-Step Generation(5.67× Speedup)

5 Generalization AxesQualitative Evaluation

Trajectory · Scene Appearance
Embodiment · Object · Viewpoint

4 ApplicationsData & Policy

Data Generation · Policy Evaluation
Action Selection · Policy Improvement

Pelican-Sim 1.0 at a Glance

Pelican-Sim 1.0 overview: training data, synchronized action conditions, downstream applications, five distribution shifts, and selected results

Abstract

In this technical report, we propose Pelican-Sim 1.0, a general world model simulator for embodied intelligence that predicts future observations from visual context and robot actions to support downstream learning and decision making. The model incorporates four key design features: (1) Unified action representation: a 28-dimensional action value space covering most mainstream embodiments, keeping one model valid across heterogeneous devices. (2) Action-visual injection: URDF- and camera-rendered action videos bridge actions and pixels, giving markedly better controllability across embodiments, scenes, and tasks (PSNR +0.904 over alternative fusion baselines). (3) Sparse mixture-of-experts (MoE): sparse MoE layers add capacity for heterogeneous dynamics and absorb the action modality while reducing inter-modality conflict (FVD −6.530 vs. the dense backbone). (4) Efficient rollout generation: causal adaptation and few-step distillation yield a four-step autoregressive simulator, achieving a 5.67× speedup over the 35-step model.

Benefiting from these designs, we train on approximately one million real-world and simulated trajectories and obtain large gains in action controllability and video quality: PSNR improves over the strongest evaluated baselines by 4.636 on AgiBotWorld Beta, 2.080 on RoboMIND, and 10.343 on RoboTwin, with the adapted EWMBench DYN score up 0.426 on RoboTwin. Relying on this, four downstream applications on RoboTwin succeed: 500 generated trajectories added to 50 demonstrations per task raise policy success from 70% to 93%; policy evaluation reaches a Pearson correlation of 0.994 across five checkpoints; and relative success gains reach 47.7% for action selection and 20.3% for policy improvement. Qualitative generalization across trajectory, scene, object, embodiment, and viewpoint shifts highlights its potential as a general-purpose world model simulator.

Method

Pelican-Sim 1.0 predicts future observations from an initial RGB image, a frame-aligned robot-configuration trajectory, and an optional task instruction. The trajectory supplies numerical configurations and, through URDF rendering with camera calibration, synchronized visual action conditions.

01

Complementary Action Representations

01 · Input T + 1 frames

Configuration Sequence

tt+1t+2t+T .52.52.57.81 −.10−.08.02.27 .31.28.19.12 .05.03.00−.08
02 · Geometry

Forward Kinematics

world frame
03 · View

Camera Projection

04 · Output

Action Video

gripper state

Open

Transitional

Closed

02

Dual-Branch Injection with Sparse Experts

Pelican-Sim 1.0 architecture: action values modulate odd-indexed DiT blocks, action-video Context Blocks add residuals after even-indexed blocks, and sparse MoE combines shared and routed experts

Interleaved Action Conditioning

In the 28-layer Cosmos-Predict 2.5 DiT, numerical action embeddings apply scale and shift within odd-indexed blocks; action-video Context Blocks add aligned residuals after even-indexed blocks. Indices are zero-based.

Unified Action Representation

Each side occupies 14 dimensions: seven arm joints, one parallel-gripper opening, and six hand joints. Unused joints and absent sides are zero-filled. Both action conditions span the conditioning frame and all target frames.

Sparse Mixture of Experts

Every main DiT block uses one always-active shared expert and eight routed experts, with two routed experts selected per token. This expands capacity through input-dependent activation.

Experiments & Results

01

Experimental Setup

Training trajectories
~1M
Robot interaction video
8,000 hours
Real & simulated sources
7 datasets

The corpus combines AgiBotWorld Beta, RealSource World, and RoboMIND with LIBERO, ManiSkill2, RoboTwin, and RoboCasa. A 90% / 5% / 5% training, validation, and test partition is established before clip extraction. Video prediction is evaluated on held-out splits of AgiBotWorld Beta, RoboMIND, and RoboTwin; baselines are retrained on the same mixed-domain corpus.

02

Video Prediction Benchmark

Pelican-Sim 1.0 achieves the best scores on all five video-quality metrics and the adapted EWMBench overall score among the methods evaluated on each dataset.

AgiBotWorld Beta

+4.636 dB

PSNR over the best baseline

EnerVerse-AC → Pelican-Sim
17.640 → 22.276 dB

RoboMIND

+2.080 dB

PSNR over the best baseline

Ctrl-World → Pelican-Sim
21.770 → 23.850 dB

RoboTwin

+10.343 dB

PSNR over the best baseline

Ctrl-World → Pelican-Sim
20.040 → 30.383 dB

Video quality and adapted EWMBench overall scores
MethodPSNR ↑SSIM ↑LPIPS ↓FID ↓FVD ↓Overall ↑
AgiBotWorld Beta
IRASim15.7960.5440.02864.41862.5483.571
Ctrl-World17.5500.6820.02246.60045.1004.401
OSCAR16.6440.6080.02327.80532.2414.303
Wan-Move12.6100.4290.44788.49695.2603.244
EnerVerse-AC17.6400.7690.02319.51021.3904.431
Pelican-Sim 1.022.2760.7960.01314.64010.8504.997
RoboMIND
IRASim20.1020.7090.01944.59743.4143.079
Ctrl-World21.7700.7160.01521.80016.7004.276
EnerVerse-AC17.9300.6800.29367.35063.6902.982
Pelican-Sim 1.023.8500.8350.01217.61015.9304.666
RoboTwin
IRASim17.1210.6660.02569.77757.3503.383
Ctrl-World20.0400.8040.01631.40026.6003.971
EnerVerse-AC19.6800.7790.22132.45029.7003.610
Pelican-Sim 1.030.3830.9420.0068.9104.9805.044
03

Qualitative Generation Results

Action-conditioned rollouts across seven real-world and simulated data sources, including parallel-gripper and dexterous-hand embodiments.

Applications

The four-step causal simulator supports data generation and policy applications. A fine-tuned Qwen3-VL-2B-Instruct evaluator supplies task-conditioned success, progress, and visual-validity scores for policy evaluation, action selection, and policy improvement, and remains frozen during downstream use.

DATA GENERATION

Scalable Data Generation

Pelican-Sim generates ten rollouts per demonstration from edited initial frames and the original actions. With 10, 30, and 50 randomized demonstrations per task, π0.5 success improves from 28.5%, 57.0%, and 70.0% to 64.5%, 87.0%, and 93.0%, respectively (Table 9). A separate cross-domain study reaches 72.0% using 50 clean and 500 generated trajectories, compared with 70.0% using 50 directly collected randomized trajectories (Table 8). Both studies use 200 unseen evaluation seeds per task.

Generalization under Distribution Shifts

Contributors

Core contributors · Shilong Zou, Shilin Zhang

Shilong Zou: data preparation, model architecture design, world-model training, and downstream policy training. Shilin Zhang: data preparation, downstream policy training, and visualization of experimental results.

Contributors
Yingji Zhang, Yuhang Huang, Yi Zhang, Zeyuan Ding, Han Dong, Junwei Liao

Tech leads
Yong Dai, Shilong Zou

Corresponding authors
Jian Tang, Xiaozhu Ju

Contact: jack.zou@x-humanoid.com · vito.dai@x-humanoid.com · jian.tang@x-humanoid.com · jason.ju@x-humanoid.com.

Citation

BibTeX
@misc{zou2026pelicansim,
  title={{Pelican-Sim 1.0}: A General World Model Simulator for Embodied Intelligence},
  author={Shilong Zou and Shilin Zhang and Yingji Zhang and Yuhang Huang and Yi Zhang and Zeyuan Ding and Han Dong and Junwei Liao and Yong Dai and Jian Tang and Xiaozhu Ju},
  year={2026},
  eprint={2609.12036},
  archivePrefix={arXiv},
  primaryClass={cs.RO},
  url={https://arxiv.org/abs/2609.12036}
}