--- license: mit --- # TimeWarp Environment Data Data files consumed by [sparklabutah/timewarp](https://github.com/sparklabutah/timewarp) `setup.sh` when provisioning the Wiki, News, and Shop environments. ## Contents | File | Used by | |------|---------| | `wiki_index.pkl` | `env/wiki` | | `news_index.pkl` | `env/news` | | `webshop/items_shuffle_1000.json` | `env/webshop` (`setup.sh -d small`) — product info, 1k subset | | `webshop/items_ins_v2_1000.json` | `env/webshop` (`setup.sh -d small`) — product attributes, 1k subset | | `webshop/items_shuffle.json` | `env/webshop` (`setup.sh -d all`) — full product info (~5.5 GB) | | `webshop/items_ins_v2.json` | `env/webshop` (`setup.sh -d all`) — full product attributes | | `webshop/items_human_ins.json` | `env/webshop` — human-authored goal instructions | ## Provenance The `webshop/` files are byte-identical mirrors of the original [WebShop](https://github.com/princeton-nlp/WebShop) dataset (Princeton NLP, MIT license). The original Google Drive links now require sign-in and can no longer be fetched anonymously (e.g. via `gdown`), so they are mirrored here for reproducible setup. sha256 of the two large files (matches the copies published independently by `YWZBrandon/webshop-data` and `HongbangYuan/webshop`): ``` 2ef591d65df3af89e972ab72468eb82cbf124d876552d9f3678667edd620a6c8 items_shuffle.json 1d36af476bdb8f82a5da62bd8acdabe54cd8de2fa84010d37da5c4890feb447e items_ins_v2.json ```