Franka Tabletop Grasp¶
simple/FrankaTabletopGraspMP-v0 — a Franka FR3 must grasp and lift a target
object from a tabletop. This is the smallest end-to-end example in SIMPLE and the
one used in Motion Planning.
Task class |
|
Environment |
|
Robot |
|
Target |
|
Cameras |
Realsense D415 ( |
Success |
Target lifted 2 cm above its initial height ( |
compute_reward() returns the lift progress clipped to [0, 1];
check_success() fires at 1.0.
uv run datagen simple/FrankaTabletopGraspMP-v0 --headless --num-episodes 10
A related variant, simple/FrankaTabletopPickNPlaceMP-v0, adds a container the
object must be placed into.