mkkimuser commited on
Commit
e62ca92
·
verified ·
1 Parent(s): 0857f76

Add files using upload-large-folder tool

Browse files
Files changed (50) hide show
  1. README.md +176 -0
  2. data/chunk-000/episode_000028.parquet +3 -0
  3. data/chunk-000/episode_000038.parquet +3 -0
  4. data/chunk-000/episode_000052.parquet +3 -0
  5. data/chunk-000/episode_000063.parquet +3 -0
  6. data/chunk-000/episode_000079.parquet +3 -0
  7. data/chunk-000/episode_000090.parquet +3 -0
  8. data/chunk-000/episode_000102.parquet +3 -0
  9. data/chunk-000/episode_000108.parquet +3 -0
  10. data/chunk-000/episode_000128.parquet +3 -0
  11. data/chunk-000/episode_000142.parquet +3 -0
  12. data/chunk-000/episode_000152.parquet +3 -0
  13. data/chunk-000/episode_000159.parquet +3 -0
  14. data/chunk-000/episode_000164.parquet +3 -0
  15. data/chunk-000/episode_000165.parquet +3 -0
  16. data/chunk-000/episode_000168.parquet +3 -0
  17. data/chunk-000/episode_000190.parquet +3 -0
  18. data/chunk-000/episode_000202.parquet +3 -0
  19. data/chunk-000/episode_000213.parquet +3 -0
  20. data/chunk-000/episode_000221.parquet +3 -0
  21. data/chunk-000/episode_000244.parquet +3 -0
  22. data/chunk-000/episode_000286.parquet +3 -0
  23. data/chunk-000/episode_000290.parquet +3 -0
  24. data/chunk-000/episode_000291.parquet +3 -0
  25. data/chunk-000/episode_000293.parquet +3 -0
  26. data/chunk-000/episode_000335.parquet +3 -0
  27. data/chunk-000/episode_000340.parquet +3 -0
  28. data/chunk-000/episode_000361.parquet +3 -0
  29. data/chunk-000/episode_000380.parquet +3 -0
  30. data/chunk-000/episode_000404.parquet +3 -0
  31. data/chunk-000/episode_000425.parquet +3 -0
  32. data/chunk-000/episode_000426.parquet +3 -0
  33. data/chunk-000/episode_000436.parquet +3 -0
  34. data/chunk-000/episode_000441.parquet +3 -0
  35. data/chunk-000/episode_000454.parquet +3 -0
  36. data/chunk-000/episode_000461.parquet +3 -0
  37. data/chunk-000/episode_000482.parquet +3 -0
  38. data/chunk-000/episode_000499.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_000092.mp4 +3 -0
  47. videos/chunk-000/observation.images.cam_head/episode_000117.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_000307.mp4 +3 -0
  50. videos/chunk-000/observation.images.cam_head/episode_000326.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": 71935,
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_000028.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fa92dc16288985a946b879eb94f9b8a8773047f9cc714a94e620f62845885f6
3
+ size 33017
data/chunk-000/episode_000038.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:422d3ef979e3c2e147f3c34d87899c2dcc8c3d848bc7d6e38c54abf017be3c4c
3
+ size 33044
data/chunk-000/episode_000052.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7fcd521c80e2c73f95490155131cdc145ba9f8f907a3dabf812408217a651832
3
+ size 33113
data/chunk-000/episode_000063.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb953ba51e8828165f11eccfedc0f2754fe2e81b8c3c2dffa1ddf961dc73b258
3
+ size 32459
data/chunk-000/episode_000079.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:905426b59bdd4de1ae590c9b16b1d5d71743aff85442d79456e28822e97751e6
3
+ size 32283
data/chunk-000/episode_000090.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f906020fdbe7b21813ee90b64a9cb2293d680bdc63b2641f8b3446b714805269
3
+ size 28624
data/chunk-000/episode_000102.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e81186f4781aad2da1af90c7a78fda81d9babfc8881ccaa8e6fb46d7300c9ef
3
+ size 32335
data/chunk-000/episode_000108.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b777b0d1736eb020807fea0ae573061bf9260c2bc961907b9146a56d1573220e
3
+ size 32365
data/chunk-000/episode_000128.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3efd0498054cc9c57e480984f33c6da2ad7b1a187c5d0a63320f2df87176c6f2
3
+ size 31125
data/chunk-000/episode_000142.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16e78f9c84a3072a5ccd1956146473552d5b0556bdfdb412ec8a041b5e662146
3
+ size 32522
data/chunk-000/episode_000152.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dd14cebbc9029811f72dbac2b9fdc2a64618d45b2c783e4beda4e838797f29a1
3
+ size 31722
data/chunk-000/episode_000159.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef7accf3147715d5958f7339850918630391bb65b31e1647038d8088c441db60
3
+ size 33107
data/chunk-000/episode_000164.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60f4d07adec88c9c751f71cf4a4f0f5d8f3730bf3a3b7e8f65f88e0965ee4fb2
3
+ size 34572
data/chunk-000/episode_000165.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c79b45e69cc9e533568f812bdaf4ad0ced4469815789baaff5ddca65451819a8
3
+ size 33099
data/chunk-000/episode_000168.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ec24bb25397042319036064b8ee9ff46063916ea3de5485fd5547f66467d3a5
3
+ size 32231
data/chunk-000/episode_000190.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ba75aebd42b8869932c46292893e54e11d9571f6a63f6cfdf18c241ee26e3dc
3
+ size 33073
data/chunk-000/episode_000202.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3563bf6047089fc14a744fb0382ca121f8242eb854521be46f350270d7d62e18
3
+ size 33099
data/chunk-000/episode_000213.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52c60b4893f01ff430cc960b21fb317c7ba13a5db2b3f3ae5045d63c346c14fa
3
+ size 34508
data/chunk-000/episode_000221.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:552a5460e1a3140eb94f5f15e5c271675ea5596be95d1daec6443ea8baf2738e
3
+ size 31121
data/chunk-000/episode_000244.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f3b0cc7474d679b74ebbb5d680ae7e95db2aef8dc65d54b934ef297485a6dbfd
3
+ size 32472
data/chunk-000/episode_000286.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52e60c7c403642740b124de0bbd1cb4eb6b9cac39c1e8a720b7f15fba53092fd
3
+ size 34978
data/chunk-000/episode_000290.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fbb18fd79ede40e168cca970db346a43a3b239fa7f38e9b8d47f99ce49a69689
3
+ size 32325
data/chunk-000/episode_000291.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c665da26b2604f01e4abed2cb03691db3f4641809b8059d35491015250903272
3
+ size 34543
data/chunk-000/episode_000293.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:76443226bcd991ffaed610ada7b31d870033275759503af9285e8a7cf772951d
3
+ size 33398
data/chunk-000/episode_000335.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ea3f4327856f1d139401ef7a3c5f9b17e16b57c381f2e9e9f47d798b45d59ed5
3
+ size 31682
data/chunk-000/episode_000340.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:309cea0ddbf4407cc6b49386170486369f3b897f01eec993acf2d414bcde4cac
3
+ size 31718
data/chunk-000/episode_000361.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d98392e322de6f09d15879f542e3c672e8d3a5fb079be45b68c3a8d24488d250
3
+ size 33156
data/chunk-000/episode_000380.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:388f71e27280ab4485213457276aee87bf39bb71bb2f4ef5eb9612ee99303950
3
+ size 33378
data/chunk-000/episode_000404.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0a4bfa8536417f6b1cea3115728ff0d7bf0f1c3fb01f01d3ca8c933b3c695d2
3
+ size 34973
data/chunk-000/episode_000425.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5bee06169fc2c41a1726df21388e6b87be7cafe439e15eaa794b89e484e8eace
3
+ size 32385
data/chunk-000/episode_000426.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:89a4be41a5f6f0efaba4bc69d3542e6c77e0460dc01b206ecfb99713e6f1cb09
3
+ size 31726
data/chunk-000/episode_000436.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a0abb3a37dcdde55d385fb6cbdf3d9780d6925f7944a499f8abcdd900ccf17f
3
+ size 32353
data/chunk-000/episode_000441.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86cfcf5221dbdf2732e3f3b9def9953a9562ddafc49659ba09f886ee7ecc595
3
+ size 32289
data/chunk-000/episode_000454.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67085d10592727f7848da478a872ada671346c82fa3c2afab2ffffc29b5b1281
3
+ size 33369
data/chunk-000/episode_000461.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3015e1cbe33ae7989052beb8111f480d0ec07498f1c86f70c78c54af7013bdda
3
+ size 31131
data/chunk-000/episode_000482.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b67756c82f10da90d7b90b901eefd5dc9bf42b5f572fce087d6ac731e1fe2c06
3
+ size 32301
data/chunk-000/episode_000499.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7060969d076d6733f0890c3b6dc556aa3c077ec94387b5f9f145b016ee3adb
3
+ size 33038
meta/episodes.jsonl ADDED
@@ -0,0 +1,500 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"episode_index": 0, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
2
+ {"episode_index": 1, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
3
+ {"episode_index": 2, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
4
+ {"episode_index": 3, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
5
+ {"episode_index": 4, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
6
+ {"episode_index": 5, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
7
+ {"episode_index": 6, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
8
+ {"episode_index": 7, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
9
+ {"episode_index": 8, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
10
+ {"episode_index": 9, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
11
+ {"episode_index": 10, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
12
+ {"episode_index": 11, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
13
+ {"episode_index": 12, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
14
+ {"episode_index": 13, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
15
+ {"episode_index": 14, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
16
+ {"episode_index": 15, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
17
+ {"episode_index": 16, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
18
+ {"episode_index": 17, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
19
+ {"episode_index": 18, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
20
+ {"episode_index": 19, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
21
+ {"episode_index": 20, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
22
+ {"episode_index": 21, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
23
+ {"episode_index": 22, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
24
+ {"episode_index": 23, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
25
+ {"episode_index": 24, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
26
+ {"episode_index": 25, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
27
+ {"episode_index": 26, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
28
+ {"episode_index": 27, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
29
+ {"episode_index": 28, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
30
+ {"episode_index": 29, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
31
+ {"episode_index": 30, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
32
+ {"episode_index": 31, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
33
+ {"episode_index": 32, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
34
+ {"episode_index": 33, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
35
+ {"episode_index": 34, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
36
+ {"episode_index": 35, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
37
+ {"episode_index": 36, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
38
+ {"episode_index": 37, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
39
+ {"episode_index": 38, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
40
+ {"episode_index": 39, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
41
+ {"episode_index": 40, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
42
+ {"episode_index": 41, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
43
+ {"episode_index": 42, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
44
+ {"episode_index": 43, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
45
+ {"episode_index": 44, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
46
+ {"episode_index": 45, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
47
+ {"episode_index": 46, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
48
+ {"episode_index": 47, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
49
+ {"episode_index": 48, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
50
+ {"episode_index": 49, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
51
+ {"episode_index": 50, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
52
+ {"episode_index": 51, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
53
+ {"episode_index": 52, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
54
+ {"episode_index": 53, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
55
+ {"episode_index": 54, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
56
+ {"episode_index": 55, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
57
+ {"episode_index": 56, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
58
+ {"episode_index": 57, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
59
+ {"episode_index": 58, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
60
+ {"episode_index": 59, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
61
+ {"episode_index": 60, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
62
+ {"episode_index": 61, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
63
+ {"episode_index": 62, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
64
+ {"episode_index": 63, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
65
+ {"episode_index": 64, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
66
+ {"episode_index": 65, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
67
+ {"episode_index": 66, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
68
+ {"episode_index": 67, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
69
+ {"episode_index": 68, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
70
+ {"episode_index": 69, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
71
+ {"episode_index": 70, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
72
+ {"episode_index": 71, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
73
+ {"episode_index": 72, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
74
+ {"episode_index": 73, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
75
+ {"episode_index": 74, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
76
+ {"episode_index": 75, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
77
+ {"episode_index": 76, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
78
+ {"episode_index": 77, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
79
+ {"episode_index": 78, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
80
+ {"episode_index": 79, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
81
+ {"episode_index": 80, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
82
+ {"episode_index": 81, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
83
+ {"episode_index": 82, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
84
+ {"episode_index": 83, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
85
+ {"episode_index": 84, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
86
+ {"episode_index": 85, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
87
+ {"episode_index": 86, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
88
+ {"episode_index": 87, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
89
+ {"episode_index": 88, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
90
+ {"episode_index": 89, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
91
+ {"episode_index": 90, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
92
+ {"episode_index": 91, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
93
+ {"episode_index": 92, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
94
+ {"episode_index": 93, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
95
+ {"episode_index": 94, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
96
+ {"episode_index": 95, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
97
+ {"episode_index": 96, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
98
+ {"episode_index": 97, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
99
+ {"episode_index": 98, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
100
+ {"episode_index": 99, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
101
+ {"episode_index": 100, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
102
+ {"episode_index": 101, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
103
+ {"episode_index": 102, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
104
+ {"episode_index": 103, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
105
+ {"episode_index": 104, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
106
+ {"episode_index": 105, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
107
+ {"episode_index": 106, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
108
+ {"episode_index": 107, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
109
+ {"episode_index": 108, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
110
+ {"episode_index": 109, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
111
+ {"episode_index": 110, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
112
+ {"episode_index": 111, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
113
+ {"episode_index": 112, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
114
+ {"episode_index": 113, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
115
+ {"episode_index": 114, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
116
+ {"episode_index": 115, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
117
+ {"episode_index": 116, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
118
+ {"episode_index": 117, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
119
+ {"episode_index": 118, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
120
+ {"episode_index": 119, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
121
+ {"episode_index": 120, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
122
+ {"episode_index": 121, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
123
+ {"episode_index": 122, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
124
+ {"episode_index": 123, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
125
+ {"episode_index": 124, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
126
+ {"episode_index": 125, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
127
+ {"episode_index": 126, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
128
+ {"episode_index": 127, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
129
+ {"episode_index": 128, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
130
+ {"episode_index": 129, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
131
+ {"episode_index": 130, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
132
+ {"episode_index": 131, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
133
+ {"episode_index": 132, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
134
+ {"episode_index": 133, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
135
+ {"episode_index": 134, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
136
+ {"episode_index": 135, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
137
+ {"episode_index": 136, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
138
+ {"episode_index": 137, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
139
+ {"episode_index": 138, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
140
+ {"episode_index": 139, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
141
+ {"episode_index": 140, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
142
+ {"episode_index": 141, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
143
+ {"episode_index": 142, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
144
+ {"episode_index": 143, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
145
+ {"episode_index": 144, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
146
+ {"episode_index": 145, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
147
+ {"episode_index": 146, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
148
+ {"episode_index": 147, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
149
+ {"episode_index": 148, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
150
+ {"episode_index": 149, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
151
+ {"episode_index": 150, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
152
+ {"episode_index": 151, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
153
+ {"episode_index": 152, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
154
+ {"episode_index": 153, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
155
+ {"episode_index": 154, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
156
+ {"episode_index": 155, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
157
+ {"episode_index": 156, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
158
+ {"episode_index": 157, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
159
+ {"episode_index": 158, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
160
+ {"episode_index": 159, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
161
+ {"episode_index": 160, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
162
+ {"episode_index": 161, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
163
+ {"episode_index": 162, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
164
+ {"episode_index": 163, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
165
+ {"episode_index": 164, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
166
+ {"episode_index": 165, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
167
+ {"episode_index": 166, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
168
+ {"episode_index": 167, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
169
+ {"episode_index": 168, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
170
+ {"episode_index": 169, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
171
+ {"episode_index": 170, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
172
+ {"episode_index": 171, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
173
+ {"episode_index": 172, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
174
+ {"episode_index": 173, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
175
+ {"episode_index": 174, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
176
+ {"episode_index": 175, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
177
+ {"episode_index": 176, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
178
+ {"episode_index": 177, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
179
+ {"episode_index": 178, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
180
+ {"episode_index": 179, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
181
+ {"episode_index": 180, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
182
+ {"episode_index": 181, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
183
+ {"episode_index": 182, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
184
+ {"episode_index": 183, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
185
+ {"episode_index": 184, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
186
+ {"episode_index": 185, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
187
+ {"episode_index": 186, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
188
+ {"episode_index": 187, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
189
+ {"episode_index": 188, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
190
+ {"episode_index": 189, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
191
+ {"episode_index": 190, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
192
+ {"episode_index": 191, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
193
+ {"episode_index": 192, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
194
+ {"episode_index": 193, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
195
+ {"episode_index": 194, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
196
+ {"episode_index": 195, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
197
+ {"episode_index": 196, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
198
+ {"episode_index": 197, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
199
+ {"episode_index": 198, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
200
+ {"episode_index": 199, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
201
+ {"episode_index": 200, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
202
+ {"episode_index": 201, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
203
+ {"episode_index": 202, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
204
+ {"episode_index": 203, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
205
+ {"episode_index": 204, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
206
+ {"episode_index": 205, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
207
+ {"episode_index": 206, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
208
+ {"episode_index": 207, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
209
+ {"episode_index": 208, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
210
+ {"episode_index": 209, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
211
+ {"episode_index": 210, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
212
+ {"episode_index": 211, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
213
+ {"episode_index": 212, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
214
+ {"episode_index": 213, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
215
+ {"episode_index": 214, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
216
+ {"episode_index": 215, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
217
+ {"episode_index": 216, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
218
+ {"episode_index": 217, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
219
+ {"episode_index": 218, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
220
+ {"episode_index": 219, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
221
+ {"episode_index": 220, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
222
+ {"episode_index": 221, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
223
+ {"episode_index": 222, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
224
+ {"episode_index": 223, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
225
+ {"episode_index": 224, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
226
+ {"episode_index": 225, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
227
+ {"episode_index": 226, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
228
+ {"episode_index": 227, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
229
+ {"episode_index": 228, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
230
+ {"episode_index": 229, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
231
+ {"episode_index": 230, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
232
+ {"episode_index": 231, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
233
+ {"episode_index": 232, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
234
+ {"episode_index": 233, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
235
+ {"episode_index": 234, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
236
+ {"episode_index": 235, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
237
+ {"episode_index": 236, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
238
+ {"episode_index": 237, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
239
+ {"episode_index": 238, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
240
+ {"episode_index": 239, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
241
+ {"episode_index": 240, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
242
+ {"episode_index": 241, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
243
+ {"episode_index": 242, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
244
+ {"episode_index": 243, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
245
+ {"episode_index": 244, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
246
+ {"episode_index": 245, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
247
+ {"episode_index": 246, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
248
+ {"episode_index": 247, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
249
+ {"episode_index": 248, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
250
+ {"episode_index": 249, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
251
+ {"episode_index": 250, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
252
+ {"episode_index": 251, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
253
+ {"episode_index": 252, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
254
+ {"episode_index": 253, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
255
+ {"episode_index": 254, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
256
+ {"episode_index": 255, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
257
+ {"episode_index": 256, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
258
+ {"episode_index": 257, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
259
+ {"episode_index": 258, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
260
+ {"episode_index": 259, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
261
+ {"episode_index": 260, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
262
+ {"episode_index": 261, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
263
+ {"episode_index": 262, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
264
+ {"episode_index": 263, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
265
+ {"episode_index": 264, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
266
+ {"episode_index": 265, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
267
+ {"episode_index": 266, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
268
+ {"episode_index": 267, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
269
+ {"episode_index": 268, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
270
+ {"episode_index": 269, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
271
+ {"episode_index": 270, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
272
+ {"episode_index": 271, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
273
+ {"episode_index": 272, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
274
+ {"episode_index": 273, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
275
+ {"episode_index": 274, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
276
+ {"episode_index": 275, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
277
+ {"episode_index": 276, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
278
+ {"episode_index": 277, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
279
+ {"episode_index": 278, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
280
+ {"episode_index": 279, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
281
+ {"episode_index": 280, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
282
+ {"episode_index": 281, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
283
+ {"episode_index": 282, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
284
+ {"episode_index": 283, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
285
+ {"episode_index": 284, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
286
+ {"episode_index": 285, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
287
+ {"episode_index": 286, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
288
+ {"episode_index": 287, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
289
+ {"episode_index": 288, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
290
+ {"episode_index": 289, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
291
+ {"episode_index": 290, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
292
+ {"episode_index": 291, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
293
+ {"episode_index": 292, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
294
+ {"episode_index": 293, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
295
+ {"episode_index": 294, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
296
+ {"episode_index": 295, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
297
+ {"episode_index": 296, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
298
+ {"episode_index": 297, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
299
+ {"episode_index": 298, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
300
+ {"episode_index": 299, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
301
+ {"episode_index": 300, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
302
+ {"episode_index": 301, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
303
+ {"episode_index": 302, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
304
+ {"episode_index": 303, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
305
+ {"episode_index": 304, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
306
+ {"episode_index": 305, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
307
+ {"episode_index": 306, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
308
+ {"episode_index": 307, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
309
+ {"episode_index": 308, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
310
+ {"episode_index": 309, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
311
+ {"episode_index": 310, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
312
+ {"episode_index": 311, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
313
+ {"episode_index": 312, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
314
+ {"episode_index": 313, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
315
+ {"episode_index": 314, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
316
+ {"episode_index": 315, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
317
+ {"episode_index": 316, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
318
+ {"episode_index": 317, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
319
+ {"episode_index": 318, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
320
+ {"episode_index": 319, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
321
+ {"episode_index": 320, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
322
+ {"episode_index": 321, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
323
+ {"episode_index": 322, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
324
+ {"episode_index": 323, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
325
+ {"episode_index": 324, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
326
+ {"episode_index": 325, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
327
+ {"episode_index": 326, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
328
+ {"episode_index": 327, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
329
+ {"episode_index": 328, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
330
+ {"episode_index": 329, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
331
+ {"episode_index": 330, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
332
+ {"episode_index": 331, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
333
+ {"episode_index": 332, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
334
+ {"episode_index": 333, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
335
+ {"episode_index": 334, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
336
+ {"episode_index": 335, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
337
+ {"episode_index": 336, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
338
+ {"episode_index": 337, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
339
+ {"episode_index": 338, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
340
+ {"episode_index": 339, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
341
+ {"episode_index": 340, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
342
+ {"episode_index": 341, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
343
+ {"episode_index": 342, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
344
+ {"episode_index": 343, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
345
+ {"episode_index": 344, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
346
+ {"episode_index": 345, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
347
+ {"episode_index": 346, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
348
+ {"episode_index": 347, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
349
+ {"episode_index": 348, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
350
+ {"episode_index": 349, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
351
+ {"episode_index": 350, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
352
+ {"episode_index": 351, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
353
+ {"episode_index": 352, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
354
+ {"episode_index": 353, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
355
+ {"episode_index": 354, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
356
+ {"episode_index": 355, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
357
+ {"episode_index": 356, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
358
+ {"episode_index": 357, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
359
+ {"episode_index": 358, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
360
+ {"episode_index": 359, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
361
+ {"episode_index": 360, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
362
+ {"episode_index": 361, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
363
+ {"episode_index": 362, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
364
+ {"episode_index": 363, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
365
+ {"episode_index": 364, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
366
+ {"episode_index": 365, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
367
+ {"episode_index": 366, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
368
+ {"episode_index": 367, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
369
+ {"episode_index": 368, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
370
+ {"episode_index": 369, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
371
+ {"episode_index": 370, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
372
+ {"episode_index": 371, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
373
+ {"episode_index": 372, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
374
+ {"episode_index": 373, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
375
+ {"episode_index": 374, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
376
+ {"episode_index": 375, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
377
+ {"episode_index": 376, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
378
+ {"episode_index": 377, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
379
+ {"episode_index": 378, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
380
+ {"episode_index": 379, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
381
+ {"episode_index": 380, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
382
+ {"episode_index": 381, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
383
+ {"episode_index": 382, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
384
+ {"episode_index": 383, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
385
+ {"episode_index": 384, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
386
+ {"episode_index": 385, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
387
+ {"episode_index": 386, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
388
+ {"episode_index": 387, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
389
+ {"episode_index": 388, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
390
+ {"episode_index": 389, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
391
+ {"episode_index": 390, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
392
+ {"episode_index": 391, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
393
+ {"episode_index": 392, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
394
+ {"episode_index": 393, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
395
+ {"episode_index": 394, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
396
+ {"episode_index": 395, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
397
+ {"episode_index": 396, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
398
+ {"episode_index": 397, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
399
+ {"episode_index": 398, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
400
+ {"episode_index": 399, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
401
+ {"episode_index": 400, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
402
+ {"episode_index": 401, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
403
+ {"episode_index": 402, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
404
+ {"episode_index": 403, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
405
+ {"episode_index": 404, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
406
+ {"episode_index": 405, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
407
+ {"episode_index": 406, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
408
+ {"episode_index": 407, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
409
+ {"episode_index": 408, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
410
+ {"episode_index": 409, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
411
+ {"episode_index": 410, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
412
+ {"episode_index": 411, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
413
+ {"episode_index": 412, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
414
+ {"episode_index": 413, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
415
+ {"episode_index": 414, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
416
+ {"episode_index": 415, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
417
+ {"episode_index": 416, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
418
+ {"episode_index": 417, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
419
+ {"episode_index": 418, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
420
+ {"episode_index": 419, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
421
+ {"episode_index": 420, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
422
+ {"episode_index": 421, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
423
+ {"episode_index": 422, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
424
+ {"episode_index": 423, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
425
+ {"episode_index": 424, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
426
+ {"episode_index": 425, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
427
+ {"episode_index": 426, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
428
+ {"episode_index": 427, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
429
+ {"episode_index": 428, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
430
+ {"episode_index": 429, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
431
+ {"episode_index": 430, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
432
+ {"episode_index": 431, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
433
+ {"episode_index": 432, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
434
+ {"episode_index": 433, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
435
+ {"episode_index": 434, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
436
+ {"episode_index": 435, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
437
+ {"episode_index": 436, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
438
+ {"episode_index": 437, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
439
+ {"episode_index": 438, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
440
+ {"episode_index": 439, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
441
+ {"episode_index": 440, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
442
+ {"episode_index": 441, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
443
+ {"episode_index": 442, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
444
+ {"episode_index": 443, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
445
+ {"episode_index": 444, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
446
+ {"episode_index": 445, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
447
+ {"episode_index": 446, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
448
+ {"episode_index": 447, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
449
+ {"episode_index": 448, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 142}
450
+ {"episode_index": 449, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
451
+ {"episode_index": 450, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
452
+ {"episode_index": 451, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
453
+ {"episode_index": 452, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
454
+ {"episode_index": 453, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
455
+ {"episode_index": 454, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
456
+ {"episode_index": 455, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
457
+ {"episode_index": 456, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
458
+ {"episode_index": 457, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
459
+ {"episode_index": 458, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
460
+ {"episode_index": 459, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
461
+ {"episode_index": 460, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
462
+ {"episode_index": 461, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
463
+ {"episode_index": 462, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
464
+ {"episode_index": 463, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
465
+ {"episode_index": 464, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
466
+ {"episode_index": 465, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
467
+ {"episode_index": 466, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
468
+ {"episode_index": 467, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
469
+ {"episode_index": 468, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
470
+ {"episode_index": 469, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
471
+ {"episode_index": 470, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
472
+ {"episode_index": 471, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
473
+ {"episode_index": 472, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
474
+ {"episode_index": 473, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
475
+ {"episode_index": 474, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
476
+ {"episode_index": 475, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 123}
477
+ {"episode_index": 476, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
478
+ {"episode_index": 477, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
479
+ {"episode_index": 478, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
480
+ {"episode_index": 479, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
481
+ {"episode_index": 480, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
482
+ {"episode_index": 481, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
483
+ {"episode_index": 482, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
484
+ {"episode_index": 483, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 141}
485
+ {"episode_index": 484, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 135}
486
+ {"episode_index": 485, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
487
+ {"episode_index": 486, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
488
+ {"episode_index": 487, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
489
+ {"episode_index": 488, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
490
+ {"episode_index": 489, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
491
+ {"episode_index": 490, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
492
+ {"episode_index": 491, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
493
+ {"episode_index": 492, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
494
+ {"episode_index": 493, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
495
+ {"episode_index": 494, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 138}
496
+ {"episode_index": 495, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
497
+ {"episode_index": 496, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 154}
498
+ {"episode_index": 497, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
499
+ {"episode_index": 498, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
500
+ {"episode_index": 499, "tasks": ["RobotisLab-Real-Pick-Place-FFW-SG2-v0"], "length": 146}
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": 71935,
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:de42105ba1f6848f5fc5e241f8d467589102307bb646c076a3591e5f74034aac
3
+ size 77052
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:88e365173ec2bc4a417d338818f890cc2aef181bcb26cc5d9d9e267c68e4584f
3
+ size 121329
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:7050bdd2869597041fcc78b5279847519d3106caae96143b8492b07d11bfbe18
3
+ size 90351
videos/chunk-000/observation.images.cam_head/episode_000092.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b19a1c1a5aa1534c1aa958001a87ace71d4f215efcbb5b9207f3c554f4231075
3
+ size 105437
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:42b956f8698600dfbb7906d4ff055212f11578787773042d80a8bc7f2f91e782
3
+ size 71801
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:27e24d887e2e221cb5b9fa5e07c77020c8d1f51ea86496ea8923d9773bc599ae
3
+ size 112766
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:10b2ef14693da2fc060ed726f675b1e7fd53596de6d5135ee012044ecf85a670
3
+ size 83045
videos/chunk-000/observation.images.cam_head/episode_000326.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2017a6a752aed63a1d38ec9f598df52c3a52edd78f8cc0f759179f7927e3df2b
3
+ size 85504