Garment-fold task for the pioneer bimanual arm (from LeHome Challenge) - #219
Open
wilsonchenghy wants to merge 1 commit into
Open
wilsonchenghy wants to merge 1 commit into
wilsonchenghy wants to merge 1 commit into
Conversation
wilsonchenghy
force-pushed
the
claude/lehome-garment-fold-pioneer
branch
2 times, most recently
from
September 1, 2026 02:59
1ab1ec8 to
68f3535
Compare
wilsonchenghy
force-pushed
the
claude/lehome-garment-fold-pioneer
branch
2 times, most recently
from
September 1, 2026 13:03
b3ab1ac to
8602440
Compare
Bimanual garment-folding Isaac Lab task (DirectRLEnv), ported from the LeHome Challenge and retargeted from 2x SO101 to one pioneer_bimanual_arm. - src/simulation/garment_fold_task/ : installable humanoid_garment_fold package (vendored GarmentEnv + particle cloth + success checker + reward; new GarmentPioneerEnv subclass; gym id Humanoid-GarmentFold-Bimanual-Pioneer-v0) - 4 sample garments + a fallback table committed under vendor_assets/; Scene_00_Apartment.usd/.usdz are .gitignore'd (copy from the HF asset set) - isaac_lab.Dockerfile: COPY + editable-install the package (--no-deps --no-build-isolation, + omegaconf for the particle solver config) See src/simulation/garment_fold_task/README.md for status — the env builds and resets; full-episode smoke test, wrist-cam offsets, and teleop->demo wiring are still open. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EtusD8QWFBLpdMUZPpye5B
Collaborator
Author
|
Rebased onto
Kept as a standalone package ( |
wilsonchenghy
force-pushed
the
claude/lehome-garment-fold-pioneer
branch
from
September 2, 2026 09:58
8602440 to
e12ad20
Compare
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.
Vendored + retargeted LeHome Challenge garment-fold task for the pioneer bimanual arm.
Refreshed 2026-09-01
Rebased onto current
main(was ~10 PRs behind). Fixes carried in the rebase:assets/robots/bimanual_arm.pynow importsBIMANUAL_ARM_CFG+ joint/body name lists from thepioneer_humanoidpackage (was importing the long-deletedsrc/simulation/Teleop/keyboard_based_teleoperation/bimanual_arm_cfg.py). The obsolete "Retarget Quest teleop to pioneer_bimanual_arm #218 not landed, main is reversed" local workaround block is dropped.isaac_lab.Dockerfileconflict resolved (newsrc/pioneer_humanoid/path + keeps the garment COPY/install +omegaconf).CI is green.
py_compileclean across the package.What it adds
src/simulation/garment_fold_task/— one installable package (pyproject.toml), same shape asso101_vial_task/:tasks/—garment_env.py(baseDirectRLEnv, PhysX particle cloth),garment_pioneer_env.py(pioneer retarget), env cfgs,challenge_garment_loader.pyassets/—garment_object.py(particle-cloth builder, vendored),robots/bimanual_arm.py(re-export),scene.pyutils/success_checker_garment.py(vendored),logger.py,config/particle_garment_cfg.yaml,scripts/smoke_test.pyLICENSE(Apache) +NOTICE— vendored LeHome codeREADME.md+ 3 doc PNGsvendor_assets/— ~9 MB committed (4 sample garments +Table038/scene). The 244 MBScene_00_Apartment.usdzand full garment set are gitignored (HF download).isaac_lab.Dockerfile— COPY +pip -ethe package.Still not done
Never run end-to-end.
smoke_test.pyneeds a run on real Isaac before this is more than "compiles + CI-green". Recommend not merging until it produces a rollout.