Understand the RT-1-X observation and action spaces
mainThe RT-1-X model operates on the following input and output spaces:
Observation Space
The model accepts:
- An RGB image from the robot workspace camera.
- A task string describing the intended robot task.
Note: The model does not currently support wrist cameras, in-hand cameras, or depth information.
Action Space
The action space consists of seven variables for gripper movement:
x,y,z(position)roll,pitch,yaw(orientation)opening of the gripper
Each variable can represent an absolute value, a delta change, or a velocity.