[Task Clean-up] Dexterous Part 8/8: Move the warp Direct task variants to isaaclab_tasks_experimental#6582
Draft
hujc7 wants to merge 4 commits into
Draft
Conversation
Add a behavioral Metrics/success_rate signal (goal-reach streaks per episode) and threshold-independent episode orientation-error diagnostics to the Direct reorientation environments, with the shared helpers in isaaclab_tasks.core.utils and torch math tests. The task logic is torch-first per the mainline convention; success gates task health while reward stays diagnostic. Also fix hand resets that could initialize joints below their lower position limits.
This was referenced Jul 17, 2026
[Task Clean-up] Dexterous Part 3/8: Add success-rate metrics to the reorientation Direct tasks
#6413
Open
Open
Fold the reviewed lump changes that belong to this part's content: - Share per-family sim settings through task-cfg base mixins. - Deduplicate backend scene presets via inner-class defaults and nest single-consumer helper cfgs in the shadow-hand Direct cfg. - Compute the orientation error through isaaclab.utils.math.quat_error_magnitude and delete the local direct_reorient_rotation_distance primitive. - Rename direct_reorient_reward to reorient_reward: shared symbols carry no paradigm prefix. Source commits on the lump branch: 2c22af0, 792e400, 42675b6, c6140f9, 173e9dc.
Move the warp implementation of the Shadow reorientation and handover Direct environments (kernels, environments, kernel behavior tests) from the mainline task package to isaaclab_tasks_experimental, following the torch-first mainline convention. The variants register under -Direct-Warp-v0 IDs and reuse the stable configurations and agents. The Allegro warp variant keeps its existing legacy registration.
hujc7
force-pushed
the
jichuanh/task-cleanup-dex-warp-exp
branch
from
July 18, 2026 11:10
4ec232a to
2047011
Compare
Mirror the mainline rename (reorient_reward) in the experimental warp package: the launcher is family-scoped, not paradigm-scoped, and the package already lives under direct/. Pure rename; no behavioral change.
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.
Review Map
Summary
isaaclab_tasks_experimental, following the torch-first mainline convention: torch task logic inisaaclab_tasks, warp implementations in the experimental track.-Direct-Warp-v0IDs and reuse the stable configurations and agents fromisaaclab_tasks.core. The Allegro warp variant keeps its existing legacy registration in the experimental package.Stacking
DirectRLEnvWarp) and the performance focus for the experimental variants are follow-on scope, out of this series.Validation