Skip to content

Add a nine-task navigator to the first pipeline stage#17

Merged
bingran-you merged 1 commit into
mainfrom
bry/festive-brattain-7db2ec
Jul 13, 2026
Merged

Add a nine-task navigator to the first pipeline stage#17
bingran-you merged 1 commit into
mainfrom
bry/festive-brattain-7db2ec

Conversation

@bingran-you

Copy link
Copy Markdown
Collaborator

The Heuristic policies in simulation card now lets viewers page through all nine simulation-heuristics task packages with ‹ › arrows (keyboard ←/→ works when the pager is focused, wraps around):

MuJoCo Ant → HalfCheetah → Pong (RAM) → Breakout (RAM) → Breakout (RGB) → Montezuma's Revenge → ViZDoom D1 → ViZDoom D3 → Atari-57 suite

Per task, the card shows the environment name, the one-line description from its task.md, and a link to the task package on GitHub. The improvement-loop diagram updates too: a matching graphite-pencil illustration in the center medallion (8 new plates in website/assets/env-*.png, style-matched to the Ant), a per-task starter chip, and a per-task environment popover. The submit chip's scoring line is now suite-generic (every task ships anchors.json with starter=0 / reference=100 normalization).

Verified locally: all nine pages cycle with images loaded, popovers update, no console errors, no layout overflow at 1280px or 375px; the pager only renders inside stage 01 as before.

The 'Heuristic policies in simulation' card now pages through all nine
simulation-heuristics task packages (arrows + keyboard), each with its
environment, the task.md description, a GitHub link, a matching pencil
illustration in the loop medallion, and a per-task environment popover
and starter chip.
@vercel

vercel Bot commented Jul 13, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
genesis-bench Building Building Preview Jul 13, 2026 9:29pm

Request Review

@bingran-you bingran-you merged commit 1c54731 into main Jul 13, 2026
1 check was pending
@bingran-you bingran-you deleted the bry/festive-brattain-7db2ec branch July 13, 2026 21:29

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 3981de87da

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread website/index.html
if(e.key==='ArrowRight'){renderTask(ti+1);e.preventDefault();}
});
renderTask(0);
setTimeout(function(){TASKS.forEach(function(t){var im=new Image();im.src=t.img;});},1500);

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Avoid preloading every task illustration

This runs on every landing-page visit and forces the browser to fetch all task illustrations after 1.5s, even when the visitor never opens the stage-01 pager. The eight new PNGs in website/assets add about 7.7 MiB of transfer, so on mobile or slow connections this burns bandwidth and can compete with user-initiated loads; lazy-load the current or adjacent task images instead of preloading the whole set.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant