2025-11-26 VLN Ubuntu 深蓝课程 项目 Navigation

VLN项目学习笔记

0 次浏览 · 约 1 分钟阅读 · 70 字

VLN学习笔记

[!quote|#5fb236]+ Test Hello

xhost+

docker run -itd --gpus all \
    -v /dev/shm:/dev/shm \
    -v /tmp/.X11-unix:/tmp/.X11-unix \
    -v $(pwd)/data:/root/VLN-CE/data \
    -e DISPLAY=$DISPLAY \
    hccz95/vlnce:main

test

python run.py --exp-config vlnce_baselines/config/r2r_baselines/nonlearning.yaml --run-type eval

[!quote|#5fb236]+ Reference

In this section, we review two types of closely related work: UAV navigation and Ground-based VLN. (p. 15385)

[!quote]+ Reference In this section, we review …