Static project page for STEAM: Self-Supervised Temporal Ensemble Advantage Modeling for Real-World Robot Learning (CoRL 2026). No build step — plain HTML/CSS/JS.
cd steam_proj_website
python3 -m http.server 8000
# open http://localhost:8000(Opening index.html directly via file:// mostly works, but a local server is recommended so the videos and fonts load reliably.)
Upload the whole steam_proj_website/ folder to any static host (GitHub Pages, Netlify, Vercel, S3). It is fully self-contained under assets/.
index.html page markup
assets/css/style.css Ember theme (warm orange on white), all styling
assets/js/main.js nav, tabs, video controls, lightbox, copy, canvas chart + data
assets/video/ web-encoded H.264 MP4s (towel / chips / cola / pnp / adv / teaser)
assets/poster/ poster frames (first frame of each clip)
assets/img/ figures exported from the paper (teaser, method, density, setup)
assets/STEAM_paper.pdf the paper PDF (linked by the "PDF" button)
- Authors & affiliations — placeholder block in
index.html, search forAuthors: PLACEHOLDER. Replace the.authorsand.affilslines with real names/units (*= equal,†= corresponding). - Links — in
index.htmlthe arXiv and Code buttons are disabled (btn-disabled, markedsoon). To enable, set the realhrefand removeclass="... btn-disabled",aria-disabled, and the<i class="soon">tag. The PDF button already points toassets/STEAM_paper.pdf. - BibTeX — in
index.html, the#bibTextblock usesAnonymous Authors/Under review; update once accepted/de-anonymized. - Advantage-visualization videos — all four tasks now have advantage-curve clips in
assets/video/adv/(towel & chips: expert / rollout_succ / rollout_fail / human_corr — 4 each; cola & pnp: no DAgger, so expert / rollout_succ / rollout_fail — 3 each), keyed inADV_VIDEOSinassets/js/main.js. The human-takeover badge appears for tasks listed inADV_TAKEOVER(seconds) — currentlytowel: 24; addchips: <sec>if you want the badge on chips too.
Videos were transcoded with ffmpeg (H.264, faststart, audio stripped, scaled for web) and figures exported with pdftoppm. The original sources live in ../STEAM_supp/material/ and ./video/.