Skip to content

Latest commit

 

History

History

webshop

🛒 WebShop

Introduction

Here in this repo, we contain the minimum code from WebShop for our BOLAA implementation. You can either use this simplified folder to run the environment. Or Recommend you can follow original setup to run a web server in the background.

Installation

  1. Follow the original setup to create the webshop environment.
  2. Run ./run_dev.sh or you can follow the original setup to run a web server in the background process.

Acknowledge

Implementation of the WebShop environment and search agents for the paper:

WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents
Shunyu Yao*, Howard Chen*, John Yang, Karthik Narasimhan

This repository contains code for reproducing results. The original repo is in WebShop GitHub. Please cite

@inproceedings{yao2022webshop,
  bibtex_show = {true},
  title = {WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents},
  author = {Yao, Shunyu and Chen, Howard and Yang, John and Narasimhan, Karthik},
  booktitle = {ArXiv},
  year = {preprint},
  html = {https://arxiv.org/abs/2207.01206},
  tag = {NLP}
}