Unverified Commit 05c60b9f authored by Kangrui Wang's avatar Kangrui Wang Committed by GitHub
Browse files

Create README.md

parent 561162ea
Loading
Loading
Loading
Loading

vagen/env/README.md

0 → 100644
+17 −0
Original line number Diff line number Diff line
### Navigation
```
# Additional dependencies:
pip install ai2thor==5.0.0
pip install numpy==1.25.1

# For headless servers, additional setup is required:
# Install required packages
apt-get install -y pciutils
apt-get install -y xorg xserver-xorg-core xserver-xorg-video-dummy

# Start X server in a tmux window
python vagen/env/navigation/startx.py 1

# In another terminal, run:
bash vagen/examples/debug_navigation_vision/run.sh
```