BotBarry commited on
Commit
8b7bb8e
·
verified ·
1 Parent(s): 0c0669f

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +36 -0
  2. data/chunk-000/episode_000064.parquet +3 -0
  3. meta/episodes.jsonl +200 -0
  4. meta/episodes_stats.jsonl +0 -0
  5. meta/info.json +123 -0
  6. meta/tasks.jsonl +1 -0
  7. videos/chunk-000/observation.images.cam_gripper/episode_000000.mp4 +3 -0
  8. videos/chunk-000/observation.images.cam_gripper/episode_000013.mp4 +3 -0
  9. videos/chunk-000/observation.images.cam_gripper/episode_000015.mp4 +3 -0
  10. videos/chunk-000/observation.images.cam_gripper/episode_000016.mp4 +3 -0
  11. videos/chunk-000/observation.images.cam_gripper/episode_000018.mp4 +3 -0
  12. videos/chunk-000/observation.images.cam_gripper/episode_000019.mp4 +3 -0
  13. videos/chunk-000/observation.images.cam_gripper/episode_000027.mp4 +3 -0
  14. videos/chunk-000/observation.images.cam_gripper/episode_000030.mp4 +3 -0
  15. videos/chunk-000/observation.images.cam_gripper/episode_000035.mp4 +3 -0
  16. videos/chunk-000/observation.images.cam_gripper/episode_000051.mp4 +3 -0
  17. videos/chunk-000/observation.images.cam_gripper/episode_000058.mp4 +3 -0
  18. videos/chunk-000/observation.images.cam_gripper/episode_000059.mp4 +3 -0
  19. videos/chunk-000/observation.images.cam_gripper/episode_000061.mp4 +3 -0
  20. videos/chunk-000/observation.images.cam_gripper/episode_000062.mp4 +3 -0
  21. videos/chunk-000/observation.images.cam_gripper/episode_000063.mp4 +3 -0
  22. videos/chunk-000/observation.images.cam_gripper/episode_000069.mp4 +3 -0
  23. videos/chunk-000/observation.images.cam_gripper/episode_000070.mp4 +3 -0
  24. videos/chunk-000/observation.images.cam_gripper/episode_000071.mp4 +3 -0
  25. videos/chunk-000/observation.images.cam_gripper/episode_000072.mp4 +3 -0
  26. videos/chunk-000/observation.images.cam_gripper/episode_000079.mp4 +3 -0
  27. videos/chunk-000/observation.images.cam_gripper/episode_000084.mp4 +3 -0
  28. videos/chunk-000/observation.images.cam_gripper/episode_000089.mp4 +3 -0
  29. videos/chunk-000/observation.images.cam_gripper/episode_000095.mp4 +3 -0
  30. videos/chunk-000/observation.images.cam_gripper/episode_000103.mp4 +3 -0
  31. videos/chunk-000/observation.images.cam_gripper/episode_000104.mp4 +3 -0
  32. videos/chunk-000/observation.images.cam_gripper/episode_000105.mp4 +3 -0
  33. videos/chunk-000/observation.images.cam_gripper/episode_000106.mp4 +3 -0
  34. videos/chunk-000/observation.images.cam_gripper/episode_000112.mp4 +3 -0
  35. videos/chunk-000/observation.images.cam_gripper/episode_000130.mp4 +3 -0
  36. videos/chunk-000/observation.images.cam_gripper/episode_000131.mp4 +3 -0
  37. videos/chunk-000/observation.images.cam_gripper/episode_000141.mp4 +3 -0
  38. videos/chunk-000/observation.images.cam_gripper/episode_000142.mp4 +3 -0
  39. videos/chunk-000/observation.images.cam_gripper/episode_000144.mp4 +3 -0
  40. videos/chunk-000/observation.images.cam_gripper/episode_000151.mp4 +3 -0
  41. videos/chunk-000/observation.images.cam_gripper/episode_000153.mp4 +3 -0
  42. videos/chunk-000/observation.images.cam_gripper/episode_000163.mp4 +3 -0
  43. videos/chunk-000/observation.images.cam_gripper/episode_000168.mp4 +3 -0
  44. videos/chunk-000/observation.images.cam_gripper/episode_000171.mp4 +3 -0
  45. videos/chunk-000/observation.images.cam_gripper/episode_000175.mp4 +3 -0
  46. videos/chunk-000/observation.images.cam_gripper/episode_000177.mp4 +3 -0
  47. videos/chunk-000/observation.images.cam_gripper/episode_000190.mp4 +3 -0
  48. videos/chunk-000/observation.images.cam_gripper/episode_000193.mp4 +3 -0
  49. videos/chunk-000/observation.images.cam_gripper/episode_000194.mp4 +3 -0
  50. videos/chunk-000/observation.images.cam_gripper/episode_000197.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - LeRobot
