Views
No views yet
1git clone https://github.com/lehome-official/lehome-challenge.git
2cd lehome-challengeuv sync1cd third_party
2git clone https://github.com/lehome-official/IsaacLab.git
3cd ..1source .venv/bin/activate
2./third_party/IsaacLab/isaaclab.sh -i noneuv pip install -e ./source/lehome1# This creates the Assets/ directory with all required simulation resources
2hf download lehome/asset_challenge --repo-type dataset --local-dir Assets1xvfb-run -a python -m scripts.eval \
2 --policy_type lerobot \
3 --policy_path checkpoints/top_long/pretrained_model \
4 --garment_type "top_long" \
5 --dataset_root <path_to_dataset> \
6 --num_episodes 2 \
7 --enable_cameras \
8 --device cpu \
9 --headless1 #step 1
2 apt update
3 apt install -y \
4 libglu1-mesa \
5 libgl1 \
6 libegl1 \
7 libxrandr2 \
8 libxinerama1 \
9 libxcursor1 \
10 libxi6 \
11 libxext6 \
12 libx11-6
13 #step 2
14 export __GLX_VENDOR_LIBRARY_NAME=nvidia