paper-with-me

Papers

Reinforcement Learning on Web Interfaces Using Workflow-Guided Exploration

2018-02-24 · ICLR 2018 1 · Evan Zheran Liu, Kelvin Guu, Panupong Pasupat, Tianlin Shi, Percy Liang

Reinforcement learning (RL) agents improve through trial-and-error, but when reward is sparse and the agent cannot discover successful action sequences, learning stagnates. This has been a notable problem in training deep RL agents to perform web-based tasks, such as booking flights or replying to emails, where a single mistake can ruin the entire sequence of actions. A common remedy is to "warm-start" the agent by pre-training it to mimic expert demonstrations, but this is prone to overfitting. Instead, we propose to constrain exploration using demonstrations. From each demonstration, we induce high-level "workflows" which constrain the allowable actions at each time step to be similar to those in the demonstration (e.g., "Step 1: click on a textbox; Step 2: enter some text"). Our exploration policy then learns to identify successful workflows and samples actions that satisfy these workflows. Workflows prune out bad exploration directions and accelerate the agent's ability to discover rewards. We use our approach to train a novel neural policy designed to handle the semi-structured nature of websites, and evaluate on a suite of web tasks, including the recent World of Bits benchmark. We achieve new state-of-the-art results, and show that workflow-guided exploration improves sample efficiency over behavioral cloning by more than 100x.

📄 PDF Abstract BibTeX arXiv:1802.08802

Code (5)

stanfordnlp/wge 공식 구현 pytorch
https://worksheets.codalab.org/worksheets/0x0f25031bd42f4aabbc17625fe1484066 공식 구현
farama-foundation/miniwob-plusplus
google-research/android_world
zbyte64/pytorch-fuzzdom pytorch

Tasks

reinforcement-learningReinforcement LearningReinforcement Learning (RL)

Similar Papers 제목 키워드 기반

Designing Deep Reinforcement Learning for Human Parameter Exploration

2019-07-01 · Hugo Scurto, Bavo Van Kerrebroeck, Baptiste Caramiaux, Frédéric Bevilacqua

Software tools for generating digital sound often present users with high-dimensional, parametric interfaces, that may not facilitate exploration of diverse sound designs. In this paper, we propose to investigate artific…

Deep Reinforcement Learningreinforcement-learningReinforcement LearningReinforcement Learning (RL)

AI-Guided Exploration of Large-Scale Codebases

2025-08-07 · Yoseph Berhanu Alebachew arxiv

Understanding large-scale, complex software systems is a major challenge for developers, who spend a significant portion of their time on program comprehension. Traditional tools such as static visualizations and reverse…

Orange Lab: Lowering Barriers to Data Mining through Embedded Interactive Workflows

2026-06-08 · Matej Bevec, Aleš Erjavec, Vesna Tanko, Lena Trnovec 외 arxiv

While visual programming of data analysis workflows has become an important vehicle for the democratization of data science, such systems remain largely confined to standalone applications and offer limited support for t…

GUI vs. CLI: Execution Bottlenecks in Screen-Only and Skill-Mediated Computer-Use Agents

2026-06-22 · Xiao Zhou, Siyue Zhang, Yilun Zhao, Jinbiao Wei 외 arxiv

Computer-use agents can execute software tasks through either graphical interfaces or programmatic command interfaces, but existing evaluations confound interaction modality with differences in tasks, initial states, ver…

Data-Copilot: Bridging Billions of Data and Humans with Autonomous Workflow

2023-06-12 · Wenqi Zhang, Yongliang Shen, Zeqi Tan, Guiyang Hou 외

Industries such as finance, meteorology, and energy generate vast amounts of data daily. Efficiently managing, processing, and displaying this data requires specialized expertise and is often tedious and repetitive. Leve…