7
+ - piper
8
+ - robotis
9
+ ---
10
+
11
+ # piper_pick_and_drop_200_84x84
12
+
13
+ This dataset is a resized version of [BotBarry/piper_pick_and_drop_200](https://huggingface.co/datasets/BotBarry/piper_pick_and_drop_200).
14
+
15
+ ## Changes
16
+
17
+ - **Original Resolution**: 480x640
18
+ - **New Resolution**: 84x84
19
+ - All video frames have been resized to 84x84
20
+ - State and action data remain unchanged
21
+
22
+ ## Dataset Structure
23
+
24
+ Same structure as the original LeRobot dataset, with updated video resolution in metadata.
25
+
26
+ ## Usage
27
+
28
+ ```python
29
+ from lerobot.common.datasets.lerobot_dataset import LeRobotDataset
30
+
31
+ dataset = LeRobotDataset("BotBarry/piper_pick_and_drop_200_84x84")
32
+ ```
33
+
34
+ ## Citation
35
+
36
+ Please cite the original dataset if you use this resized version.
data/chunk-000/episode_000064.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff9f61f192a99808595ca24caad9bd6abbe7b22a09e7607e9628d0d93b80b9b6
3
+ size 42535
meta/episodes.jsonl ADDED
@@ -0,0 +1,200 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["pick the block and drop it in the box"], "length": 750}
2
+ {"episode_index": 1, "tasks": ["pick the block and drop it in the box"], "length": 750}
3
+ {"episode_index": 2, "tasks": ["pick the block and drop it in the box"], "length": 751}
4
+ {"episode_index": 3, "tasks": ["pick the block and drop it in the box"], "length": 750}
5
+ {"episode_index": 4, "tasks": ["pick the block and drop it in the box"], "length": 751}
6
+ {"episode_index": 5, "tasks": ["pick the block and drop it in the box"], "length": 750}
7
+ {"episode_index": 6, "tasks": ["pick the block and drop it in the box"], "length": 750}
8
+ {"episode_index": 7, "tasks": ["pick the block and drop it in the box"], "length": 751}
9
+ {"episode_index": 8, "tasks": ["pick the block and drop it in the box"], "length": 751}
10
+ {"episode_index": 9, "tasks": ["pick the block and drop it in the box"], "length": 751}
11
+ {"episode_index": 10, "tasks": ["pick the block and drop it in the box"], "length": 751}
12
+ {"episode_index": 11, "tasks": ["pick the block and drop it in the box"], "length": 750}
13
+ {"episode_index": 12, "tasks": ["pick the block and drop it in the box"], "length": 751}
14
+ {"episode_index": 13, "tasks": ["pick the block and drop it in the box"], "length": 751}
15
+ {"episode_index": 14, "tasks": ["pick the block and drop it in the box"], "length": 751}
16
+ {"episode_index": 15, "tasks": ["pick the block and drop it in the box"], "length": 751}
17
+ {"episode_index": 16, "tasks": ["pick the block and drop it in the box"], "length": 750}
18
+ {"episode_index": 17, "tasks": ["pick the block and drop it in the box"], "length": 750}
19
+ {"episode_index": 18, "tasks": ["pick the block and drop it in the box"], "length": 750}
20
+ {"episode_index": 19, "tasks": ["pick the block and drop it in the box"], "length": 751}
21
+ {"episode_index": 20, "tasks": ["pick the block and drop it in the box"], "length": 750}
22
+ {"episode_index": 21, "tasks": ["pick the block and drop it in the box"], "length": 750}
23
+ {"episode_index": 22, "tasks": ["pick the block and drop it in the box"], "length": 750}
24
+ {"episode_index": 23, "tasks": ["pick the block and drop it in the box"], "length": 750}
25
+ {"episode_index": 24, "tasks": ["pick the block and drop it in the box"], "length": 750}
26
+ {"episode_index": 25, "tasks": ["pick the block and drop it in the box"], "length": 751}
27
+ {"episode_index": 26, "tasks": ["pick the block and drop it in the box"], "length": 750}
28
+ {"episode_index": 27, "tasks": ["pick the block and drop it in the box"], "length": 751}
29
+ {"episode_index": 28, "tasks": ["pick the block and drop it in the box"], "length": 751}
30
+ {"episode_index": 29, "tasks": ["pick the block and drop it in the box"], "length": 751}
31
+ {"episode_index": 30, "tasks": ["pick the block and drop it in the box"], "length": 751}
32
+ {"episode_index": 31, "tasks": ["pick the block and drop it in the box"], "length": 750}
33
+ {"episode_index": 32, "tasks": ["pick the block and drop it in the box"], "length": 750}
34
+ {"episode_index": 33, "tasks": ["pick the block and drop it in the box"], "length": 751}
35
+ {"episode_index": 34, "tasks": ["pick the block and drop it in the box"], "length": 751}
36
+ {"episode_index": 35, "tasks": ["pick the block and drop it in the box"], "length": 750}
37
+ {"episode_index": 36, "tasks": ["pick the block and drop it in the box"], "length": 751}
38
+ {"episode_index": 37, "tasks": ["pick the block and drop it in the box"], "length": 751}
39
+ {"episode_index": 38, "tasks": ["pick the block and drop it in the box"], "length": 751}
40
+ {"episode_index": 39, "tasks": ["pick the block and drop it in the box"], "length": 751}
41
+ {"episode_index": 40, "tasks": ["pick the block and drop it in the box"], "length": 751}
42
+ {"episode_index": 41, "tasks": ["pick the block and drop it in the box"], "length": 750}
43
+ {"episode_index": 42, "tasks": ["pick the block and drop it in the box"], "length": 751}
44
+ {"episode_index": 43, "tasks": ["pick the block and drop it in the box"], "length": 751}
45
+ {"episode_index": 44, "tasks": ["pick the block and drop it in the box"], "length": 750}
46
+ {"episode_index": 45, "tasks": ["pick the block and drop it in the box"], "length": 750}
47
+ {"episode_index": 46, "tasks": ["pick the block and drop it in the box"], "length": 750}
48
+ {"episode_index": 47, "tasks": ["pick the block and drop it in the box"], "length": 751}
49
+ {"episode_index": 48, "tasks": ["pick the block and drop it in the box"], "length": 750}
50
+ {"episode_index": 49, "tasks": ["pick the block and drop it in the box"], "length": 750}
51
+ {"episode_index": 50, "tasks": ["pick the block and drop it in the box"], "length": 750}
52
+ {"episode_index": 51, "tasks": ["pick the block and drop it in the box"], "length": 751}
53
+ {"episode_index": 52, "tasks": ["pick the block and drop it in the box"], "length": 751}
54
+ {"episode_index": 53, "tasks": ["pick the block and drop it in the box"], "length": 750}
55
+ {"episode_index": 54, "tasks": ["pick the block and drop it in the box"], "length": 751}
56
+ {"episode_index": 55, "tasks": ["pick the block and drop it in the box"], "length": 750}
57
+ {"episode_index": 56, "tasks": ["pick the block and drop it in the box"], "length": 750}
58
+ {"episode_index": 57, "tasks": ["pick the block and drop it in the box"], "length": 750}
59
+ {"episode_index": 58, "tasks": ["pick the block and drop it in the box"], "length": 751}
60
+ {"episode_index": 59, "tasks": ["pick the block and drop it in the box"], "length": 751}
61
+ {"episode_index": 60, "tasks": ["pick the block and drop it in the box"], "length": 750}
62
+ {"episode_index": 61, "tasks": ["pick the block and drop it in the box"], "length": 750}
63
+ {"episode_index": 62, "tasks": ["pick the block and drop it in the box"], "length": 750}
64
+ {"episode_index": 63, "tasks": ["pick the block and drop it in the box"], "length": 751}
65
+ {"episode_index": 64, "tasks": ["pick the block and drop it in the box"], "length": 750}
66
+ {"episode_index": 65, "tasks": ["pick the block and drop it in the box"], "length": 750}
67
+ {"episode_index": 66, "tasks": ["pick the block and drop it in the box"], "length": 751}
68
+ {"episode_index": 67, "tasks": ["pick the block and drop it in the box"], "length": 751}
69
+ {"episode_index": 68, "tasks": ["pick the block and drop it in the box"], "length": 751}
70
+ {"episode_index": 69, "tasks": ["pick the block and drop it in the box"], "length": 750}
71
+ {"episode_index": 70, "tasks": ["pick the block and drop it in the box"], "length": 750}
72
+ {"episode_index": 71, "tasks": ["pick the block and drop it in the box"], "length": 751}
73
+ {"episode_index": 72, "tasks": ["pick the block and drop it in the box"], "length": 751}
74
+ {"episode_index": 73, "tasks": ["pick the block and drop it in the box"], "length": 751}
75
+ {"episode_index": 74, "tasks": ["pick the block and drop it in the box"], "length": 750}
76
+ {"episode_index": 75, "tasks": ["pick the block and drop it in the box"], "length": 750}
77
+ {"episode_index": 76, "tasks": ["pick the block and drop it in the box"], "length": 750}
78
+ {"episode_index": 77, "tasks": ["pick the block and drop it in the box"], "length": 750}
79
+ {"episode_index": 78, "tasks": ["pick the block and drop it in the box"], "length": 750}
80
+ {"episode_index": 79, "tasks": ["pick the block and drop it in the box"], "length": 751}
81
+ {"episode_index": 80, "tasks": ["pick the block and drop it in the box"], "length": 751}
82
+ {"episode_index": 81, "tasks": ["pick the block and drop it in the box"], "length": 751}
83
+ {"episode_index": 82, "tasks": ["pick the block and drop it in the box"], "length": 751}
84
+ {"episode_index": 83, "tasks": ["pick the block and drop it in the box"], "length": 750}
85
+ {"episode_index": 84, "tasks": ["pick the block and drop it in the box"], "length": 751}
86
+ {"episode_index": 85, "tasks": ["pick the block and drop it in the box"], "length": 750}
87
+ {"episode_index": 86, "tasks": ["pick the block and drop it in the box"], "length": 751}
88
+ {"episode_index": 87, "tasks": ["pick the block and drop it in the box"], "length": 751}
89
+ {"episode_index": 88, "tasks": ["pick the block and drop it in the box"], "length": 751}
90
+ {"episode_index": 89, "tasks": ["pick the block and drop it in the box"], "length": 751}
91
+ {"episode_index": 90, "tasks": ["pick the block and drop it in the box"], "length": 750}
92
+ {"episode_index": 91, "tasks": ["pick the block and drop it in the box"], "length": 751}
93
+ {"episode_index": 92, "tasks": ["pick the block and drop it in the box"], "length": 751}
94
+ {"episode_index": 93, "tasks": ["pick the block and drop it in the box"], "length": 751}
95
+ {"episode_index": 94, "tasks": ["pick the block and drop it in the box"], "length": 751}
96
+ {"episode_index": 95, "tasks": ["pick the block and drop it in the box"], "length": 750}
97
+ {"episode_index": 96, "tasks": ["pick the block and drop it in the box"], "length": 751}
98
+ {"episode_index": 97, "tasks": ["pick the block and drop it in the box"], "length": 750}
99
+ {"episode_index": 98, "tasks": ["pick the block and drop it in the box"], "length": 750}
100
+ {"episode_index": 99, "tasks": ["pick the block and drop it in the box"], "length": 750}
101
+ {"episode_index": 100, "tasks": ["pick the block and drop it in the box"], "length": 750}
102
+ {"episode_index": 101, "tasks": ["pick the block and drop it in the box"], "length": 751}
103
+ {"episode_index": 102, "tasks": ["pick the block and drop it in the box"], "length": 750}
104
+ {"episode_index": 103, "tasks": ["pick the block and drop it in the box"], "length": 751}
105
+ {"episode_index": 104, "tasks": ["pick the block and drop it in the box"], "length": 750}
106
+ {"episode_index": 105, "tasks": ["pick the block and drop it in the box"], "length": 751}
107
+ {"episode_index": 106, "tasks": ["pick the block and drop it in the box"], "length": 751}
108
+ {"episode_index": 107, "tasks": ["pick the block and drop it in the box"], "length": 750}
109
+ {"episode_index": 108, "tasks": ["pick the block and drop it in the box"], "length": 750}
110
+ {"episode_index": 109, "tasks": ["pick the block and drop it in the box"], "length": 751}
111
+ {"episode_index": 110, "tasks": ["pick the block and drop it in the box"], "length": 750}
112
+ {"episode_index": 111, "tasks": ["pick the block and drop it in the box"], "length": 751}
113
+ {"episode_index": 112, "tasks": ["pick the block and drop it in the box"], "length": 751}
114
+ {"episode_index": 113, "tasks": ["pick the block and drop it in the box"], "length": 751}
115
+ {"episode_index": 114, "tasks": ["pick the block and drop it in the box"], "length": 751}
116
+ {"episode_index": 115, "tasks": ["pick the block and drop it in the box"], "length": 751}
117
+ {"episode_index": 116, "tasks": ["pick the block and drop it in the box"], "length": 750}
118
+ {"episode_index": 117, "tasks": ["pick the block and drop it in the box"], "length": 750}
119
+ {"episode_index": 118, "tasks": ["pick the block and drop it in the box"], "length": 750}
120
+ {"episode_index": 119, "tasks": ["pick the block and drop it in the box"], "length": 751}
121
+ {"episode_index": 120, "tasks": ["pick the block and drop it in the box"], "length": 751}
122
+ {"episode_index": 121, "tasks": ["pick the block and drop it in the box"], "length": 751}
123
+ {"episode_index": 122, "tasks": ["pick the block and drop it in the box"], "length": 751}
124
+ {"episode_index": 123, "tasks": ["pick the block and drop it in the box"], "length": 750}
125
+ {"episode_index": 124, "tasks": ["pick the block and drop it in the box"], "length": 751}
126
+ {"episode_index": 125, "tasks": ["pick the block and drop it in the box"], "length": 750}
127
+ {"episode_index": 126, "tasks": ["pick the block and drop it in the box"], "length": 750}
128
+ {"episode_index": 127, "tasks": ["pick the block and drop it in the box"], "length": 750}
129
+ {"episode_index": 128, "tasks": ["pick the block and drop it in the box"], "length": 750}
130
+ {"episode_index": 129, "tasks": ["pick the block and drop it in the box"], "length": 751}
131
+ {"episode_index": 130, "tasks": ["pick the block and drop it in the box"], "length": 751}
132
+ {"episode_index": 131, "tasks": ["pick the block and drop it in the box"], "length": 751}
133
+ {"episode_index": 132, "tasks": ["pick the block and drop it in the box"], "length": 751}
134
+ {"episode_index": 133, "tasks": ["pick the block and drop it in the box"], "length": 751}
135
+ {"episode_index": 134, "tasks": ["pick the block and drop it in the box"], "length": 750}
136
+ {"episode_index": 135, "tasks": ["pick the block and drop it in the box"], "length": 750}
137
+ {"episode_index": 136, "tasks": ["pick the block and drop it in the box"], "length": 751}
138
+ {"episode_index": 137, "tasks": ["pick the block and drop it in the box"], "length": 751}
139
+ {"episode_index": 138, "tasks": ["pick the block and drop it in the box"], "length": 750}
140
+ {"episode_index": 139, "tasks": ["pick the block and drop it in the box"], "length": 751}
141
+ {"episode_index": 140, "tasks": ["pick the block and drop it in the box"], "length": 750}
142
+ {"episode_index": 141, "tasks": ["pick the block and drop it in the box"], "length": 750}
143
+ {"episode_index": 142, "tasks": ["pick the block and drop it in the box"], "length": 750}
144
+ {"episode_index": 143, "tasks": ["pick the block and drop it in the box"], "length": 751}
145
+ {"episode_index": 144, "tasks": ["pick the block and drop it in the box"], "length": 751}
146
+ {"episode_index": 145, "tasks": ["pick the block and drop it in the box"], "length": 750}
147
+ {"episode_index": 146, "tasks": ["pick the block and drop it in the box"], "length": 750}
148
+ {"episode_index": 147, "tasks": ["pick the block and drop it in the box"], "length": 751}
149
+ {"episode_index": 148, "tasks": ["pick the block and drop it in the box"], "length": 751}
150
+ {"episode_index": 149, "tasks": ["pick the block and drop it in the box"], "length": 750}
151
+ {"episode_index": 150, "tasks": ["pick the block and drop it in the box"], "length": 751}
152
+ {"episode_index": 151, "tasks": ["pick the block and drop it in the box"], "length": 750}
153
+ {"episode_index": 152, "tasks": ["pick the block and drop it in the box"], "length": 751}
154
+ {"episode_index": 153, "tasks": ["pick the block and drop it in the box"], "length": 750}
155
+ {"episode_index": 154, "tasks": ["pick the block and drop it in the box"], "length": 750}
156
+ {"episode_index": 155, "tasks": ["pick the block and drop it in the box"], "length": 750}
157
+ {"episode_index": 156, "tasks": ["pick the block and drop it in the box"], "length": 751}
158
+ {"episode_index": 157, "tasks": ["pick the block and drop it in the box"], "length": 751}
159
+ {"episode_index": 158, "tasks": ["pick the block and drop it in the box"], "length": 751}
160
+ {"episode_index": 159, "tasks": ["pick the block and drop it in the box"], "length": 751}
161
+ {"episode_index": 160, "tasks": ["pick the block and drop it in the box"], "length": 751}
162
+ {"episode_index": 161, "tasks": ["pick the block and drop it in the box"], "length": 750}
163
+ {"episode_index": 162, "tasks": ["pick the block and drop it in the box"], "length": 750}
164
+ {"episode_index": 163, "tasks": ["pick the block and drop it in the box"], "length": 751}
165
+ {"episode_index": 164, "tasks": ["pick the block and drop it in the box"], "length": 751}
166
+ {"episode_index": 165, "tasks": ["pick the block and drop it in the box"], "length": 751}
167
+ {"episode_index": 166, "tasks": ["pick the block and drop it in the box"], "length": 751}
168
+ {"episode_index": 167, "tasks": ["pick the block and drop it in the box"], "length": 751}
169
+ {"episode_index": 168, "tasks": ["pick the block and drop it in the box"], "length": 750}
170
+ {"episode_index": 169, "tasks": ["pick the block and drop it in the box"], "length": 751}
171
+ {"episode_index": 170, "tasks": ["pick the block and drop it in the box"], "length": 751}
172
+ {"episode_index": 171, "tasks": ["pick the block and drop it in the box"], "length": 750}
173
+ {"episode_index": 172, "tasks": ["pick the block and drop it in the box"], "length": 751}
174
+ {"episode_index": 173, "tasks": ["pick the block and drop it in the box"], "length": 750}
175
+ {"episode_index": 174, "tasks": ["pick the block and drop it in the box"], "length": 750}
176
+ {"episode_index": 175, "tasks": ["pick the block and drop it in the box"], "length": 750}
177
+ {"episode_index": 176, "tasks": ["pick the block and drop it in the box"], "length": 751}
178
+ {"episode_index": 177, "tasks": ["pick the block and drop it in the box"], "length": 751}
179
+ {"episode_index": 178, "tasks": ["pick the block and drop it in the box"], "length": 751}
180
+ {"episode_index": 179, "tasks": ["pick the block and drop it in the box"], "length": 751}
181
+ {"episode_index": 180, "tasks": ["pick the block and drop it in the box"], "length": 751}
182
+ {"episode_index": 181, "tasks": ["pick the block and drop it in the box"], "length": 751}
183
+ {"episode_index": 182, "tasks": ["pick the block and drop it in the box"], "length": 750}
184
+ {"episode_index": 183, "tasks": ["pick the block and drop it in the box"], "length": 751}
185
+ {"episode_index": 184, "tasks": ["pick the block and drop it in the box"], "length": 750}
186
+ {"episode_index": 185, "tasks": ["pick the block and drop it in the box"], "length": 751}
187
+ {"episode_index": 186, "tasks": ["pick the block and drop it in the box"], "length": 751}
188
+ {"episode_index": 187, "tasks": ["pick the block and drop it in the box"], "length": 750}
189
+ {"episode_index": 188, "tasks": ["pick the block and drop it in the box"], "length": 750}
190
+ {"episode_index": 189, "tasks": ["pick the block and drop it in the box"], "length": 750}
191
+ {"episode_index": 190, "tasks": ["pick the block and drop it in the box"], "length": 750}
192
+ {"episode_index": 191, "tasks": ["pick the block and drop it in the box"], "length": 751}
193
+ {"episode_index": 192, "tasks": ["pick the block and drop it in the box"], "length": 751}
194
+ {"episode_index": 193, "tasks": ["pick the block and drop it in the box"], "length": 751}
195
+ {"episode_index": 194, "tasks": ["pick the block and drop it in the box"], "length": 750}
196
+ {"episode_index": 195, "tasks": ["pick the block and drop it in the box"], "length": 751}
197
+ {"episode_index": 196, "tasks": ["pick the block and drop it in the box"], "length": 750}
198
+ {"episode_index": 197, "tasks": ["pick the block and drop it in the box"], "length": 750}
199
+ {"episode_index": 198, "tasks": ["pick the block and drop it in the box"], "length": 750}
200
+ {"episode_index": 199, "tasks": ["pick the block and drop it in the box"], "length": 750}
meta/episodes_stats.jsonl ADDED
The diff for this file is too large to render. See raw diff
 
