iKCE diagnostic β walker-walk DreamerV3 artifacts
Trained checkpoints and saved rollouts that back the workshop paper "Imagined Rollouts Are Kinematic, Not Dynamic: A Diagnosis of Long-Horizon World-Model Failure" (Robot World Model Workshop @ RSS 2026).
The trained DreamerV3 policy rolled out in real physics (walker-walk), at the training friction (ΞΌ = 1.0, walks) and below the regime boundary (ΞΌ = 0.1, collapses). The world model is proprioceptive-only and does not render pixels β these clips show the environment, not the WM's imagination.
This repo is consumed by the code at
github.com/TUM-AVS/iKCE;
see docs/CHECKPOINTS.md there for the full provenance and the
training commands. Fetch into a clone via the included
scripts/fetch_artifacts.sh, or manually with
hf download <this-repo> --local-dir . from the repo root.
Contents
checkpoints/
βββ walker_walk/ # default checkpoint (seed 0, imag_horizon=15)
βββ walker_walk_h64/ # actor-training-horizon ablation (imag_horizon=64)
βββ walker_walk_seed1/ # seed-variability replicate (seed 1)
βββ walker_walk_seed2/ # seed-variability replicate (seed 2)
βββ walker_walk_dr/ # domain-randomization control
# (ΞΌ βΌ U(0.1, 1.7) per-episode at training time)
results/
βββ walker_walk_wm_h64/ # WM-imagined rollouts under default actor
βββ walker_walk_physics_policy_h64/ # physics rollouts under default actor
βββ walker_walk_wm_h64_dr/ # WM-imagined rollouts under DR policy
βββ walker_walk_physics_policy_h64_dr/ # physics rollouts under DR policy
Each checkpoints/<run>/ ships:
latest.ptβ DreamerV3 weights (~219 MB), SHA-256 indocs/CHECKPOINTS.mdconfig.yamlβ resolved config the iKCE adapter loads at inference timemetrics.jsonlβ training metrics (per-evaltrain_return/eval_return)
Each results/<run>/<axis>/ ships:
rollout_NNN.ptβ saved per-rollout state trajectories (friction: 20 rollouts per ΞΌ Γ 13 cells = 260;joint_noise: 20 Γ 10 cells = 200 per run-axis pair)ikce_summary.csvβ bootstrap-aggregated iKCE per cell
License
MIT. See the LICENSE in the code repository.
Citation
If you use these artifacts, please cite the workshop paper. A machine-readable
CITATION.cff is included in this repository β Hugging Face renders it as the
"Cite this repository" box above β and also lives in the
code repository.
