fix(robocasa): editable install + switch to lerobot/smolvla_robocasa

- pip install from git omits data files like box_links_assets.json
  (not declared in package_data). Clone and install editable so the
  source tree is used at runtime.
- Download only tex + fixtures_lw asset types (smoke test doesn't need
  objaverse/aigen objects). Pipe 'y' to auto-accept download prompt.
- Switch CI policy from pepijn223/smolvla_robocasa to lerobot/smolvla_robocasa.

Made-with: Cursor
This commit is contained in:
Pepijn
2026-04-16 20:13:27 +02:00
parent 496f004139
commit b47723e436
2 changed files with 12 additions and 10 deletions
+2 -2
View File
@@ -359,7 +359,7 @@ jobs:
bash -c "
hf auth login --token \"\$HF_USER_TOKEN\" --add-to-git-credential 2>/dev/null || true
lerobot-eval \
--policy.path=pepijn223/smolvla_robocasa \
--policy.path=lerobot/smolvla_robocasa \
--env.type=robocasa \
--env.task=CloseFridge \
--eval.batch_size=1 \
@@ -383,7 +383,7 @@ jobs:
--artifacts-dir /tmp/robocasa-artifacts \
--env robocasa \
--task CloseFridge \
--policy pepijn223/smolvla_robocasa
--policy lerobot/smolvla_robocasa
- name: Upload RoboCasa365 rollout video
if: always()