princeton-nlp / WebShop

[NeurIPS 2022] 🛒WebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents
https://webshop-pnlp.github.io
MIT License
270 stars 56 forks source link

Fix observation preprocessing #6

Closed rish-raghu closed 2 years ago

rish-raghu commented 2 years ago

Overview

The human trajectories have 'amazon shopping game' in the state while the current environment has 'webshop', causing some issues. This PR removes both phrases from the state.

Checklist