mkkimuser commited on
Commit
6803df5
·
verified ·
1 Parent(s): 2ac0606

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +176 -0
  2. data/chunk-000/episode_000006.parquet +3 -0
  3. data/chunk-000/episode_000008.parquet +3 -0
  4. data/chunk-000/episode_000053.parquet +3 -0
  5. data/chunk-000/episode_000071.parquet +3 -0
  6. data/chunk-000/episode_000077.parquet +3 -0
  7. data/chunk-000/episode_000101.parquet +3 -0
  8. data/chunk-000/episode_000112.parquet +3 -0
  9. data/chunk-000/episode_000124.parquet +3 -0
  10. data/chunk-000/episode_000135.parquet +3 -0
  11. data/chunk-000/episode_000153.parquet +3 -0
  12. data/chunk-000/episode_000188.parquet +3 -0
  13. data/chunk-000/episode_000192.parquet +3 -0
  14. data/chunk-000/episode_000219.parquet +3 -0
  15. data/chunk-000/episode_000224.parquet +3 -0
  16. data/chunk-000/episode_000230.parquet +3 -0
  17. data/chunk-000/episode_000242.parquet +3 -0
  18. data/chunk-000/episode_000247.parquet +3 -0
  19. data/chunk-000/episode_000265.parquet +3 -0
  20. data/chunk-000/episode_000272.parquet +3 -0
  21. data/chunk-000/episode_000274.parquet +3 -0
  22. data/chunk-000/episode_000299.parquet +3 -0
  23. data/chunk-000/episode_000337.parquet +3 -0
  24. data/chunk-000/episode_000359.parquet +3 -0
  25. data/chunk-000/episode_000365.parquet +3 -0
  26. data/chunk-000/episode_000371.parquet +3 -0
  27. data/chunk-000/episode_000387.parquet +3 -0
  28. data/chunk-000/episode_000393.parquet +3 -0
  29. data/chunk-000/episode_000417.parquet +3 -0
  30. data/chunk-000/episode_000420.parquet +3 -0
  31. data/chunk-000/episode_000429.parquet +3 -0
  32. data/chunk-000/episode_000439.parquet +3 -0
  33. data/chunk-000/episode_000446.parquet +3 -0
  34. data/chunk-000/episode_000450.parquet +3 -0
  35. data/chunk-000/episode_000457.parquet +3 -0
  36. data/chunk-000/episode_000465.parquet +3 -0
  37. data/chunk-000/episode_000470.parquet +3 -0
  38. data/chunk-000/episode_000481.parquet +3 -0
  39. meta/episodes.jsonl +500 -0
  40. meta/episodes_stats.jsonl +0 -0
  41. meta/info.json +140 -0
  42. meta/tasks.jsonl +1 -0
  43. videos/chunk-000/observation.images.cam_head/episode_000014.mp4 +3 -0
  44. videos/chunk-000/observation.images.cam_head/episode_000019.mp4 +3 -0
  45. videos/chunk-000/observation.images.cam_head/episode_000031.mp4 +3 -0
  46. videos/chunk-000/observation.images.cam_head/episode_000117.mp4 +3 -0
  47. videos/chunk-000/observation.images.cam_head/episode_000137.mp4 +3 -0
  48. videos/chunk-000/observation.images.cam_head/episode_000187.mp4 +3 -0
  49. videos/chunk-000/observation.images.cam_head/episode_000206.mp4 +3 -0
  50. videos/chunk-000/observation.images.cam_head/episode_000307.mp4 +3 -0
