01 / PushT
Score the T-block, not the pusher.
Object pose, angular error, displacement, and temporal hold determine success. The pusher endpoint is task-irrelevant.
Read the task contractA task-semantic evaluation suite for LeWM
Task completion, not proxy success.
Four corrected task contracts, two calibrated protocols, and complete provenance for measuring world-model control beyond permissive endpoint proxies.
At a glance
See how CLEAR-LeWM replaces permissive proxies
with explicit, reproducible task rules.
Why CLEAR-LeWM
The historical LeWM evaluator can assign stable success to random actions and can reward physically invalid or task-irrelevant endpoints. This weakens its ability to distinguish improvements to the model itself.
CLEAR-LeWM replaces those proxies with task-native geometry, temporal hold rules, route legality, and deterministic evaluation pairs. Every score remains traceable to a frozen goal, seed, solver budget, checkpoint, and protocol version.
Random-floor audit
Random-policy success rate, 100 deterministic evaluation pairs per protocol. Lower is better.
Moderate + Strict protocols
01
Practical model-selection protocol with corrected semantics and attainable tolerances.
02
Publication-grade stress test with tighter geometry, topology, and temporal stability.
Task corrections
Each evaluator isolates the object, geometry, or route that determines completion and exposes its decision trace for audit.
01 / PushT
Object pose, angular error, displacement, and temporal hold determine success. The pusher endpoint is task-irrelevant.
Read the task contract
02 / Cube
Orientation error is minimized over proper cube rotations, then combined with target position and a hold requirement.
Read the task contract
03 / Reacher
Wrapped joint distance defines arrival, while the trace keeps arrival and later stabilization conceptually separate.
Read the task contract
04 / TwoRoom
Swept-disk collision, eroded door clearance, cross-room topology, and endpoint accuracy jointly define success.
Read the task contractReference evaluation
Official high-epoch LeWM checkpoints, seed 42, 100 deterministic pairs, 300 x 30 CEM, solver batch size 1. Cells report model / random SR (%).
| Task | Historical | Moderate | Strict | Strict excess |
|---|---|---|---|---|
| PushT | 89 / 7 | 93 / 7 | 79 / 2 | +77 pp |
| Cube | 62 / 47 | 43 / 4 | 18 / 3 | +15 pp |
| Reacher | 87 / 16 | 90 / 17 | 36 / 4 | +32 pp |
| TwoRoom | 85 / 30 | 61 / 2 | 24 / 0 | +24 pp |
Strict excess is model SR minus the matched random-policy SR.
Reproduce the score
CLEAR-LeWM is MIT-licensed and ships task contracts, deterministic protocols, provenance records, and automated tests in one public repository.
git clone --recurse-submodules https://github.com/DavidSunok/CLEAR-LeWM.git
cd CLEAR-LeWM
python -m venv .venv
source .venv/bin/activate
pip install -e '.[dev,lewm]'
Open evaluation infrastructure
Versioned criteria keep future model changes comparable to the same physical and task-semantic standard. Cite the repository and protocol version used in your report.