Views
No views yet
metadata.yaml, a thumbnail.png, and a .zip with the pack contents.git clone https://huggingface.co/luckyrobots/ContentVault| Pack | Description |
|---|---|
| Bunglalow | Bungalow environment |
| Go2VelocityTracking | Unitree Go2 velocity tracking |
| Loft | Loft environment |
| MujocoExample | MuJoCo simulation example |
| Office | Office environment |
| Oscillator | Oscillator environment |
| Panda | Franka Panda robot |
| Piper | Piper robot |
| PiperBlockStacking | Piper block stacking task |
| PiperPickPlace | Piper pick and place task |
| PiperUnscrewCap | Piper cap unscrewing task |
| SO100PickAndPlace | SO-100 pick and place task |
| Skies-Vol-1 | Sky HDRIs volume 1 |
| UnitreeG1 | Unitree G1 humanoid |
| UnitreeGo2 | Unitree Go2 quadruped |
| Welcome | Welcome / intro pack |
https://contentvault.luckyrobots.com/{PackName}/{filename}https://contentvault.luckyrobots.com/Loft/metadata.yaml
https://contentvault.luckyrobots.com/Loft/Loft.zipworker/) listens for webhooks from HuggingFace. When a push is made to this repo, the Worker:1cd worker
2npm install1npx wrangler secret put HF_WEBHOOK_SECRET
2npx wrangler secret put HF_TOKENnpx wrangler deploy1# Install huggingface_hub with fast upload backend
2pip install -U "huggingface_hub[hf_xet]"
3
4# Login (requires write-access token from https://huggingface.co/settings/tokens)
5hf auth loginhf upload luckyrobots/ContentVault <local-folder> . --commit-message "Your message"hf upload luckyrobots/ContentVault <local-folder>/<pack-name> <pack-name> --commit-message "Add <pack-name>"hf upload luckyrobots/ContentVault <local-file> <path-in-repo> --commit-message "Add file"hf upload-large-folder luckyrobots/ContentVault <local-folder>hf upload luckyrobots/ContentVault . . --include="" --delete="<folder-name>/*" --commit-message "Remove <folder-name>"upload_large_folder and hf upload-large-folder are resumable. If interrupted, run the same command again.git push for large files — use the CLI/API instead. They handle LFS/Xet automatically.--include and --exclude to filter what gets uploaded.