Add WebArena benchmark and local-site runtime - #2917
Draft
JeffPengCoder wants to merge 1 commit into
Draft
Conversation
6 tasks
JeffPengCoder
force-pushed
the
feature/webarena-split
branch
2 times, most recently
from
September 4, 2026 08:07
75aae68 to
f57f3db
Compare
Signed-off-by: Jeff Peng <jepeng@nvidia.com>
JeffPengCoder
force-pushed
the
feature/webarena-split
branch
from
September 4, 2026 08:25
f57f3db to
f3955a7
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
This is the WebArena follow-up layer above #2295. It adds only the WebArena-specific benchmark and local-site behavior:
webarena_browserspecialization of the shared visual-browser runtime from Add WebVoyager benchmark and shared web runtime infrastructure #2295It does not add BrowserGym or a second browser interaction protocol. WebArena reuses #2295's headed Chromium lifecycle, Playwright control plane, PyAutoGUI coordinate input,
computer_useaction contract, browser-session provider, Responses API agent loop, artifacts, failures, cleanup, and distributed process model. VisualWebArena-specific data, images, and evaluation remain in #2918.The base branch
feature/webarenamirrors the exact current head of #2295 in NVIDIA-NeMo/Gym because GitHub cannot use a fork-originated PR directly as the base of a native PR stack.Standard workflow
gym eval prepare --benchmark webarena python benchmarks/webarena/prepare.py --force-env gym env prefetch --config benchmarks/webarena/env.yaml gym env start --config benchmarks/webarena/env.yamlThen, from another terminal:
gym eval run --config benchmarks/webarena/env.yaml --no-serveThe prepare path downloads the public source at the revision recorded in
benchmarks/webarena/source_lock.json, validates its SHA-256 and exact 812-row denominator, and produces model-neutral Gym rows. The benchmark still requires a compatible self-hosted WebArena deployment, reset/isolation policy, site URL environment variables, and judge credentials for model-scored evaluator cases.Validation
gym eval prepare --benchmark webarena: passed and produced 812 of 812 rows from the pinned sourcegym env validate --benchmark webarena: passedwebarena_browsercomponent suite: 12 of 12 passedmain: 314 of 314 passeddetect-secretshook against the committed baselineuv lock --check: passedpre-commit run --all-files: passedgit diff --check: passedThis PR remains a draft until a full rollout on a qualified WebArena deployment is attached. The checks above establish source completeness, configuration integrity, component behavior, and stack isolation; they are not presented as a new WebArena success-rate result.
Checklist