meta/info.json ADDED
@@ -0,0 +1,123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "piper",
4
+ "total_episodes": 200,
5
+ "total_frames": 150107,
6
+ "total_tasks": 1,
7
+ "total_videos": 400,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 30,
11
+ "splits": {
12
+ "train": "0:200"
13
+ },
14
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
15
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
16
+ "features": {
17
+ "timestamp": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 1
21
+ ],
22
+ "names": null
23
+ },
24
+ "frame_index": {
25
+ "dtype": "int64",
26
+ "shape": [
27
+ 1
28
+ ],
29
+ "names": null
30
+ },
31
+ "episode_index": {
32
+ "dtype": "int64",
33
+ "shape": [
34
+ 1
35
+ ],
36
+ "names": null
37
+ },
38
+ "index": {
39
+ "dtype": "int64",
40
+ "shape": [
41
+ 1
42
+ ],
43
+ "names": null
44
+ },
45
+ "task_index": {
46
+ "dtype": "int64",
47
+ "shape": [
48
+ 1
49
+ ],
50
+ "names": null
51
+ },
52
+ "observation.images.cam_global": {
53
+ "dtype": "video",
54
+ "names": [
55
+ "height",
56
+ "width",
57
+ "channels"
58
+ ],
59
+ "shape": [
60
+ 84,
61
+ 84,
62
+ 3
63
+ ],
64
+ "info": {
65
+ "video.height": 84,
66
+ "video.width": 84,
67
+ "video.channels": 3,
68
+ "video.codec": "libx264",
69
+ "video.pix_fmt": "yuv420p"
70
+ }
71
+ },
72
+ "observation.images.cam_gripper": {
73
+ "dtype": "video",
74
+ "names": [
75
+ "height",
76
+ "width",
77
+ "channels"
78
+ ],
79
+ "shape": [
80
+ 84,
81
+ 84,
82
+ 3
83
+ ],
84
+ "info": {
85
+ "video.height": 84,
86
+ "video.width": 84,
87
+ "video.channels": 3,
88
+ "video.codec": "libx264",
89
+ "video.pix_fmt": "yuv420p"
90
+ }
91
+ },
92
+ "observation.state": {
93
+ "dtype": "float32",
94
+ "names": [
95
+ "joint1",
96
+ "joint2",
97
+ "joint3",
98
+ "joint4",
99
+ "joint5",
100
+ "joint6",
101
+ "gripper"
102
+ ],
103
+ "shape": [
104
+ 7
105
+ ]
106
+ },
107
+ "action": {
108
+ "dtype": "float32",
109
+ "names": [
110
+ "joint1",
111
+ "joint2",
112
+ "joint3",
113
+ "joint4",
114
+ "joint5",
115
+ "joint6",
116
+ "gripper"
117
+ ],
118
+ "shape": [
119
+ 7
120
+ ]
121
+ }
122
+ }
123
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "pick the block and drop it in the box"}
videos/chunk-000/observation.images.cam_gripper/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4b24e028bb63d0c92592b73a3b7ec460b92b3ce682af58aff32034aca61ba90
3
+ size 253215
videos/chunk-000/observation.images.cam_gripper/episode_000013.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:680f437e7823d267dfa4a39a1cfb5f5f89b335470c4f2a5b471f93b86736809c
3
+ size 229217
videos/chunk-000/observation.images.cam_gripper/episode_000015.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf9961167d9a2a942d839b26c76f66e9ed2cdd75da726cd41414c752974c6f77
3
+ size 245956
videos/chunk-000/observation.images.cam_gripper/episode_000016.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78440d303efdff8c685a8d99adf4a2fccc75c52ebe28a014532173435ef9c97c
3
+ size 227972
videos/chunk-000/observation.images.cam_gripper/episode_000018.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:40df3d176db29855b9ee478ab778fccdda224e10b6add200a8e98edca42550d3
3
+ size 188009
videos/chunk-000/observation.images.cam_gripper/episode_000019.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:93a5ade6e3b413de43bd08365146dde9a85b31c23e8b5613671f2b0f5f495607
3
+ size 224029
videos/chunk-000/observation.images.cam_gripper/episode_000027.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1df69fe70a5738036afa3d8208b778e757ebbee833e9f03ff37c415c9e3f20b
3
+ size 212583
videos/chunk-000/observation.images.cam_gripper/episode_000030.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f61ca63a898246ca55e85b9f91d42806f84770dbf25ea0a04bc75d4a52d03bb5
3
+ size 261244
videos/chunk-000/observation.images.cam_gripper/episode_000035.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dfb70597d2be0a3789e521205ba4aa89b5e25667de71ad422227a9162506919
3
+ size 186086
videos/chunk-000/observation.images.cam_gripper/episode_000051.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0fa2074f1ee54924147699272de7032c3020b2abf9fba2d12076ce747fc8552b
3
+ size 213603
videos/chunk-000/observation.images.cam_gripper/episode_000058.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df596077d99270968d48e9114600b60e3432ac0554b8e2a41ae954a0b5adc6a9
3
+ size 225684
videos/chunk-000/observation.images.cam_gripper/episode_000059.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:860ecabd761c9c5b522f622cefd3e7179112e4ed5dda376de4e955b219f2f41e
3
+ size 259219
videos/chunk-000/observation.images.cam_gripper/episode_000061.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07a8d7be711736eb2d7306b1f4f0bcf758df9ecbb46a7a170c75fd2714c4123a
3
+ size 263372
videos/chunk-000/observation.images.cam_gripper/episode_000062.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c901b4612a9a9991aeaccdba4eac2ccf456846d196141c3098ed2c919f459e57
3
+ size 226394
videos/chunk-000/observation.images.cam_gripper/episode_000063.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc5d1df7837e92488a01eb8f1d00fee10efd790260e2d1a1489435e93aa6fe9
3
+ size 222339
videos/chunk-000/observation.images.cam_gripper/episode_000069.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7b070b6312d19fe64c06e724688bf094cd96a94dd7e567f441e62b3f9fde3445
3
+ size 252840
videos/chunk-000/observation.images.cam_gripper/episode_000070.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55e0e8f988d003c915ff8aa9ac989512d6f089fa83aead20ed4ffe96b2394f46
3
+ size 252641
videos/chunk-000/observation.images.cam_gripper/episode_000071.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df761d7c7c0eba670dcf1f3bca10c033091ca6366e5820633fed3c6fb07f55cd
3
+ size 259663
videos/chunk-000/observation.images.cam_gripper/episode_000072.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8d706b8849068a587ccb5240961ddc04ade8b98caa7d9e9afeeeb86b4ec147fc
3
+ size 257766
videos/chunk-000/observation.images.cam_gripper/episode_000079.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:08b84194281a79629e0bce89f1e1dcb4af7faccfcb7b73205bee81bea54769e9
3
+ size 208741
videos/chunk-000/observation.images.cam_gripper/episode_000084.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2652ed984745d1e04ebba09d5852871115d6835a6408e5226f02e0767c5e82e6
3
+ size 217457
videos/chunk-000/observation.images.cam_gripper/episode_000089.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa2515b1afe7efac92832b91d58c07614aa9422d758266d4d3044a1f8b2aa36e
3
+ size 228673
videos/chunk-000/observation.images.cam_gripper/episode_000095.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eaf710ac5e18197e34b0a4ea8e1fa12995bc387e111087f6fc0dddfe5e83cb06
3
+ size 240116
videos/chunk-000/observation.images.cam_gripper/episode_000103.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbbd63cc75760f85ed8efc3edbb16f11cf60c482b339b7652445bc6b00b7f578
3
+ size 265005
videos/chunk-000/observation.images.cam_gripper/episode_000104.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:afe4f2616610ce78737f0503a7964c9a77bef6b867ec6ea89c311a10808d4ada
3
+ size 252433
videos/chunk-000/observation.images.cam_gripper/episode_000105.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c080f9bd99a9683d6de961392953f23b4165c7285dbf3b312b8d2ac2d847485
3
+ size 249389
videos/chunk-000/observation.images.cam_gripper/episode_000106.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ad5eea4d9c5f332e4574809211c65b7f5ea0692c89614fb9ffcf9ee957690a50
3
+ size 245180
videos/chunk-000/observation.images.cam_gripper/episode_000112.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1dd3735282c2701a63a072bd3daec35f5f029f78feb2890ceaa7e3a422096dc5
3
+ size 214240
videos/chunk-000/observation.images.cam_gripper/episode_000130.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ac1b8518321ff37f2137d526714c7ac9dfa11ea94105aadf533682285d36aae5
3
+ size 221794
videos/chunk-000/observation.images.cam_gripper/episode_000131.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:040b6ec544551b4ca70f108d380043158444674c635055cbbb1029c91c797e16
3
+ size 213570
videos/chunk-000/observation.images.cam_gripper/episode_000141.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6df92b6d95a19702ec84da5971e650759f2beea385886fae04edc9fa8c554da0
3
+ size 243788
videos/chunk-000/observation.images.cam_gripper/episode_000142.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f717af000c070ed98371c6f7877eeb7c59fcd722f334237555f10e1af7532a5
3
+ size 205915
videos/chunk-000/observation.images.cam_gripper/episode_000144.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab154332c71b906087de5094ea0d4c75d25443996210d501482db40181cc8eca
3
+ size 234823
videos/chunk-000/observation.images.cam_gripper/episode_000151.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3327529110da668212001b4922241f323e3b86ad5eb6e53f005e7b5338f56a65
3
+ size 274718
videos/chunk-000/observation.images.cam_gripper/episode_000153.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:425211700db9ef4e1313d04d4225f5cc4d7d1393d16eb6d78a4de6948018f7c8
3
+ size 219840
videos/chunk-000/observation.images.cam_gripper/episode_000163.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:24a5d3d0041d498568bcc8227ce76c276a282ad2e870e327d02f09dbdeecc355
3
+ size 290809
videos/chunk-000/observation.images.cam_gripper/episode_000168.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25d1c7ad0b292fb6375b9b0fcf883832a0d1884c1c20196775927aba8ef2264b
3
+ size 224487
videos/chunk-000/observation.images.cam_gripper/episode_000171.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5644368404d854f66536d9dd5fad117d01f58a57295bb44d1571f79489f762df
3
+ size 233150
videos/chunk-000/observation.images.cam_gripper/episode_000175.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:740edc396e47ccc282cae797639e0eaf04e03e92ff62d7bed7d72d5f4be5ec9e
3
+ size 218137
videos/chunk-000/observation.images.cam_gripper/episode_000177.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec2827fe97ad125014451989d959ec32a18ea66e9c3eb81c297c45686eb42ce2
3
+ size 266362
videos/chunk-000/observation.images.cam_gripper/episode_000190.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbd59b82678bd7306fa4aa97180dbde714a5afa453dffc36f3fd15deec86c9b6
3
+ size 220744
videos/chunk-000/observation.images.cam_gripper/episode_000193.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54cf5d184d4e3194655f8bd84f4e728735915c2542b17f58612e4a15e8eac212
3
+ size 209644
videos/chunk-000/observation.images.cam_gripper/episode_000194.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47065c19ef5b0ceb21219ce5bdd167f0205f264662e05f595f49e2c850aca0f0
3
+ size 246163
videos/chunk-000/observation.images.cam_gripper/episode_000197.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:633d24bbe2757fcac766b77f843900b18b9e0e933c78234d0e56f9fac2ae30d1
3
+ size 172682