Registry / ai-ml / browsergym-visualwebarena

browsergym-visualwebarena

JSON →
library0.14.3pypypiunverified

VisualWebArena benchmark integration for BrowserGym. Version 0.14.3, released as part of the BrowserGym ecosystem. Provides environments for evaluating multimodal web agents on visual tasks. Release cadence follows BrowserGym releases.

pip install browsergym-visualwebarena
INSTALL
IMPORT
SIG · BROWSERGYM-VISUALW
B
browsergym-visualwebarena
ai-mlpythonv0.14.3
Install
Import
Disk
Pass rate
0/ 10
Env Coverage0 / 10
glibc
3.93.13
musl
3.93.13
Install & Compatibility
Where this runs
tested against v? · pip install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
py 3.103.95 runs
build_error
glibc
py 3.103.95 runs
timeout
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VisualWebArenaEnv
from browsergym.visualwebarena import VisualWebArenaEnv
from browsergym.visualwebarena import VisualWebArenaEnv

Create a VisualWebArena environment instance using Gymnasium's make function. The environment ID follows the pattern browsergym/visualwebarena.<task_id>.

import gymnasium as gym import browsergym.visualwebarena env = gym.make('browsergym/visualwebarena.0') obs, info = env.reset() print(obs.keys())
Debug
Known issues
breakingbrowsergym-visualwebarena requires a specific version of BrowserGym. Ensure browsergym is installed with version compatible with your visualwebarena version (e.g., use the same release).
fix
Install both from the same release: pip install browsergym==0.14.3 browsergym-visualwebarena==0.14.3
affects: all
gotchaEnvironment IDs are case-sensitive and must be specified exactly. Use browsergym/visualwebarena.<task_id> (lowercase, no spaces).
fix
List available tasks with: from browsergym.visualwebarena import ALL_VISUALWEBAREA_TASKS; print(ALL_VISUALWEBAREA_TASKS)
affects: all
gotchaThe visualwebarena tasks require WebCanvas rendering; ensure your system has a display or use xvfb.
fix
Run with xvfb: xvfb-run python your_script.py
affects: all
deprecatedImporting from 'visualwebarena' directly (without 'browsergym.') is deprecated and will be removed in a future version.
fix
Use 'from browsergym.visualwebarena import ...'
affects: >=0.14.0
Upgrade
Version history
0.14.3latest on PyPI · released Jan 20, 2026
Audit
Dependencies
browsergymrequiredCore framework; must be installed separately
Agent activity
35 hits · last 30 days
node
30
OpenAI (training)
1
Resources
browsergym-visualwebarena — pip install browsergym-visualwebarena · libregistry