Conversation
Keep joint actions as the default LeRobot representation while making Cartesian targets explicit and opt-in. Preserve raw EEF commands, record measured EEF observations separately, and add the RLinf repeated pick-and-place deployment with focused tests and API documentation.\n\nFixes #601
|
yuecideng
force-pushed
the
codex/feat/action-representation-contract
branch
from
September 23, 2026 15:16
d991195 to
2dcf7ef
Compare
…resentation-contract # Conflicts: # tests/gym/envs/tasks/test_unitree_locomotion.py
This branch has not been deployed
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.
Description
This PR defines an explicit joint/EEF action contract for EmbodiChain expert and LeRobot datasets while keeping joint position as the default representation.
It preserves raw requested EEF commands through the action manager, records measured FK EEF poses as auxiliary observations, records executed controller qpos separately, and adds the Franka RLinf-facing repeated pick-and-place task variants. The joint gripper term also exposes its true 8D policy action space, including normalized gripper bounds. The contract and temporal alignment are documented in the task README and episode metadata.
This PR intentionally does not include RLinf training/runtime fixes, joint dataset regeneration or SFT checkpoints, or DexSim dependency changes. Those belong to follow-up changes after this contract is available.
Fixes #601
Type of change
Validation
git diff --checkpassed.Checklist
black .command to format the code base.python docs/scripts/check_api_docs.py).