# Shelf3DEnv (variable object count)
A 3D task where the robot must pick up objects from the ground and place them onto a space-constrained shelf in a cupboard with three layers. The robot has a holonomic mobile base with powered casters and a Kinova Gen3 arm.
This environment contains a VARIABLE number of objects.
reset(seed) · step(action) · render()
object-centric state in, action out
Python · NumPy · SciPy
no environment source · no network
$20 · 60 s per test instance
100 held-out instances, 1 to 8 cubes
no LLM at test time
0 solved
# StickButton2DEnv (variable object count)
A 2D environment where the goal is to touch all buttons. The robot has a movable circular base and a retractable arm with a rectangular vacuum end effector.
This environment contains a VARIABLE number of objects. Your program must handle ANY number of them.
reset(seed) · step(action) · render()
object-centric state in, action out
Python · NumPy · SciPy
no environment source · no network
$20 · 60 s per test instance
100 held-out instances, 1 to 5 buttons
no LLM at test time
0 solved