Skip to content

Commit d578182

Browse files
geng-haoranclaude
andcommitted
feat(tasks): register ALL 130 LIBERO tasks as native MetaSim tasks (libero_native.*)
Vendor + register every LIBERO task across all 5 suites as a first-class NativeLiberoEnv (libero_object/goal/spatial 10 each, libero_10 10, libero_90 90 = 130). Each bundle (model.xml + goal.json + init.npz) built by remote-reading the task's model_file + states from HF (no full dataset download). Native BDDL success (In/On/Open/Close/TurnOn/TurnOff; multi-drawer cabinets target the specific drawer joint) reproduces the recorded demo success 130/130 over the success window. All 130 instantiate + step via get_task_class("libero_native.*") with libero AND robosuite import-blocked. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent b4bbebb commit d578182

390 files changed

Lines changed: 61117 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["Turnon", ["flat_stove_1"]], ["On", ["moka_pot_1", "flat_stove_1_cook_region"]]]

roboverse_pack/tasks/libero/native_bundles/10__KITCHEN_SCENE3_turn_on_the_stove_and_put_the_moka_pot_on_it/model.xml

Lines changed: 453 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["Close", ["white_cabinet_1_bottom_region"]], ["In", ["akita_black_bowl_1", "white_cabinet_1_bottom_region"]]]

roboverse_pack/tasks/libero/native_bundles/10__KITCHEN_SCENE4_put_the_black_bowl_in_the_bottom_drawer_of_the_cabinet_and_close_it/model.xml

Lines changed: 537 additions & 0 deletions
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["In", ["white_yellow_mug_1", "microwave_1_heating_region"]], ["Close", ["microwave_1"]]]

roboverse_pack/tasks/libero/native_bundles/10__KITCHEN_SCENE6_put_the_yellow_and_white_mug_in_the_microwave_and_close_it/model.xml

Lines changed: 462 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[["On", ["moka_pot_1", "flat_stove_1_cook_region"]], ["On", ["moka_pot_2", "flat_stove_1_cook_region"]], ["Turnon", ["flat_stove_1"]]]

0 commit comments

Comments
 (0)