Papers › OpenWebVoyager: Building Multimodal Web Agents via Iterative Real-World Exploration,...

OpenWebVoyager: Building Multimodal Web Agents via Iterative Real-World Exploration, Feedback and Optimization

25 Oct 2024arXiv:2410.19609archive 2025-07-28

Hongliang He, Wenlin Yao, Kaixin Ma, Wenhao Yu, Hongming Zhang, Tianqing Fang, Zhenzhong Lan, Dong Yu

The rapid development of large language and multimodal models has sparked significant interest in using proprietary models, such as GPT-4o, to develop autonomous agents capable of handling real-world scenarios like web navigation. Although recent open-source efforts have tried to equip agents with the ability to explore environments and continuously improve over time, they are building text-only agents in synthetic environments where the reward signals are clearly defined. Such agents struggle to generalize to realistic settings that require multimodal perception abilities and lack ground-truth signals. In this paper, we introduce an open-source framework designed to facilitate the development of multimodal web agent that can autonomously conduct real-world exploration and improve itself. We first train the base model with imitation learning to gain the basic abilities. We then let the agent explore the open web and collect feedback on its trajectories. After that, it further improves its policy by learning from well-performing trajectories judged by another general-purpose model. This exploration-feedback-optimization cycle can continue for several iterations. Experimental results show that our web agent successfully improves itself after each iteration, demonstrating strong performance across multiple test sets.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2410.19609")

Code

Syntology Ran 1 of 13 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 1 ran · our draft was wrong.

By repository: official repository: 13 samples from 1 repository, 1 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

minorjerry/openwebvoyager officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

13 samples harvested; 1 ran; 0 honoured the contract we drafted; 12 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · our draft was wrong
12unverified

Licence: 0 of the 13 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from minorjerry/openwebvoyager. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

encode_image minorjerry/openwebvoyager/WebVoyager/utils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · f41cb1a19b154297 · report
auto_eval_by_gpt4v minorjerry/openwebvoyager/WebVoyager/evaluation/auto_eval.py official repository unverified Apache-2.0 (permissive) · 14332c7648933696 · report
auto_eval_by_gpt4v minorjerry/openwebvoyager/WebVoyager/evaluation/auto_eval_mind2web.py official repository unverified Apache-2.0 (permissive) · 5d024d97ebd11a83 · report
call_gpt4v_api minorjerry/openwebvoyager/WebVoyager/exploration_feedback.py official repository unverified Apache-2.0 (permissive) · f5d342831b3e7322 · report
fetch_browser_info minorjerry/openwebvoyager/WebVoyager/utils_webarena.py official repository unverified Apache-2.0 (permissive) · aee0ef39f44bd495 · report
filter_acc_tree minorjerry/openwebvoyager/WebVoyager/utils_localhost.py official repository unverified Apache-2.0 (permissive) · b02176aa1edc7a15 · report
format_msg_acctree_and_screenshot minorjerry/openwebvoyager/WebVoyager/exploration_feedback.py official repository unverified Apache-2.0 (permissive) · 00f48fae7d0dc8db · report
get_bounding_client_rect minorjerry/openwebvoyager/WebVoyager/utils_webarena.py official repository unverified Apache-2.0 (permissive) · 040b32129bf67f60 · report
get_element_in_viewport_ratio minorjerry/openwebvoyager/WebVoyager/utils_webarena.py official repository unverified Apache-2.0 (permissive) · 0b27cebef7f8500d · report
get_web_element_rect minorjerry/openwebvoyager/WebVoyager/utils.py official repository unverified Apache-2.0 (permissive) · 8e6a8a69a2462339 · report
omit_history_last_n_steps minorjerry/openwebvoyager/WebVoyager/utils_localhost.py official repository unverified Apache-2.0 (permissive) · 50bc5428c8a966fb · report
resize_image minorjerry/openwebvoyager/WebVoyager/utils.py official repository unverified Apache-2.0 (permissive) · e63c4f0834fe9c79 · report
retry_with_exponential_backoff minorjerry/openwebvoyager/WebVoyager/utils_localhost.py official repository unverified Apache-2.0 (permissive) · b84fb0440ded170d · report

Tasks

Imitation Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections