Add VisualWebArena benchmark and evaluator - #2918
Draft
JeffPengCoder wants to merge 1 commit into
Draft
Conversation
JeffPengCoder
force-pushed
the
feature/visualwebarena-split
branch
from
September 4, 2026 07:31
3a23899 to
61e30f3
Compare
6 tasks
JeffPengCoder
force-pushed
the
feature/visualwebarena-split
branch
from
September 4, 2026 08:07
61e30f3 to
d2105e0
Compare
Signed-off-by: Jeff Peng <jepeng@nvidia.com>
JeffPengCoder
force-pushed
the
feature/visualwebarena-split
branch
from
September 4, 2026 08:25
d2105e0 to
44a86f0
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 VisualWebArena follow-up layer above #2917 and, transitively, #2295. It adds only the VisualWebArena-specific pieces:
webarena_browserlocal-site resourceIt does not restore BrowserGym or introduce a second browser protocol. It reuses the visual-browser runtime, browser-session provider,
computer_useactions, agent loop, and distributed process model from #2295, plus the WebArena-family site, login, collision, and evaluator lifecycle from #2917.Standard workflow
gym eval prepare --benchmark visualwebarena python benchmarks/visualwebarena/prepare.py --force-env gym env prefetch --config benchmarks/visualwebarena/env.yaml gym env start --config benchmarks/visualwebarena/env.yamlThen, from another terminal:
gym eval run --config benchmarks/visualwebarena/env.yaml --no-serveThe prepare path downloads the public source at the revision recorded in
benchmarks/visualwebarena/source_lock.json, validates its SHA-256, exact 908-row denominator, and every local reference image before emitting Gym rows. A real rollout additionally requires a compatible VisualWebArena deployment, reset/isolation policy, site URL environment variables, and judge credentials where the evaluator needs them.Validation
gym eval prepare --benchmark visualwebarena: passed and produced 908 of 908 rows from the pinned sourcegym env validate --benchmark visualwebarena: passedwebarena_browsersuite with the VWA layer: 15 of 15 passedmain: 321 of 321 passeddetect-secretshook against the committed baselineuv lock --check: passedpre-commit run --all-files: passedgit diff --check: passedThis PR remains a draft until a full VisualWebArena rollout on a qualified deployment is attached. The current evidence proves preparation completeness, image integrity, configuration composition, component behavior, and stack isolation; it is not a new VisualWebArena success-rate result.
Checklist