Lifting Embodied World Models for Planning and Control
Paper • 2604.26182 • Published
Pretrained checkpoints for Lifting Embodied World Models for Planning and Control.
| Path | What it is |
|---|---|
waypoint_policy/ema_9.pth |
Diffusion waypoint policy weights (Nymeria, goal_type: draw). The architecture is read from the in-repo config/waypoint_policy.yaml. |
peva/nymeria_peva.pth.tar |
PEVA video world model (Nymeria) used by the CEM planner. |
See the repo README for full setup. In brief:
python plan_cem.py \
--model_dir <DOWNLOAD>/waypoint_policy \
--peva_checkpoint <DOWNLOAD>/peva/nymeria_peva.pth.tar \
--data_folder <NYMERIA_DATA_ROOT>