Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Reinforcement Learning on Web Interfaces Using Workflow-Guided Exploration

About

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.

Evan Zheran Liu, Kelvin Guu, Panupong Pasupat, Tianlin Shi, Percy Liang• 2018

Related benchmarks

TaskDatasetResultRank
password navigationMiniWoB (test)
Success Rate0.00e+0
10
Web automationMiniWob 45 tasks subset (test)
Mean Success Rate35.6
6
Web-based task completionMiniWoB++ With feedback 9 tasks
Success Rate67.6
5
Web-based task completionMiniWoB++ No feedback 44 tasks
Success Rate87.93
5
Web-based task completionMiniWoB++ 53 tasks (All)
Success Rate86
5
Web automationMiniWob 35 tasks subset (test)
Mean Success Rate23.4
4
enter-text navigationMiniWoB (test)
Success Rate0.00e+0
3
Showing 7 of 7 rows

Other info

Follow for update