t = 0
What it tests: a head-to-head between two perception arms on all four maps, two
seeds each. SLAM-only (the baseline) senses only walls and gossips them. occupancy
adds a full occupancy belief — sense_free (mark cells known-empty), a boundary channel, and
an occupancy-frontier signal (Yamauchi-style) — strictly more information per step. The
question is whether feeding the policy that richer map actually buys coverage.
| Map | SLAM-only | occupancy | Δ (occ − base) | seeds |
|---|---|---|---|---|
| computing from the rendered rollouts… | ||||
The run list is grouped by arm, then map — expand SLAM-only vs occupancy to compare the same map under each belief. The table is computed live from the rendered rollouts, so it self-corrects on every re-render.