From 58a7b165833023fbc646aac8249bab1ea2ddebd2 Mon Sep 17 00:00:00 2001 From: Howard Chen Date: Fri, 28 Jul 2023 18:31:03 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5af9be6..bbe3a16 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ DEFAULT_FILE_PATH = join(BASE_DIR, '../data/items_shuffle.json') 7. (Optional) Download ResNet image feature files [here](https://drive.google.com/drive/folders/1jglJDqNV2ryrlZzrS0yOEk-aRAcLAhNw?usp=sharing) and put into `data/` for running models that require image features. +8. (Optional) Human trajectories and be downloaded [here](https://drive.google.com/file/d/1GWC8UlUzfT9PRTRxgYOwuKSJp4hyV1dp/view?usp=sharing). ## 🛠️ Usage The WebShop environment can be rendered in two modes - `html` and `simple` - each of which offer a different observation space. The `simple` mode strips away the extraneous meta-data that the `html` mode includes to make model training and evaluation easier.