Add post-training recipe for forward dynamics experiments on Droid#85
Open
WeiChengTseng wants to merge 3 commits into
Open
Add post-training recipe for forward dynamics experiments on Droid#85WeiChengTseng wants to merge 3 commits into
WeiChengTseng wants to merge 3 commits into
Conversation
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.
Summary
Add a complete SFT recipe for training Cosmos3 forward dynamics on the Cosmos3-DROID dataset (LeRobot v3.0 format).
action_fd_droid_posttrainexperiment withmode="forward_dynamics", 10-D ee-pose action space (midtrainalias), 16-frame chunks at 480p resolution.DROIDMergedLeRobotDatasetto load bothsuccess/andfailure/splits from a single parent root, without changing the existing single-rootDROIDLeRobotDatasetused by the policy recipe.get_action_droid_merged_lerobot_sft_dataset()factory and wire it throughActionSFTDataset/ActionTransformPipeline.action_fd_droid_posttrain.toml,launch_sft_action_fd_droid_posttrain.sh) and reproduction docs (docs/action_fd_droid_posttrain.md).Motivation
Cosmos3 supports forward-dynamics inference (
forward_dynamicsmode: predict future video from first frame + action sequence), but there was no public post-training recipe for fine-tuning on Cosmos3-DROID. This PR closes that gap and mirrors the structure of existing SFT recipes (e.g. action policy on DROID/LIBERO).Test plan