Views
No views yet
paper-e5-goal-v10, 42, and 3072), and four task-specific shards per seed (PushT,
Cube, Reacher, and TwoRoom): 6 x 3 x 4 = 72 checkpoints.| Cell | Archive prefix | Native interface | Official macro SR |
|---|---|---|---|
| LeWM | paper-e5-lewm-* | CEM 300x30 | 66.17 |
| Inverse only | paper-e5-inverse-only-* | Direct | 56.67 |
| Waypoint intent only | paper-e5-waypoint-intent-only-* | Direct | 74.22 |
| Goal intent only | paper-e5-goal-intent-only-* | Direct | 80.61 |
| Waypoint INTACT | paper-e5-waypoint-intact-* | Direct | 76.42 |
| Goal-displacement INTACT | intact-goal-e5-* | Direct | 89.39 |
0, 1, and
42. See PAPER_E5_MATRIX_MANIFEST.json for task-level means, sample standard
deviations, checkpoint paths, and SHA-256 hashes. Official LeWM and CLEAR-LeWM
results are separate protocols and must not be mixed.1# One cell, all training seeds.
2bash scripts/download_paper_checkpoints.sh waypoint_intact all
3
4# Complete 72-checkpoint matrix.
5bash scripts/download_paper_checkpoints.sh matrix allpaper-e5-goal-v1, checks the pinned SHA256SUMS record,
verifies every downloaded archive, extracts it into STABLEWM_HOME, and then
verifies every .pt shard against the checked-in manifest.1hf download INTACT-JEPA/INTACT \
2 intact-goal-e5-seed3072.tar.gz SHA256SUMS \
3 --revision paper-e5-goal-v1 --local-dir checkpoints-release
4
5cd checkpoints-release
6sha256sum -c SHA256SUMS --ignore-missingpaper_runtime/ bundled in the source
release. The clean training runtime uses the zero-free four-slot Fig. 1 grammar;
the Actor parameter shapes are intentionally incompatible. Use the provided
paper evaluation wrappers instead of loading these weights through the clean
root runtime.SHA256SUMS authenticates all 18 archives.PAPER_E5_MATRIX_MANIFEST.json records all 72 extracted shard hashes.RUNTIME_SHA256SUMS records the frozen evaluator runtime fingerprint.