From ced7c35ce7784b841830bda0a573d3175728de47 Mon Sep 17 00:00:00 2001 From: Yicong Hong Date: Tue, 23 Mar 2021 12:20:47 +1100 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 899e240..1bf539b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Code of the **CVPR 2021 Oral** paper:
### Installation -Install the [Matterport3D Simulator](https://github.com/peteanderson80/Matterport3DSimulator). +Install the [Matterport3D Simulator](https://github.com/peteanderson80/Matterport3DSimulator). Notice that this code uses the [old version (v0.1)](https://github.com/peteanderson80/Matterport3DSimulator/tree/v0.1) of the simulator, but you can easily change to the latest version which supports batches of agents and it is much more efficient. + Please find the versions of packages in our environment [here](https://github.com/YicongHong/Recurrent-VLN-BERT/blob/main/recurrent-vln-bert.yml). Install the [Pytorch-Transformers](https://github.com/huggingface/transformers).