Code for CVPR22 paper: One Step at a Time: Long-Horizon Vision-and-Language Navigation with Milestones
- Setup Conda Environment
conda create -n mtrack -f mtrack.yaml
conda activate mtrack
- Set local variables
export $MTRACK=$(pwd)
- Download ALFRED
mkdir data
cd data
git clone https://github.com/askforalfred/alfred.git
export ALFRED_ROOT=$(pwd)/alfred
ln -s $ALFRED_ROOT/data/json_2.1.0 $MTRACK/data/
bash run/train_agent.bash
Evaluation on Validation Unseen split
bash run/test_agent.bash
@InProceedings{Song_2022_CVPR,
author = {Song, Chan Hee and Kil, Jihyung and Pan, Tai-Yu and Sadler, Brian M. and Chao, Wei-Lun and Su, Yu},
title = {One Step at a Time: Long-Horizon Vision-and-Language Navigation With Milestones},
booktitle = {Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR)},
month = {June},
year = {2022},
pages = {15482-15491}
}