calebescobedo commited on
Commit
0df1ee4
·
verified ·
1 Parent(s): 8c37f65

Fix README: Goals are trajectory-specific, not constant

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -102,9 +102,13 @@ with torch.no_grad():
102
 
103
  ## Dataset Notes
104
 
105
- - All trajectories have the same start and end positions
106
- - Single demonstration repeated 70 times
107
- - Goal: Final cartesian position `[0.454, -0.133, 0.522]` (constant)
 
 
 
 
108
 
109
  ## License
110
 
 
102
 
103
  ## Dataset Notes
104
 
105
+ - **Goals are trajectory-specific**: Each trajectory has a unique goal (final cartesian position)
106
+ - **Goal distribution**:
107
+ - X range: [-0.239, 0.294] meters
108
+ - Y range: [-0.284, 0.317] meters
109
+ - Z range: [0.364, 0.579] meters
110
+ - **Total trajectories**: ~500 trajectories across 20 H5 files
111
+ - **Goal extraction**: Goal = final cartesian position of each trajectory (varies per trajectory)
112
 
113
  ## License
114