Datasets:

License:
YueMingLee commited on
Commit
5c44755
·
1 Parent(s): 6e32c4d

docs: fix Robot fields markdown format

Browse files
Files changed (1) hide show
  1. README.md +15 -14
README.md CHANGED
@@ -69,23 +69,24 @@ Each episode/trajectory may include:
69
  - `total_demos`: Total number of trajectories in the file.
70
 
71
  - **Observations** (`obs` group)
72
- - `agentview_rgb`: JPEG byte stream (variable length `uint8`). Decodes to $(T, 480, 640, 3)$.
73
- - `eye_in_hand_{side}_rgb`: JPEG byte stream (variable length `uint8`). Decodes to $(T, 480, 640, 3)$.
74
- - `{prefix}_joint_states`: Arm joint positions in radians. Shape $(T, N_{dof})$.
75
- - `{prefix}_gripper_states`: Gripper joint positions. Shape $(T, N_{grip})$.
76
- - `{prefix}_eef_pos`: End-effector position in **Robot Base Frame**. Shape $(T, 3)$.
77
- - `{prefix}_eef_quat`: End-effector orientation $(w, x, y, z)$ in **Robot Base Frame**. Shape $(T, 4)$.
78
- - `object_{name}_pos`: Object ground truth position in **World Frame**. Shape $(T, 3)$.
79
- - `object_{name}_quat`: Object ground truth orientation $(w, x, y, z)$ in **World Frame**. Shape $(T, 4)$.
80
 
81
  - **Actions & States**
82
- > **Note:** For multi-robot setups, the fields below concatenate data from all robots in order (e.g., `[robot0, robot1]`).
83
- - `actions`: Joint-space control targets. Shape $(T, N_{dof} + 1)$.
84
- *Format: `[joint_positions, normalized_gripper]` where gripper $\in [0, 1]$.*
85
- - `actions_ee`: Cartesian control targets. Shape $(T, 7)$.
86
  *Format: `[pos (3), axis-angle (3), normalized_gripper (1)]`.*
87
- - `robot_states`: Robot base pose in **World Frame**. Shape $(T, 7 \times N_{robots})$.
88
- *Format: `[pos (3), quat (4)]` per robot, quat is $(w, x, y, z)$.*
 
89
  **Tactile fields (mocap only)**
90
 
91
  - `tactile_hand`: dense tactile map (time × sensors/vertices)
 
69
  - `total_demos`: Total number of trajectories in the file.
70
 
71
  - **Observations** (`obs` group)
72
+ - `agentview_rgb`: JPEG byte stream (variable length `uint8`). Decodes to `(T, 480, 640, 3)`.
73
+ - `eye_in_hand_{side}_rgb`: JPEG byte stream (variable length `uint8`). Decodes to `(T, 480, 640, 3)`.
74
+ - `{prefix}_joint_states`: Arm joint positions in radians. Shape `(T, N_dof)`.
75
+ - `{prefix}_gripper_states`: Gripper joint positions. Shape `(T, N_grip)`.
76
+ - `{prefix}_eef_pos`: End-effector position in **Robot Base Frame**. Shape `(T, 3)`.
77
+ - `{prefix}_eef_quat`: End-effector orientation `(w, x, y, z)` in **Robot Base Frame**. Shape `(T, 4)`.
78
+ - `object_{name}_pos`: Object ground truth position in **World Frame**. Shape `(T, 3)`.
79
+ - `object_{name}_quat`: Object ground truth orientation `(w, x, y, z)` in **World Frame**. Shape `(T, 4)`.
80
 
81
  - **Actions & States**
82
+ > **Note:** For multi-robot setups, the fields below concatenate data from all robots in order (e.g., `[robot0, robot1]`).
83
+ - `actions`: Joint-space control targets. Shape `(T, N_dof + 1)`.
84
+ *Format: `[joint_positions, normalized_gripper]` where gripper is in `[0, 1]`.*
85
+ - `actions_ee`: Cartesian control targets. Shape `(T, 7)`.
86
  *Format: `[pos (3), axis-angle (3), normalized_gripper (1)]`.*
87
+ - `robot_states`: Robot base pose in **World Frame**. Shape `(T, 7 * N_robots)`.
88
+ *Format: `[pos (3), quat (4)]` per robot, quat is `(w, x, y, z)`.*
89
+
90
  **Tactile fields (mocap only)**
91
 
92
  - `tactile_hand`: dense tactile map (time × sensors/vertices)