jellyho commited on
Commit
b6936a6
·
verified ·
1 Parent(s): 61e3c53

Document preserved action fields

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