README.md ADDED
@@ -0,0 +1,176 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - robotics
5
+ tags:
6
+ - robotis
7
+ - LeRobot
8
+ - FFW_SG2
9
+ configs:
10
+ - config_name: default
11
+ data_files: data/*/*.parquet
12
+ ---
13
+
14
+ This dataset was created using [Physical AI Tools](https://github.com/ROBOTIS-GIT/physical_ai_tools) and [LeRobot](https://github.com/huggingface/lerobot).
15
+
16
+ ## Dataset Description
17
+
18
+
19
+
20
+ - **Homepage:** [More Information Needed]
21
+ - **License:** apache-2.0
22
+
23
+ ## Dataset Structure
24
+
25
+ [meta/info.json](meta/info.json):
26
+ ```json
27
+ {
28
+ "codebase_version": "v2.1",
29
+ "robot_type": "FFW_SG2",
30
+ "total_episodes": 500,
31
+ "total_frames": 82560,
32
+ "total_tasks": 1,
33
+ "total_videos": 500,
34
+ "total_chunks": 1,
35
+ "chunks_size": 1000,
36
+ "fps": 10,
37
+ "splits": {
38
+ "train": "0:500"
39
+ },
40
+ "data_path": "data/chunk-{episode_chunk:03d}/episode_{episode_index:06d}.parquet",
41
+ "video_path": "videos/chunk-{episode_chunk:03d}/{video_key}/episode_{episode_index:06d}.mp4",
42
+ "features": {
43
+ "action": {
44
+ "dtype": "float32",
45
+ "shape": [
46
+ 19
47
+ ],
48
+ "names": [
49
+ "arm_l_joint1",
50
+ "arm_l_joint2",
51
+ "arm_l_joint3",
52
+ "arm_l_joint4",
53
+ "arm_l_joint5",
54
+ "arm_l_joint6",
55
+ "arm_l_joint7",
56
+ "gripper_l_joint1",
57
+ "arm_r_joint1",
58
+ "arm_r_joint2",
59
+ "arm_r_joint3",
60
+ "arm_r_joint4",
61
+ "arm_r_joint5",
62
+ "arm_r_joint6",
63
+ "arm_r_joint7",
64
+ "gripper_r_joint1",
65
+ "head_joint1",
66
+ "head_joint2",
67
+ "lift_joint"
68
+ ]
69
+ },
70
+ "observation.state": {
71
+ "dtype": "float32",
72
+ "shape": [
73
+ 19
74
+ ],
75
+ "names": [
76
+ "arm_l_joint1",
77
+ "arm_l_joint2",
78
+ "arm_l_joint3",
79
+ "arm_l_joint4",
80
+ "arm_l_joint5",
81
+ "arm_l_joint6",
82
+ "arm_l_joint7",
83
+ "gripper_l_joint1",
84
+ "arm_r_joint1",
85
+ "arm_r_joint2",
86
+ "arm_r_joint3",
87
+ "arm_r_joint4",
88
+ "arm_r_joint5",
89
+ "arm_r_joint6",
90
+ "arm_r_joint7",
91
+ "gripper_r_joint1",
92
+ "head_joint1",
93
+ "head_joint2",
94
+ "lift_joint"
95
+ ]
96
+ },
97
+ "observation.images.cam_head": {
98
+ "dtype": "video",
99
+ "shape": [
100
+ 376,
101
+ 672,
102
+ 3
103
+ ],
104
+ "names": [
105
+ "height",
106
+ "width",
107
+ "channels"
108
+ ],
109
+ "video_info": {
110
+ "video.height": 376,
111
+ "video.width": 672,
112
+ "video.codec": "libx264",
113
+ "video.pix_fmt": "yuv420p",
114
+ "video.is_depth_map": false,
115
+ "video.fps": 10,
116
+ "video.channels": 3,
117
+ "has_audio": false
118
+ },
119
+ "info": {
120
+ "video.height": 376,
121
+ "video.width": 672,
122
+ "video.codec": "av1",
123
+ "video.pix_fmt": "yuv420p",
124
+ "video.is_depth_map": false,
125
+ "video.fps": 10,
126
+ "video.channels": 3,
127
+ "has_audio": false
128
+ }
129
+ },
130
+ "timestamp": {
131
+ "dtype": "float32",
132
+ "shape": [
133
+ 1
134
+ ],
135
+ "names": null
136
+ },
137
+ "frame_index": {
138
+ "dtype": "int64",
139
+ "shape": [
140
+ 1
141
+ ],
142
+ "names": null
143
+ },
144
+ "episode_index": {
145
+ "dtype": "int64",
146
+ "shape": [
147
+ 1
148
+ ],
149
+ "names": null
150
+ },
151
+ "index": {
152
+ "dtype": "int64",
153
+ "shape": [
154
+ 1
155
+ ],
156
+ "names": null
157
+ },
158
+ "task_index": {
159
+ "dtype": "int64",
160
+ "shape": [
161
+ 1
162
+ ],
163
+ "names": null
164
+ }
165
+ }
166
+ }
167
+ ```
168
+
169
+
170
+ ## Citation
171
+
172
+ **BibTeX:**
173
+
174
+ ```bibtex
175
+ [More Information Needed]
176
+ ```
data/chunk-000/episode_000006.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4dc2d80abb4553fd067bac458c71bc924245811f23bde4d37250506160eb6384
3
+ size 37564
data/chunk-000/episode_000008.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0ef3c8d92aee94594128458020e1ebb6ad7c4c80733eef9b8a9aa09dddb3098
3
+ size 33833
data/chunk-000/episode_000053.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bbd54466906e1aa3d5f0627efa037ba5903ffdf2983413d05702de2445b42fa
3
+ size 42259
data/chunk-000/episode_000071.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:46e0f5b2222e2c1d8a8024e811f594150209c6dbd7ec9a0d21afa345c3c0c86b
3
+ size 37579
data/chunk-000/episode_000077.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b14de4bd0c9ec441ceada719a5b46e15ab4285998f75aa1f40e8e4fd567de551
3
+ size 37567
data/chunk-000/episode_000101.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3c7add414bd24090758d7865c05e119b0742987410fd2e6872e6746c0b4ac17
3
+ size 33860
data/chunk-000/episode_000112.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1a881743cf38260d9fc2bc2936e1505a5b2d8ed71f91f225fdc186b1a5bed03f
3
+ size 42249
data/chunk-000/episode_000124.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:719647e3631717eade870dda728e86284b12bd224243da25c75689f1cf3471d3
3
+ size 37336
data/chunk-000/episode_000135.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98f8b8531b1cac37c848dd46cf871c9bbde071266154b3f2d15738367114d309
3
+ size 33840
data/chunk-000/episode_000153.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:131d81575dc39ffb3ac961bbe585b90c24747557a7534ba9ade13dd6af35c614
3
+ size 37557
data/chunk-000/episode_000188.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053cf38bef45d421807ef15baa62d7b0d9fabee3c9e2e41f8837c74f08354d14
3
+ size 37564
data/chunk-000/episode_000192.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9673f0178285108282e8a5c2c83d0b87b7f1f5a1901a502ae61b5be15755e55f
3
+ size 31186
data/chunk-000/episode_000219.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6aaac69b425d78d5ee70e71c5c8c9a533e6c9e884355ed7e1dac9160801d74d2
3
+ size 33869
data/chunk-000/episode_000224.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:566bb022883cbf2d151b8743e0cdcb7c6df89ff6a88acc865656813d7752d927
3
+ size 37564
data/chunk-000/episode_000230.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6d1a2efbd5e88d1a0f613c4596569a2dba96731f82f85798afe88227fb23c77
3
+ size 42244
data/chunk-000/episode_000242.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7d55389601ee3eae75e95186a5af381c26986602400b78da38222a10554ae9
3
+ size 33872
data/chunk-000/episode_000247.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a442e85bd1603ffcdb12db322e07cea0488c9ba0e09d01b08b40f26d0230ce9
3
+ size 37555
data/chunk-000/episode_000265.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1cdbf77facb57525811a0c8ed80a080b88917c972207f754acc787e5d73412a1
3
+ size 42256
data/chunk-000/episode_000272.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c369b9ba2f12441f74b1638ce0fecef473d6fd0805098bc7393039dcbd00ccf
3
+ size 38016
data/chunk-000/episode_000274.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d7d0f2ac77b0a86ef4051f382268b792746b3686cdfe0cb3efbb21f83ab4ebf3
3
+ size 33851
data/chunk-000/episode_000299.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79c13fac61b31285ee82d4f70c5b8354bf5ef1e3f914c5d9897d4dd6d2162a5f
3
+ size 33872
data/chunk-000/episode_000337.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bdd975c3cc86a7c805b85faa017dc6580411913f543a7414a024262b9335986d
3
+ size 42265
data/chunk-000/episode_000359.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc3ce730f603c979a03e3e12759cb36179a3348ca5d979976dfcea00f0b8a571
3
+ size 33840
data/chunk-000/episode_000365.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8f453a9198caa6849de9f49f49c5e7c0846992898a754c5830a23ea84fcdbba5
3
+ size 38011
data/chunk-000/episode_000371.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8457c42d2b43e4f1950694cd9998320dae8c74436c75f0adf390dd26593c0ba8
3
+ size 37564
data/chunk-000/episode_000387.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:963ff39f130f330e8d9e46971adfde4e01de16fa387cef8a0d29b9a8dcaafd12
3
+ size 33839
data/chunk-000/episode_000393.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d3638f7ac21fcf0dc75505d60d2278c75b1f75bfce87bea4b7a1123c13479041
3
+ size 37341
data/chunk-000/episode_000417.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de18214cd5bfb154d27db60dd0e0d51b3658600d6860ad2bb04fa445258c4fcf
3
+ size 37571
data/chunk-000/episode_000420.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552638c1876bbf20eb839b9eb88783485cb9b9d12a78324f2b954d60984e6957
3
+ size 38022
data/chunk-000/episode_000429.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bccce40d0e60ff5312615ceea230ec0ca15b67a76178b6070b3030afb3eaed82
3
+ size 42302
data/chunk-000/episode_000439.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:059c56308f011063b8a854cbfce1cda01e9a852acd714ae1f3a73ee46e32bef5
3
+ size 42296
data/chunk-000/episode_000446.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c0e89572820c1fb1049dfa928326699ac141aa7d70c79210b487ae90e44a5f5
3
+ size 37985
data/chunk-000/episode_000450.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f6a3818a0daf26d3e2705e9d6f4c5cf36a1db6dd2f9ce297753ed43d6141ccaf
3
+ size 38008
data/chunk-000/episode_000457.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e32b6c5dda65facec36237ab2fbf23e2f6005cc988da80ddce197faa19dc7828
3
+ size 37554
data/chunk-000/episode_000465.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a2ff0aac5d48d74bea2f6b090a7c5502a883bb9cb2abf8b1a9e4e0d0863cfd45
3
+ size 42294
data/chunk-000/episode_000470.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ec6d563b3e66bb8189ae5a181baa7b2f278d6e3876d4b8a9fe8d19014f7a606f
3
+ size 37981
data/chunk-000/episode_000481.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e55eb38645970e260b4b0456d3905edb778402e6c8336986a6b33cc9e650eeba
3
+ size 33847
meta/episodes.jsonl ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
2
+ {"episode_index": 1, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
3
+ {"episode_index": 2, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
4
+ {"episode_index": 3, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
5
+ {"episode_index": 4, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
6
+ {"episode_index": 5, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
7
+ {"episode_index": 6, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
8
+ {"episode_index": 7, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
9
+ {"episode_index": 8, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
10
+ {"episode_index": 9, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
11
+ {"episode_index": 10, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
12
+ {"episode_index": 11, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
13
+ {"episode_index": 12, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
14
+ {"episode_index": 13, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
15
+ {"episode_index": 14, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
16
+ {"episode_index": 15, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
17
+ {"episode_index": 16, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
18
+ {"episode_index": 17, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
19
+ {"episode_index": 18, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
20
+ {"episode_index": 19, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
21
+ {"episode_index": 20, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
22
+ {"episode_index": 21, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
23
+ {"episode_index": 22, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
24
+ {"episode_index": 23, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
25
+ {"episode_index": 24, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
26
+ {"episode_index": 25, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
27
+ {"episode_index": 26, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
28
+ {"episode_index": 27, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
29
+ {"episode_index": 28, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
30
+ {"episode_index": 29, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
31
+ {"episode_index": 30, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
32
+ {"episode_index": 31, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
33
+ {"episode_index": 32, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
34
+ {"episode_index": 33, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
35
+ {"episode_index": 34, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
36
+ {"episode_index": 35, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
37
+ {"episode_index": 36, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
38
+ {"episode_index": 37, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
39
+ {"episode_index": 38, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
40
+ {"episode_index": 39, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
41
+ {"episode_index": 40, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
42
+ {"episode_index": 41, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
43
+ {"episode_index": 42, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
44
+ {"episode_index": 43, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
45
+ {"episode_index": 44, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
46
+ {"episode_index": 45, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
47
+ {"episode_index": 46, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
48
+ {"episode_index": 47, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
49
+ {"episode_index": 48, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
50
+ {"episode_index": 49, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
51
+ {"episode_index": 50, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
52
+ {"episode_index": 51, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
53
+ {"episode_index": 52, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
54
+ {"episode_index": 53, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
55
+ {"episode_index": 54, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
56
+ {"episode_index": 55, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
57
+ {"episode_index": 56, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
58
+ {"episode_index": 57, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
59
+ {"episode_index": 58, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
60
+ {"episode_index": 59, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
61
+ {"episode_index": 60, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
62
+ {"episode_index": 61, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
63
+ {"episode_index": 62, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
64
+ {"episode_index": 63, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
65
+ {"episode_index": 64, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
66
+ {"episode_index": 65, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
67
+ {"episode_index": 66, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
68
+ {"episode_index": 67, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
69
+ {"episode_index": 68, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
70
+ {"episode_index": 69, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
71
+ {"episode_index": 70, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
72
+ {"episode_index": 71, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
73
+ {"episode_index": 72, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
74
+ {"episode_index": 73, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
75
+ {"episode_index": 74, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
76
+ {"episode_index": 75, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
77
+ {"episode_index": 76, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
78
+ {"episode_index": 77, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
79
+ {"episode_index": 78, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
80
+ {"episode_index": 79, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
81
+ {"episode_index": 80, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
82
+ {"episode_index": 81, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
83
+ {"episode_index": 82, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
84
+ {"episode_index": 83, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
85
+ {"episode_index": 84, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
86
+ {"episode_index": 85, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
87
+ {"episode_index": 86, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
88
+ {"episode_index": 87, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
89
+ {"episode_index": 88, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
90
+ {"episode_index": 89, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
91
+ {"episode_index": 90, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
92
+ {"episode_index": 91, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
93
+ {"episode_index": 92, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
94
+ {"episode_index": 93, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
95
+ {"episode_index": 94, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
96
+ {"episode_index": 95, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
97
+ {"episode_index": 96, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
98
+ {"episode_index": 97, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
99
+ {"episode_index": 98, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
100
+ {"episode_index": 99, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
101
+ {"episode_index": 100, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
102
+ {"episode_index": 101, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
103
+ {"episode_index": 102, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
104
+ {"episode_index": 103, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
105
+ {"episode_index": 104, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
106
+ {"episode_index": 105, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
107
+ {"episode_index": 106, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
108
+ {"episode_index": 107, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
109
+ {"episode_index": 108, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
110
+ {"episode_index": 109, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
111
+ {"episode_index": 110, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
112
+ {"episode_index": 111, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
113
+ {"episode_index": 112, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
114
+ {"episode_index": 113, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
115
+ {"episode_index": 114, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
116
+ {"episode_index": 115, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
117
+ {"episode_index": 116, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
118
+ {"episode_index": 117, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
119
+ {"episode_index": 118, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
120
+ {"episode_index": 119, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
121
+ {"episode_index": 120, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
122
+ {"episode_index": 121, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
123
+ {"episode_index": 122, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
124
+ {"episode_index": 123, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
125
+ {"episode_index": 124, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
126
+ {"episode_index": 125, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
127
+ {"episode_index": 126, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
128
+ {"episode_index": 127, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
129
+ {"episode_index": 128, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
130
+ {"episode_index": 129, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
131
+ {"episode_index": 130, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
132
+ {"episode_index": 131, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
133
+ {"episode_index": 132, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
134
+ {"episode_index": 133, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
135
+ {"episode_index": 134, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
136
+ {"episode_index": 135, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
137
+ {"episode_index": 136, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
138
+ {"episode_index": 137, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
139
+ {"episode_index": 138, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
140
+ {"episode_index": 139, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
141
+ {"episode_index": 140, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
142
+ {"episode_index": 141, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
143
+ {"episode_index": 142, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
144
+ {"episode_index": 143, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
145
+ {"episode_index": 144, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
146
+ {"episode_index": 145, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
147
+ {"episode_index": 146, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
148
+ {"episode_index": 147, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
149
+ {"episode_index": 148, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
150
+ {"episode_index": 149, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
151
+ {"episode_index": 150, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
152
+ {"episode_index": 151, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
153
+ {"episode_index": 152, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
154
+ {"episode_index": 153, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
155
+ {"episode_index": 154, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
156
+ {"episode_index": 155, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
157
+ {"episode_index": 156, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
158
+ {"episode_index": 157, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
159
+ {"episode_index": 158, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
160
+ {"episode_index": 159, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
161
+ {"episode_index": 160, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
162
+ {"episode_index": 161, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
163
+ {"episode_index": 162, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
164
+ {"episode_index": 163, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
165
+ {"episode_index": 164, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
166
+ {"episode_index": 165, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
167
+ {"episode_index": 166, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
168
+ {"episode_index": 167, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
169
+ {"episode_index": 168, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
170
+ {"episode_index": 169, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
171
+ {"episode_index": 170, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
172
+ {"episode_index": 171, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
173
+ {"episode_index": 172, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
174
+ {"episode_index": 173, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
175
+ {"episode_index": 174, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
176
+ {"episode_index": 175, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
177
+ {"episode_index": 176, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
178
+ {"episode_index": 177, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
179
+ {"episode_index": 178, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
180
+ {"episode_index": 179, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
181
+ {"episode_index": 180, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
182
+ {"episode_index": 181, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
183
+ {"episode_index": 182, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
184
+ {"episode_index": 183, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
185
+ {"episode_index": 184, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
186
+ {"episode_index": 185, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
187
+ {"episode_index": 186, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
188
+ {"episode_index": 187, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
189
+ {"episode_index": 188, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
190
+ {"episode_index": 189, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
191
+ {"episode_index": 190, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
192
+ {"episode_index": 191, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
193
+ {"episode_index": 192, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
194
+ {"episode_index": 193, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
195
+ {"episode_index": 194, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
196
+ {"episode_index": 195, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
197
+ {"episode_index": 196, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
198
+ {"episode_index": 197, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
199
+ {"episode_index": 198, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
200
+ {"episode_index": 199, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
201
+ {"episode_index": 200, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
202
+ {"episode_index": 201, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
203
+ {"episode_index": 202, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
204
+ {"episode_index": 203, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
205
+ {"episode_index": 204, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
206
+ {"episode_index": 205, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
207
+ {"episode_index": 206, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
208
+ {"episode_index": 207, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
209
+ {"episode_index": 208, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
210
+ {"episode_index": 209, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
211
+ {"episode_index": 210, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
212
+ {"episode_index": 211, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
213
+ {"episode_index": 212, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
214
+ {"episode_index": 213, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
215
+ {"episode_index": 214, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
216
+ {"episode_index": 215, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
217
+ {"episode_index": 216, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
218
+ {"episode_index": 217, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
219
+ {"episode_index": 218, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
220
+ {"episode_index": 219, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
221
+ {"episode_index": 220, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
222
+ {"episode_index": 221, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
223
+ {"episode_index": 222, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
224
+ {"episode_index": 223, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
225
+ {"episode_index": 224, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
226
+ {"episode_index": 225, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
227
+ {"episode_index": 226, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
228
+ {"episode_index": 227, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
229
+ {"episode_index": 228, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
230
+ {"episode_index": 229, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
231
+ {"episode_index": 230, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
232
+ {"episode_index": 231, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
233
+ {"episode_index": 232, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
234
+ {"episode_index": 233, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
235
+ {"episode_index": 234, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
236
+ {"episode_index": 235, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
237
+ {"episode_index": 236, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
238
+ {"episode_index": 237, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
239
+ {"episode_index": 238, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
240
+ {"episode_index": 239, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
241
+ {"episode_index": 240, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
242
+ {"episode_index": 241, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
243
+ {"episode_index": 242, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
244
+ {"episode_index": 243, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
245
+ {"episode_index": 244, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
246
+ {"episode_index": 245, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
247
+ {"episode_index": 246, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
248
+ {"episode_index": 247, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
249
+ {"episode_index": 248, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
250
+ {"episode_index": 249, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
251
+ {"episode_index": 250, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
252
+ {"episode_index": 251, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
253
+ {"episode_index": 252, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
254
+ {"episode_index": 253, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
255
+ {"episode_index": 254, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
256
+ {"episode_index": 255, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
257
+ {"episode_index": 256, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
258
+ {"episode_index": 257, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
259
+ {"episode_index": 258, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
260
+ {"episode_index": 259, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
261
+ {"episode_index": 260, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
262
+ {"episode_index": 261, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
263
+ {"episode_index": 262, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
264
+ {"episode_index": 263, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
265
+ {"episode_index": 264, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
266
+ {"episode_index": 265, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
267
+ {"episode_index": 266, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
268
+ {"episode_index": 267, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
269
+ {"episode_index": 268, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
270
+ {"episode_index": 269, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
271
+ {"episode_index": 270, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
272
+ {"episode_index": 271, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
273
+ {"episode_index": 272, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
274
+ {"episode_index": 273, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
275
+ {"episode_index": 274, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
276
+ {"episode_index": 275, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
277
+ {"episode_index": 276, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
278
+ {"episode_index": 277, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
279
+ {"episode_index": 278, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
280
+ {"episode_index": 279, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
281
+ {"episode_index": 280, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
282
+ {"episode_index": 281, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
283
+ {"episode_index": 282, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
284
+ {"episode_index": 283, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
285
+ {"episode_index": 284, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
286
+ {"episode_index": 285, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
287
+ {"episode_index": 286, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
288
+ {"episode_index": 287, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
289
+ {"episode_index": 288, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
290
+ {"episode_index": 289, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
291
+ {"episode_index": 290, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
292
+ {"episode_index": 291, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
293
+ {"episode_index": 292, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
294
+ {"episode_index": 293, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
295
+ {"episode_index": 294, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
296
+ {"episode_index": 295, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
297
+ {"episode_index": 296, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
298
+ {"episode_index": 297, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
299
+ {"episode_index": 298, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
300
+ {"episode_index": 299, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
301
+ {"episode_index": 300, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
302
+ {"episode_index": 301, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
303
+ {"episode_index": 302, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
304
+ {"episode_index": 303, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
305
+ {"episode_index": 304, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
306
+ {"episode_index": 305, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
307
+ {"episode_index": 306, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
308
+ {"episode_index": 307, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
309
+ {"episode_index": 308, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
310
+ {"episode_index": 309, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
311
+ {"episode_index": 310, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
312
+ {"episode_index": 311, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
313
+ {"episode_index": 312, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
314
+ {"episode_index": 313, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
315
+ {"episode_index": 314, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
316
+ {"episode_index": 315, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
317
+ {"episode_index": 316, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
318
+ {"episode_index": 317, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
319
+ {"episode_index": 318, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
320
+ {"episode_index": 319, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
321
+ {"episode_index": 320, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
322
+ {"episode_index": 321, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
323
+ {"episode_index": 322, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
324
+ {"episode_index": 323, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
325
+ {"episode_index": 324, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
326
+ {"episode_index": 325, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
327
+ {"episode_index": 326, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
328
+ {"episode_index": 327, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
329
+ {"episode_index": 328, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
330
+ {"episode_index": 329, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
331
+ {"episode_index": 330, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
332
+ {"episode_index": 331, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
333
+ {"episode_index": 332, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
334
+ {"episode_index": 333, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
335
+ {"episode_index": 334, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
336
+ {"episode_index": 335, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
337
+ {"episode_index": 336, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
338
+ {"episode_index": 337, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
339
+ {"episode_index": 338, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
340
+ {"episode_index": 339, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
341
+ {"episode_index": 340, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
342
+ {"episode_index": 341, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
343
+ {"episode_index": 342, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
344
+ {"episode_index": 343, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
345
+ {"episode_index": 344, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
346
+ {"episode_index": 345, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
347
+ {"episode_index": 346, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
348
+ {"episode_index": 347, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
349
+ {"episode_index": 348, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
350
+ {"episode_index": 349, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
351
+ {"episode_index": 350, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
352
+ {"episode_index": 351, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
353
+ {"episode_index": 352, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
354
+ {"episode_index": 353, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
355
+ {"episode_index": 354, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
356
+ {"episode_index": 355, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
357
+ {"episode_index": 356, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
358
+ {"episode_index": 357, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
359
+ {"episode_index": 358, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
360
+ {"episode_index": 359, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
361
+ {"episode_index": 360, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
362
+ {"episode_index": 361, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
363
+ {"episode_index": 362, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
364
+ {"episode_index": 363, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
365
+ {"episode_index": 364, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
366
+ {"episode_index": 365, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
367
+ {"episode_index": 366, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
368
+ {"episode_index": 367, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
369
+ {"episode_index": 368, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
370
+ {"episode_index": 369, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
371
+ {"episode_index": 370, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
372
+ {"episode_index": 371, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
373
+ {"episode_index": 372, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
374
+ {"episode_index": 373, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
375
+ {"episode_index": 374, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
376
+ {"episode_index": 375, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
377
+ {"episode_index": 376, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
378
+ {"episode_index": 377, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
379
+ {"episode_index": 378, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
380
+ {"episode_index": 379, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
381
+ {"episode_index": 380, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
382
+ {"episode_index": 381, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
383
+ {"episode_index": 382, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
384
+ {"episode_index": 383, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
385
+ {"episode_index": 384, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
386
+ {"episode_index": 385, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
387
+ {"episode_index": 386, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
388
+ {"episode_index": 387, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
389
+ {"episode_index": 388, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
390
+ {"episode_index": 389, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
391
+ {"episode_index": 390, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
392
+ {"episode_index": 391, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
393
+ {"episode_index": 392, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
394
+ {"episode_index": 393, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
395
+ {"episode_index": 394, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
396
+ {"episode_index": 395, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
397
+ {"episode_index": 396, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
398
+ {"episode_index": 397, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
399
+ {"episode_index": 398, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
400
+ {"episode_index": 399, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
401
+ {"episode_index": 400, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
402
+ {"episode_index": 401, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
403
+ {"episode_index": 402, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
404
+ {"episode_index": 403, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
405
+ {"episode_index": 404, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
406
+ {"episode_index": 405, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
407
+ {"episode_index": 406, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
408
+ {"episode_index": 407, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
409
+ {"episode_index": 408, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
410
+ {"episode_index": 409, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
411
+ {"episode_index": 410, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
412
+ {"episode_index": 411, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
413
+ {"episode_index": 412, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
414
+ {"episode_index": 413, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
415
+ {"episode_index": 414, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
416
+ {"episode_index": 415, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
417
+ {"episode_index": 416, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
418
+ {"episode_index": 417, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
419
+ {"episode_index": 418, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
420
+ {"episode_index": 419, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
421
+ {"episode_index": 420, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
422
+ {"episode_index": 421, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
423
+ {"episode_index": 422, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
424
+ {"episode_index": 423, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
425
+ {"episode_index": 424, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
426
+ {"episode_index": 425, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
427
+ {"episode_index": 426, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
428
+ {"episode_index": 427, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
429
+ {"episode_index": 428, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
430
+ {"episode_index": 429, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
431
+ {"episode_index": 430, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
432
+ {"episode_index": 431, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
433
+ {"episode_index": 432, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
434
+ {"episode_index": 433, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
435
+ {"episode_index": 434, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
436
+ {"episode_index": 435, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
437
+ {"episode_index": 436, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 201}
438
+ {"episode_index": 437, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
439
+ {"episode_index": 438, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
440
+ {"episode_index": 439, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
441
+ {"episode_index": 440, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
442
+ {"episode_index": 441, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
443
+ {"episode_index": 442, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
444
+ {"episode_index": 443, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
445
+ {"episode_index": 444, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
446
+ {"episode_index": 445, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
447
+ {"episode_index": 446, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
448
+ {"episode_index": 447, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
449
+ {"episode_index": 448, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
450
+ {"episode_index": 449, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
451
+ {"episode_index": 450, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
452
+ {"episode_index": 451, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
453
+ {"episode_index": 452, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
454
+ {"episode_index": 453, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
455
+ {"episode_index": 454, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
456
+ {"episode_index": 455, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
457
+ {"episode_index": 456, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
458
+ {"episode_index": 457, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
459
+ {"episode_index": 458, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
460
+ {"episode_index": 459, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
461
+ {"episode_index": 460, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
462
+ {"episode_index": 461, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
463
+ {"episode_index": 462, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
464
+ {"episode_index": 463, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
465
+ {"episode_index": 464, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
466
+ {"episode_index": 465, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
467
+ {"episode_index": 466, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
468
+ {"episode_index": 467, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
469
+ {"episode_index": 468, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
470
+ {"episode_index": 469, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
471
+ {"episode_index": 470, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
472
+ {"episode_index": 471, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
473
+ {"episode_index": 472, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
474
+ {"episode_index": 473, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
475
+ {"episode_index": 474, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
476
+ {"episode_index": 475, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
477
+ {"episode_index": 476, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
478
+ {"episode_index": 477, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
479
+ {"episode_index": 478, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
480
+ {"episode_index": 479, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
481
+ {"episode_index": 480, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
482
+ {"episode_index": 481, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
483
+ {"episode_index": 482, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
484
+ {"episode_index": 483, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 166}
485
+ {"episode_index": 484, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
486
+ {"episode_index": 485, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
487
+ {"episode_index": 486, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 183}
488
+ {"episode_index": 487, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
489
+ {"episode_index": 488, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
490
+ {"episode_index": 489, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
491
+ {"episode_index": 490, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 136}
492
+ {"episode_index": 491, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
493
+ {"episode_index": 492, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 168}
494
+ {"episode_index": 493, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
495
+ {"episode_index": 494, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
496
+ {"episode_index": 495, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
497
+ {"episode_index": 496, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 191}
498
+ {"episode_index": 497, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
499
+ {"episode_index": 498, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 170}
500
+ {"episode_index": 499, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 149}
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,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "codebase_version": "v2.1",
3
+ "robot_type": "FFW_SG2",
4
+ "total_episodes": 500,
5
+ "total_frames": 82560,
6
+ "total_tasks": 1,
7
+ "total_videos": 500,
8
+ "total_chunks": 1,
9
+ "chunks_size": 1000,
10
+ "fps": 10,
11
+ "splits": {
12
+ "train": "0:500"
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
+ "action": {
18
+ "dtype": "float32",
19
+ "shape": [
20
+ 19
21
+ ],
22
+ "names": [
23
+ "arm_l_joint1",
24
+ "arm_l_joint2",
25
+ "arm_l_joint3",
26
+ "arm_l_joint4",
27
+ "arm_l_joint5",
28
+ "arm_l_joint6",
29
+ "arm_l_joint7",
30
+ "gripper_l_joint1",
31
+ "arm_r_joint1",
32
+ "arm_r_joint2",
33
+ "arm_r_joint3",
34
+ "arm_r_joint4",
35
+ "arm_r_joint5",
36
+ "arm_r_joint6",
37
+ "arm_r_joint7",
38
+ "gripper_r_joint1",
39
+ "head_joint1",
40
+ "head_joint2",
41
+ "lift_joint"
42
+ ]
43
+ },
44
+ "observation.state": {
45
+ "dtype": "float32",
46
+ "shape": [
47
+ 19
48
+ ],
49
+ "names": [
50
+ "arm_l_joint1",
51
+ "arm_l_joint2",
52
+ "arm_l_joint3",
53
+ "arm_l_joint4",
54
+ "arm_l_joint5",
55
+ "arm_l_joint6",
56
+ "arm_l_joint7",
57
+ "gripper_l_joint1",
58
+ "arm_r_joint1",
59
+ "arm_r_joint2",
60
+ "arm_r_joint3",
61
+ "arm_r_joint4",
62
+ "arm_r_joint5",
63
+ "arm_r_joint6",
64
+ "arm_r_joint7",
65
+ "gripper_r_joint1",
66
+ "head_joint1",
67
+ "head_joint2",
68
+ "lift_joint"
69
+ ]
70
+ },
71
+ "observation.images.cam_head": {
72
+ "dtype": "video",
73
+ "shape": [
74
+ 376,
75
+ 672,
76
+ 3
77
+ ],
78
+ "names": [
79
+ "height",
80
+ "width",
81
+ "channels"
82
+ ],
83
+ "video_info": {
84
+ "video.height": 376,
85
+ "video.width": 672,
86
+ "video.codec": "libx264",
87
+ "video.pix_fmt": "yuv420p",
88
+ "video.is_depth_map": false,
89
+ "video.fps": 10,
90
+ "video.channels": 3,
91
+ "has_audio": false
92
+ },
93
+ "info": {
94
+ "video.height": 376,
95
+ "video.width": 672,
96
+ "video.codec": "av1",
97
+ "video.pix_fmt": "yuv420p",
98
+ "video.is_depth_map": false,
99
+ "video.fps": 10,
100
+ "video.channels": 3,
101
+ "has_audio": false
102
+ }
103
+ },
104
+ "timestamp": {
105
+ "dtype": "float32",
106
+ "shape": [
107
+ 1
108
+ ],
109
+ "names": null
110
+ },
111
+ "frame_index": {
112
+ "dtype": "int64",
113
+ "shape": [
114
+ 1
115
+ ],
116
+ "names": null
117
+ },
118
+ "episode_index": {
119
+ "dtype": "int64",
120
+ "shape": [
121
+ 1
122
+ ],
123
+ "names": null
124
+ },
125
+ "index": {
126
+ "dtype": "int64",
127
+ "shape": [
128
+ 1
129
+ ],
130
+ "names": null
131
+ },
132
+ "task_index": {
133
+ "dtype": "int64",
134
+ "shape": [
135
+ 1
136
+ ],
137
+ "names": null
138
+ }
139
+ }
140
+ }
meta/tasks.jsonl ADDED
@@ -0,0 +1 @@
 
 
1
+ {"task_index": 0, "task": "RobotisLab-Real-Pick-Place-FFW-SG2-v0"}
videos/chunk-000/observation.images.cam_head/episode_000014.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4604697147018ad009fa0929bad2e6f9c7ba77590d7eb3be3ca47823db1a9509
3
+ size 589087
videos/chunk-000/observation.images.cam_head/episode_000019.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52b92c9c9ddf25291e862d8ccd7e5738c7042c9a4683df3aa0b5341fc501776b
3
+ size 539628
videos/chunk-000/observation.images.cam_head/episode_000031.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:27ff4f2da05a98970642d43ee534c434a1e85d4b55ceb45d5e8534585ced1744
3
+ size 600138
videos/chunk-000/observation.images.cam_head/episode_000117.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e480bb810519051cc1fd8e1b7d4dd7caddec1fc4ad3a5caa865f56fda30f5fcf
3
+ size 509725
videos/chunk-000/observation.images.cam_head/episode_000137.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79782be4c3855adc6d3888f3aef4ae1700a1ca5004d963bb9e754e0dda3b1bed
3
+ size 639582
videos/chunk-000/observation.images.cam_head/episode_000187.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a2696e3dbb825909d4d0783caebb58e2ad8b050ab19c010338b71a6a75639a6
3
+ size 661217
videos/chunk-000/observation.images.cam_head/episode_000206.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03c18e921820fb1f85715df0e60444ed402ff6b50caf2f72ba416bf3919cf97f
3
+ size 737521
videos/chunk-000/observation.images.cam_head/episode_000307.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c913ab1872924a189f0e36bdec1f6167cf71743a5a31089c721e97f2da8c886
3
+ size 462636