liwei commited on
Commit
968fdeb
1 Parent(s): adb6ec8

Add videos and meta_data,train

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. README.md +1 -129
  3. meta_data/episode_data_index.safetensors +3 -0
  4. meta_data/info.json +11 -0
  5. meta_data/stats.safetensors +3 -0
  6. train/data-00000-of-00001.arrow +3 -0
  7. train/dataset_info.json +56 -0
  8. train/state.json +13 -0
  9. videos/observation.images.left_top_episode_000000.mp4 +3 -0
  10. videos/observation.images.left_top_episode_000001.mp4 +3 -0
  11. videos/observation.images.left_top_episode_000002.mp4 +3 -0
  12. videos/observation.images.left_top_episode_000003.mp4 +3 -0
  13. videos/observation.images.left_top_episode_000004.mp4 +3 -0
  14. videos/observation.images.left_top_episode_000005.mp4 +3 -0
  15. videos/observation.images.left_top_episode_000006.mp4 +3 -0
  16. videos/observation.images.left_top_episode_000007.mp4 +3 -0
  17. videos/observation.images.left_top_episode_000008.mp4 +3 -0
  18. videos/observation.images.left_top_episode_000009.mp4 +3 -0
  19. videos/observation.images.left_top_episode_000010.mp4 +3 -0
  20. videos/observation.images.left_top_episode_000011.mp4 +3 -0
  21. videos/observation.images.left_top_episode_000012.mp4 +3 -0
  22. videos/observation.images.left_top_episode_000013.mp4 +3 -0
  23. videos/observation.images.left_top_episode_000014.mp4 +3 -0
  24. videos/observation.images.left_top_episode_000015.mp4 +3 -0
  25. videos/observation.images.left_top_episode_000016.mp4 +3 -0
  26. videos/observation.images.left_top_episode_000017.mp4 +3 -0
  27. videos/observation.images.left_top_episode_000018.mp4 +3 -0
  28. videos/observation.images.left_top_episode_000019.mp4 +3 -0
  29. videos/observation.images.left_top_episode_000020.mp4 +3 -0
  30. videos/observation.images.left_top_episode_000021.mp4 +3 -0
  31. videos/observation.images.left_top_episode_000022.mp4 +3 -0
  32. videos/observation.images.left_top_episode_000023.mp4 +3 -0
  33. videos/observation.images.left_top_episode_000024.mp4 +3 -0
  34. videos/observation.images.left_top_episode_000025.mp4 +3 -0
  35. videos/observation.images.left_top_episode_000026.mp4 +3 -0
  36. videos/observation.images.left_top_episode_000027.mp4 +3 -0
  37. videos/observation.images.left_top_episode_000028.mp4 +3 -0
  38. videos/observation.images.left_top_episode_000029.mp4 +3 -0
  39. videos/observation.images.left_top_episode_000030.mp4 +3 -0
  40. videos/observation.images.left_top_episode_000031.mp4 +3 -0
  41. videos/observation.images.left_top_episode_000032.mp4 +3 -0
  42. videos/observation.images.left_top_episode_000033.mp4 +3 -0
  43. videos/observation.images.left_top_episode_000034.mp4 +3 -0
  44. videos/observation.images.left_top_episode_000035.mp4 +3 -0
  45. videos/observation.images.left_top_episode_000036.mp4 +3 -0
  46. videos/observation.images.left_top_episode_000037.mp4 +3 -0
  47. videos/observation.images.left_top_episode_000038.mp4 +3 -0
  48. videos/observation.images.left_top_episode_000039.mp4 +3 -0
  49. videos/observation.images.left_top_episode_000040.mp4 +3 -0
  50. videos/observation.images.left_top_episode_000041.mp4 +3 -0
