Upload example_envs.yaml
Browse files- example_envs.yaml +11 -0
example_envs.yaml
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# Example environments avilable in IsaacLab Arena.
|
| 2 |
+
# The key is the environment name as paseed in --env.environment, the value is the full module path to the environment class.
|
| 3 |
+
|
| 4 |
+
repo:
|
| 5 |
+
base_module: isaaclab_arena.examples.example_environments
|
| 6 |
+
envs:
|
| 7 |
+
gr1_microwave: gr1_open_microwave_environment.Gr1OpenMicrowaveEnvironment
|
| 8 |
+
galileo_pnp: galileo_pick_and_place_environment.GalileoPickAndPlaceEnvironment
|
| 9 |
+
g1_locomanip_pnp: galileo_g1_locomanip_pick_and_place_environment.GalileoG1LocomanipPickAndPlaceEnvironment
|
| 10 |
+
kitchen_pnp: kitchen_pick_and_place_environment.KitchenPickAndPlaceEnvironment
|
| 11 |
+
press_button: press_button_environment.PressButtonEnvironment
|