jellyho commited on
Commit
3ab60be
·
verified ·
1 Parent(s): 52e2c5f

Document preserved action fields

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