/VLN-trans

Primary LanguageJupyter Notebook

VLN-Trans: Translator for the Vision and Language Navigation Agent

Paper (ACL 2023)

VLN-Trans (https://arxiv.org/pdf/2302.09230.pdf)

Installation

Install the Matterport3D Simulator.

Data Preparation

Please follow the instructions below to prepare the data in directories:

Initial weights for VLN-trans and Translator

  • VLN-trans: Download the pytorch_model.bin from here.
  • Translator: Download the pre-train weights from here.

Trained Network Weights

R2R Navigation

Please read Peter Anderson's VLN paper for the R2R Navigation task.

Test Navigator

To replicate the performance reported in our paper, load the trained network weights and run validation:

bash run_translator/test_agent.bash

Train Navigator

To train the network, run:

bash run_translator/train_agent.bash