Add LIBERO-10 action-policy finetune cookbook#242
Open
fwd4 wants to merge 7 commits into
Open
Conversation
Mirror the DROID action-policy cookbook for LIBERO-10: launch_sft_action_policy_libero.sh + action_policy_libero_repro.toml + finetune README section + action README link. Stages nvidia/LIBERO_LeRobot_v3 libero_10, no keep-ranges filter, lr 5e-5/wu500/cyc16k. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…er results); recipe HSDP 2x8
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.
What
Adds a LIBERO-10 action-policy SFT cookbook, mirroring the existing DROID action-policy finetune cookbook.
launch_sft_action_policy_libero.sh— local wrapper: stagesnvidia/LIBERO_LeRobot_v3libero_10, downloads the Wan VAE, converts the Cosmos3-Nano base to DCP, and launches training. No keep-ranges filter (LIBERO-specific).toml/sft_config/action_policy_libero_repro.toml— the recipe (lr 5e-5, warmup 500, cycle 16000, global batch 2048).finetune/README.md(recipe table + LIBERO-10 quick start) and links it from the actionREADME.md.Delegates the canonical training implementation to cosmos-framework (companion PR adds the
action_policy_libero_nanoexperiment + eval harness).Mirrors the DROID cookbook structure. Based on
main.🤖 Generated with Claude Code