.gitattributes CHANGED
@@ -56,3 +56,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ videos/*.mp4 filter=lfs diff=lfs merge=lfs -text
60
+ train/data-00000-of-00001.arrow filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,130 +1,2 @@
1
  This dataset was collected using the Unitree G1 humanoid robot equipped with a three-finger dexterous hand and contains data on placing cameras into their corresponding packaging boxes. Three cameras were used: a stereoscopic camera on the head and RealSense D405 cameras on the left and right wrists. The cameras are securely mounted on the head and wrists with a special structure; for the 3D print models and mounting instructions, please refer to the [official documentation](https://github.com/unitreerobotics/avp_teleoperate/tree/g1). Each image has a resolution of 640x480.
2
-
3
- The data is saved in JSON format, with specific meanings as follows: in "colors," color_0, color_1, color_2, and color_3 represent images from the left and right cameras of the stereoscopic camera on the head, and the left and right wrist cameras, respectively. "States" stores the current state of the robot, with 7-dimensional vectors for the left arm (left_arm), right arm (right_arm), left hand (left_hand), and right hand (right_hand). "Actions" contains the next action corresponding to the current robot state, with 7-dimensional vectors for the left arm (left_arm), right arm (right_arm), left hand (left_hand), and right hand (right_hand).
4
-
5
- {
6
- "idx": 0,
7
- "colors": {
8
- "color_0": "colors/000000_color_0.jpg",
9
- "color_1": "colors/000000_color_1.jpg",
10
- "color_2": "colors/000000_color_2.jpg",
11
- "color_3": "colors/000000_color_3.jpg"
12
- },
13
- "depths": {
14
- "depth_0": null
15
- },
16
- "states": {
17
- "left_arm": {
18
- "qpos": [
19
- -0.1375260353088379,
20
- 0.2206883430480957,
21
- 0.10265254974365234,
22
- -0.06499433517456055,
23
- 0.09274798631668091,
24
- -0.09046751260757446,
25
- -0.029282808303833008
26
- ],
27
- "qvel": [],
28
- "torque": []
29
- },
30
- "right_arm": {
31
- "qpos": [
32
- -0.3259902000427246,
33
- -0.2391195297241211,
34
- 0.01526021957397461,
35
- -0.06318473815917969,
36
- -0.11658477783203125,
37
- 0.23191407322883606,
38
- 0.18720626831054688
39
- ],
40
- "qvel": [],
41
- "torque": []
42
- },
43
- "left_hand": {
44
- "qpos": [
45
- -0.7578848600387573,
46
- 1.0410269498825073,
47
- 0.3606928586959839,
48
- 0.08179116249084473,
49
- -0.05276632681488991,
50
- 0.1016264483332634,
51
- -0.05552492290735245
52
- ],
53
- "qvel": [],
54
- "torque": []
55
- },
56
- "right_hand": {
57
- "qpos": [
58
- -0.7547555565834045,
59
- -1.0320425033569336,
60
- -0.37585189938545227,
61
- 0.0769619271159172,
62
- 0.06601113080978394,
63
- 0.07180488109588623,
64
- 0.06099598482251167
65
- ],
66
- "qvel": [],
67
- "torque": []
68
- },
69
- "body": null
70
- },
71
- "actions": {
72
- "left_arm": {
73
- "qpos": [
74
- -0.13025461847171324,
75
- 0.21661541373812673,
76
- 0.1046056316185501,
77
- -0.08271734741555029,
78
- 0.08518622141452012,
79
- -0.1030341442196604,
80
- -0.030171213982147997
81
- ],
82
- "qvel": [],
83
- "torque": []
84
- },
85
- "right_arm": {
86
- "qpos": [
87
- -0.31987801987771125,
88
- -0.2404535639411038,
89
- 0.013828376365623864,
90
- -0.09572603288956108,
91
- -0.10884103404511275,
92
- 0.24179075066234468,
93
- 0.18863734436150825
94
- ],
95
- "qvel": [],
96
- "torque": []
97
- },
98
- "left_hand": {
99
- "qpos": [
100
- -0.7321911605264433,
101
- 1.047197580337524,
102
- 0.3647858555055452,
103
- 0.09084276998877193,
104
- -0.054689204714162366,
105
- 0.11392166280949342,
106
- -0.05528988650338419
107
- ],
108
- "qvel": [],
109
- "torque": []
110
- },
111
- "right_hand": {
112
- "qpos": [
113
- -0.8060676717013592,
114
- -1.047197580337524,
115
- -0.38412477230537806,
116
- 0.05396886718490038,
117
- 0.05328394295995885,
118
- 0.06713932822291543,
119
- 0.05280982663611267
120
- ],
121
- "qvel": [],
122
- "torque": []
123
- },
124
- "body": null
125
- },
126
- "tactiles": null,
127
- "audios": {
128
- "mic0": null
129
- }
130
- }
 
1
  This dataset was collected using the Unitree G1 humanoid robot equipped with a three-finger dexterous hand and contains data on placing cameras into their corresponding packaging boxes. Three cameras were used: a stereoscopic camera on the head and RealSense D405 cameras on the left and right wrists. The cameras are securely mounted on the head and wrists with a special structure; for the 3D print models and mounting instructions, please refer to the [official documentation](https://github.com/unitreerobotics/avp_teleoperate/tree/g1). Each image has a resolution of 640x480.
2
+ Each arm and dexterous hand has a state and action dimension of 7.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
meta_data/episode_data_index.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:659bfb554d574a68ea59c24e9e9ef5442e5219cf2ef1a2f8b0b855aad6272c5b
3
+ size 2536
meta_data/info.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v1.6",
3
+ "fps": 30,
4
+ "video": 1,
5
+ "encoding": {
6
+ "vcodec": "libsvtav1",
7
+ "pix_fmt": "yuv420p",
8
+ "g": 2,
9
+ "crf": 30
10
+ }
11
+ }
meta_data/stats.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1b4df8b58b68b68b3e14511cc76a291d4c655553884b77819e0101649689030
3
+ size 4648
train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:016fea9dfaed567312f841eaff0a33cebe000ddd0d2b59451afe2cfe25801aa3
3
+ size 98575984
train/dataset_info.json ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "",
3
+ "description": "",
4
+ "features": {
5
+ "observation.images.left_top": {
6
+ "_type": "VideoFrame"
7
+ },
8
+ "observation.images.right_top": {
9
+ "_type": "VideoFrame"
10
+ },
11
+ "observation.images.left_wrist": {
12
+ "_type": "VideoFrame"
13
+ },
14
+ "observation.images.right_wrist": {
15
+ "_type": "VideoFrame"
16
+ },
17
+ "observation.state": {
18
+ "feature": {
19
+ "dtype": "float32",
20
+ "_type": "Value"
21
+ },
22
+ "length": 28,
23
+ "_type": "Sequence"
24
+ },
25
+ "action": {
26
+ "feature": {
27
+ "dtype": "float32",
28
+ "_type": "Value"
29
+ },
30
+ "length": 28,
31
+ "_type": "Sequence"
32
+ },
33
+ "episode_index": {
34
+ "dtype": "int64",
35
+ "_type": "Value"
36
+ },
37
+ "frame_index": {
38
+ "dtype": "int64",
39
+ "_type": "Value"
40
+ },
41
+ "timestamp": {
42
+ "dtype": "float32",
43
+ "_type": "Value"
44
+ },
45
+ "next.done": {
46
+ "dtype": "bool",
47
+ "_type": "Value"
48
+ },
49
+ "index": {
50
+ "dtype": "int64",
51
+ "_type": "Value"
52
+ }
53
+ },
54
+ "homepage": "",
55
+ "license": ""
56
+ }
train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "4a577e130d30e2a9",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": null
13
+ }
videos/observation.images.left_top_episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f3ed27dbb8ccce2032b6a808fc233cb3af0b96a3146740f8bd67cf4074b1551
3
+ size 6315883
videos/observation.images.left_top_episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98fda52b2857799bd6aa180443e2952a119ced6f5cee30283fa1eb740001c8af
3
+ size 3004492
videos/observation.images.left_top_episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:91777771069e4597b3b23769f2d1d59a3494728185d6664b19bca0bc49912111
3
+ size 5261422
videos/observation.images.left_top_episode_000003.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9b27c92ecd5ee8519b0900ad1ada384b060a1df38fcdef97f02cae4e1bd8546
3
+ size 2677119
videos/observation.images.left_top_episode_000004.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b30abda9309d927745e1ce8471c31db18bd4f4ccd896c1366630c7608178a844
3
+ size 6389303
videos/observation.images.left_top_episode_000005.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c17b28f942fd8505b5cdaf063d9a28eeb72798ed7d0a65380507230696cf7fc
3
+ size 4805870
videos/observation.images.left_top_episode_000006.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f7ad612c14d856e41edac5803198bc8d94e277a7887fe61409c3c38a6d5536c
3
+ size 10077125
videos/observation.images.left_top_episode_000007.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7241ebb2c2be6721dd0414da1a0d4198ced91ecbb255e39a5f9b112c869be91
3
+ size 9570257
videos/observation.images.left_top_episode_000008.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04963cc237a11bd75ac1da962c390917b5dd072f83169127272ccae3f9ac61a2
3
+ size 4738929
videos/observation.images.left_top_episode_000009.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42096d098ce2fc7580c5735a5516e76c8f30defdfb76ec4d80efd0a536271752
3
+ size 3090609
videos/observation.images.left_top_episode_000010.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4659260afed0fd32b9c7d00d0b63ab29d4930e763c44ba4d3c912fd02470a5f0
3
+ size 2560446
videos/observation.images.left_top_episode_000011.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bca18f379644bba3444a1d442f244f3de87c054552fe7259acd0fce979a36023
3
+ size 8831490
videos/observation.images.left_top_episode_000012.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:215d00ee17d2317b67a10841b1c001ef0f16eb4085aabf5b825f08c835c1e9c8
3
+ size 3011254
videos/observation.images.left_top_episode_000013.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7f7fb69ec973c923e08c0d0d5bdefa8a1a098633da0465bab867ce47d2634703
3
+ size 3695617
videos/observation.images.left_top_episode_000014.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c728b14469f6e69925a1cc9e20d50be641a8e689a8acfd3c5bbed6a7d42b9727
3
+ size 7876109
videos/observation.images.left_top_episode_000015.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5465f14313e2438d24bd74daeac6390f69450b1c801c4de19f6dab10bb91f7c
3
+ size 4438771
videos/observation.images.left_top_episode_000016.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3c6c7dfcf7265265dce54e7f959f9bed9433a384e17684c2c6d9ad363dc0ba0
3
+ size 3934078
videos/observation.images.left_top_episode_000017.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f71c7975e483ec7e45ff49b50fd6c9523a7da49c1cfaa3a9814682815ad05866
3
+ size 5760504
videos/observation.images.left_top_episode_000018.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35b086114b02313250fe6de5635b67970a8be5a9c4f34a7657b5cbabdf71fb00
3
+ size 8584093
videos/observation.images.left_top_episode_000019.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e6523e15887fcab9d882190f1f1e107018616ecb80c2e52494ab52918ce6856
3
+ size 5619588
videos/observation.images.left_top_episode_000020.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a05b92e42719e22e3e65b0c3d5f44a678857a8d38f73953a98d123e348c3fb25
3
+ size 5897821
videos/observation.images.left_top_episode_000021.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5a9fc293cbc33d41e708ce7df4cbb5f89b2b781e45f8bfcce2a269d93fb0f729
3
+ size 6666150
videos/observation.images.left_top_episode_000022.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5babd19aedfe336275d351c0dab9705f50b8b6cb91a7ba3950a78048e10204f
3
+ size 5161405
videos/observation.images.left_top_episode_000023.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9109c08d516e4798fa047f795ce761a3527e209cc99066fb0068b1467688bea3
3
+ size 3656796
videos/observation.images.left_top_episode_000024.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:505e6b12cca401c220190e5ecfcd2d231a4e4a6b5b7b1a927e4cf021f2c06513
3
+ size 3831312
videos/observation.images.left_top_episode_000025.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34537ee1b3915b14d3b8603d200c3c4a751b0afb4e7a42d2792068832dc458e5
3
+ size 9439254
videos/observation.images.left_top_episode_000026.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:474b2f3146f0090fec47971bb8728994ea8c1cf99b8303aa4d96b65b48cccfef
3
+ size 6874966
videos/observation.images.left_top_episode_000027.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:409e1f30766bcdcc3d76f3d0b6164e9a009c5ff6e0045c5234e25f764c2d6ebb
3
+ size 4824864
videos/observation.images.left_top_episode_000028.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e692efb0313c720785f1486106968f4b630e9f7cec7c89209fa374f6ad9a3399
3
+ size 4274773
videos/observation.images.left_top_episode_000029.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1ad24ab64c3ae18614e8826c6ef4bb6ceb6fef0e47c1226975443bf6a43c15b9
3
+ size 7346521
videos/observation.images.left_top_episode_000030.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b4d42c231702da4eafc15b652e8f5fc09b15568ca9508205953fc2e6119b2468
3
+ size 6126806
videos/observation.images.left_top_episode_000031.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68dc373bd8978472157712708e83e3536895a779164c87203f1df3cac6375cf2
3
+ size 3838486
videos/observation.images.left_top_episode_000032.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d82328beb4d14dc55c2f581192f8c9948f6855d59416a0c568a7960c03f33532
3
+ size 5567814
videos/observation.images.left_top_episode_000033.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44adbc03965a26b837fec6613f1bb9fd4bb232fec95c7d757ad30d78e575666
3
+ size 2719627
videos/observation.images.left_top_episode_000034.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17d2c09d97b0de3dbccdeed908218188690bf3138e0c629f58a9cd63a3483214
3
+ size 6246439
videos/observation.images.left_top_episode_000035.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e1307fec5fbcf4b780f1f30a5ae3096a52f1513abb64edfc693cabb923f3dac
3
+ size 3856831
videos/observation.images.left_top_episode_000036.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eb24f0976e6d3e8b81c4cfa58be81dd6c03de618c32663cbd002895d9746904e
3
+ size 6339851
videos/observation.images.left_top_episode_000037.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e1cdc12e728dd085d8612f5b1bdd1deaf2b1093fe5dd39132aedd0690034f939
3
+ size 3297433
videos/observation.images.left_top_episode_000038.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1484fb7accceac81a075d605d5cbdc40e08bd6f0e303bcac5b13e6dbf57ef44
3
+ size 5203237
videos/observation.images.left_top_episode_000039.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a532fbf5662f7f1f657d06ff38515cfc53f58c0b15f721689c7c5abb82b976e6
3
+ size 2928462
videos/observation.images.left_top_episode_000040.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6f3ed1b4552a0701f02466653fb28ef618cc165fd62e32ca5ed97686537539a
3
+ size 2689927
videos/observation.images.left_top_episode_000041.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d89758d6181bee4467e1b9144c7b5859375bbabafa220b96693515f1f79df3c7
3
+ size 4446782