WebShop
WebShop copied to clipboard
[NeurIPS 2022] 🛒WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents
Hey Authors, I tried replicating the results for rule-based baseline. In paper, the mentioned metrics for the same are: Score / SR = 45.8 / 19% while replicating it, I...
# Overview Refactorings to improve code ## Description of Changes Use `np.cumsum` to compute the cumulative sum, which is efficient and concise. ## Screenshots ## Checklist - [ ] My...
# Overview *Do not merge* (temporary) This PR captures the changes for the V2 version of Webshop, discussed in the following paper. **[Towards an Enhanced, Faithful, and Adaptable Web Interaction...
## I'm submitting a ... - [x] bug report - [ ] feature request ## What is the current behavior? Please describe the current behavior of the WebShop app or...
# Overview This is a fix for arm-based mac & potentially other platforms as well in terms of installation. This solves: https://github.com/princeton-nlp/WebShop/issues/33 ## Description of Changes Please look at second...
## I'm submitting a ... - [ x] bug report - [ ] feature request ## What is the current behavior? I'm having the following error when running run_dev.sh (after...
## Various Installation Issues (especially on arm-based mac). - [ X ] bug report ## What is the current behavior? - Currently installation following the README file is not possible...
When loading all the products and tasks, it takes a very long time to interact with the webshop environment. I wonder if the author has encountered this problem?
## I'm submitting a question env = gym.make('WebAgentTextEnv-v0', observation_mode='text_rich', num_products=DEBUG_PROD_SIZE) 0 round: env.reset() my url is: 'http://127.0.0.1:3000/ihjvksdtfm' env.get_instruction_text() i get "Instruction: Find me machine wash men's dress shirts with cotton...
This PR fixes a bug where the wrong model is downloaded in `setup.sh`. The fix also aligns with `setup_arm.sh` # Overview Provide a general summary of your changes ## Description...