jellyho commited on
Commit
d016838
·
verified ·
1 Parent(s): 5cd0a4f

Document preserved action fields

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