jellyho commited on
Commit
aede4b7
·
verified ·
1 Parent(s): 9e0c675

Document preserved action fields

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