Available Environments#

DexSuite environments are selected by the task key you pass to ds.make(...).

Task keys are case-insensitive (they are normalized with .lower()).

Each task page documents the scene entities, observations, success conditions, and any task-specific notes.

import dexsuite as ds

env = ds.make("lift", manipulator="franka", gripper="robotiq")

Single-Arm Baselines#

Task key

Image

Description

reach

../_images/placeholder_env.svg

Reach a target pose.

lift

../_images/placeholder_env.svg

Lift a cube to a target height.

push

../_images/placeholder_env.svg

Push an object towards a goal region.

pick_place

../_images/placeholder_env.svg

Pick and place an object.

stack

../_images/placeholder_env.svg

Stack one cube on another.

Single-Arm Rigid Tasks#

Task key

Image

Description

make_coffee

../_images/placeholder_env.svg

Place a mug on the coffee machine tray.

pick_place_mug

../_images/placeholder_env.svg

Place a mug into a dish rack.

pick_place_pan

../_images/placeholder_env.svg

Pick and place a pan.

drill_to_point

../_images/placeholder_env.svg

Move a drill tip to a target point.

Single-Arm Deformable Tasks#

Task key

Image

Description

cable_routing

../_images/placeholder_env.svg

Route a cable through clip fixtures.

cut_butter

../_images/placeholder_env.svg

Cut a deformable butter block.

pour_water

../_images/placeholder_env.svg

Pour water from a bottle into a cup.

foldshirt

../_images/placeholder_env.svg

Fold a cloth shirt.

spready_butter

../_images/placeholder_env.svg

Spread a deformable butter block with a tool.

mpm_sponge_drop

../_images/placeholder_env.svg

Soft sponge scene.

Single-Arm Misc Tasks#

Task key

Image

Description

rotatedice

../_images/placeholder_env.svg

Interact with a dice object.

Bimanual Baselines#

Task key

Image

Description

bimanual_reach

../_images/placeholder_env.svg

Reach a goal with two arms.

bimanual_lift

../_images/placeholder_env.svg

Lift an object with two arms.

bimanual_push

../_images/placeholder_env.svg

Push an object with two arms.

bimanual_pick_place

../_images/placeholder_env.svg

Bimanual pick-and-place baseline.

bimanual_stack

../_images/placeholder_env.svg

Stack three cubes with two arms.

Bimanual Rigid Tasks#

Task key

Image

Description

bimanual_make_coffee

../_images/placeholder_env.svg

Place a mug on the coffee machine tray.

bimanual_pick_place_mug

../_images/placeholder_env.svg

Pick and place a mug with two arms.

bimanual_pick_place_pan

../_images/placeholder_env.svg

Pick and place a pan with two arms.

bimanual_drill_to_point

../_images/placeholder_env.svg

Move a drill tip to a target point with two arms.

bimanual_pick_place_pot

../_images/placeholder_env.svg

Pick and place a pot with two arms.

bimanual_fold_glasses

../_images/placeholder_env.svg

Fold glasses.