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")