Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 772 Bytes

File metadata and controls

27 lines (22 loc) · 772 Bytes

xNav

xNav is an ambitious project aiming to realize a true dual-system Vision-Language-Action (VLA) model for intelligent language navigation.

Environment Setup

We use uv to manage this project. Use following command to setup the environment.

uv sync
uv pip install -e .

System 1

Export Model

Run following command to export model with GR00T action head and DepthAnythingV2 ViT (change the path in the scripts to real path)

uv run xnav/module/export_xnav_dit.py

Model Archetecture

System 1 system1 design (for now)

Training

Use following command to train system1

uv run accelerate launch scripts/train_xnav_dit.py --model-name-or-path path/to/XNavDit --dataset-path path/to/dataset