feat: add arms latent pipelines and configs#71
Open
Lau-JW wants to merge 11 commits intoRobbyant:mainfrom
Open
feat: add arms latent pipelines and configs#71Lau-JW wants to merge 11 commits intoRobbyant:mainfrom
Lau-JW wants to merge 11 commits intoRobbyant:mainfrom
Conversation
Add arms dataset config and scripts for LeRobot conversion, latent extraction, test inference, and submission packaging. Make server imports lazier and flash-attn optional; update .gitignore to avoid committing datasets/models.
- Map 26D (dual-arm joints + fingers) to 30D action space with gripper scalars; mask out EEF dims when URDF is unavailable. - Add latent/action loss weights for two-stage post-training. - Add test inference heuristic: hold fingers then close in last steps. - Add arms_train config entry.
…aset init - Document rsync/git workflow, HF downloads, deps, W&B, and required LeRobot meta files - Auto-generate missing tasks/episodes_stats for local arms_lerobot exports - Use python3 in distributed launch scripts for broader default environments Made-with: Cursor
- Force num_workers=0 when CUDA is already initialized - Default arms_train load_worker to 0 for reliable first-run training Made-with: Cursor
Made-with: Cursor
- Replace default Pool size 128 with configurable dataset_init_workers (default 8) - Clamp to CPU count to avoid spawning hundreds of short-lived processes Made-with: Cursor
- Construct dataset init Pool via spawn to avoid fork+torch storage segfaults - Default dataset_init_workers to 16 (CPU-side), clamp to CPU count - Allow ARMS_LEROBOT_PATH and LINGBOT_VA_BASE_PATH to override hardcoded paths - Keep arms_train W&B disabled by default; avoid clobbering WANDB_* in launcher Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
- Add continuous-index rollout options and correct action/joint CSV dims - Add decode utilities to align fps/resolution/frame count for submissions Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add arms dataset config and scripts for LeRobot conversion, latent extraction, test inference, and submission packaging. Make server imports lazier and flash-attn optional; update .gitignore to avoid committing datasets/models.