metadata
license: mit
task_categories:
- other
tags:
- web-browsing
- agent-benchmark
- ai-safety
- reinforcement-learning
WebGames Dataset
This dataset contains a collection of challenges designed for evaluating general-purpose web-browsing AI agents. The challenges are designed to be easy for humans but difficult for AI agents, and they are fast and simple to run using client-side state and a single-page JavaScript application. Each task provides a unique password upon successful completion, facilitating easy evaluation.
Try it now
Run locally
cd webgames
pnpm install
pnpm run dev
Download tasks
Tasks are available as a dataset on Hugging Face.
Alternatively, you can download them from the webgames website:
- Go to webgames.convergence.ai?showDownloads=true
- Click the download buttons in the top-right corner (csv or jsonl available)
- Verify your agent solutions using
solution in messages[-1]
or equivalent, or use the Inspect AI eval scaffolding in the eval folder.