robotics-diffusion-transformer commited on
Commit
26600ab
1 Parent(s): d884fb1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ Each HDF5 file corresponds to a trajectory/episode of the task, which has the fo
46
  - `action`: desired joint positions of the two robot arms at the next time step,
47
  (TRAJ_LEN, 14); Note that this is slightly different from the actual joint positions at the next time step
48
 
49
- Note: The number of HDF5 episode files is not necessarily consecutive. `TRAJ_LEN` may vary from episode to episode.
50
 
51
  Each JSON file corresponds to the annotated language instructions of the task, which has the following keys:
52
  - `instruction`: original human-annotated instructions; its value is a string
 
46
  - `action`: desired joint positions of the two robot arms at the next time step,
47
  (TRAJ_LEN, 14); Note that this is slightly different from the actual joint positions at the next time step
48
 
49
+ Note: The number in `episode_<NUMBER>.hdf5` is not necessarily consecutive. `TRAJ_LEN` may vary from episode to episode.
50
 
51
  Each JSON file corresponds to the annotated language instructions of the task, which has the following keys:
52
  - `instruction`: original human-annotated instructions; its value is a string