Datasets:
Document preserved action fields
Browse files
README.md
CHANGED
|
@@ -62,6 +62,26 @@ It was generated with `droid_filter.py` from `/scratch/jellyho/prsl_skills`.
|
|
| 62 |
- Min/max episode length: `85` / `1026`
|
| 63 |
- Episode success rate: `0.9966666666666667`
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
## Top Tasks
|
| 66 |
|
| 67 |
| task_text | episodes |
|
|
|
|
| 62 |
- Min/max episode length: `85` / `1026`
|
| 63 |
- Episode success rate: `0.9966666666666667`
|
| 64 |
|
| 65 |
+
## Preserved Action Fields
|
| 66 |
+
|
| 67 |
+
Filtering only selects episodes/rows. It does **not** drop action-space columns.
|
| 68 |
+
The following action columns are preserved from the original DROID parquet files:
|
| 69 |
+
|
| 70 |
+
```text
|
| 71 |
+
action.gripper_position
|
| 72 |
+
action.gripper_velocity
|
| 73 |
+
action.cartesian_position
|
| 74 |
+
action.cartesian_velocity
|
| 75 |
+
action.joint_position
|
| 76 |
+
action.joint_velocity
|
| 77 |
+
action.original
|
| 78 |
+
action
|
| 79 |
+
```
|
| 80 |
+
|
| 81 |
+
`action` is the compact 8D policy action used by LeRobot-style loaders. The
|
| 82 |
+
additional `action.*` columns remain available in the parquet files for
|
| 83 |
+
inspection or custom loaders.
|
| 84 |
+
|
| 85 |
## Top Tasks
|
| 86 |
|
| 87 |
| task_text | episodes |
|