gribes02 commited on
Commit
2c35385
·
verified ·
1 Parent(s): a596e10

Upload folder using huggingface_hub

Browse files
data/episode_000000.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b2a861b60bf255eedbf95d596b598ca20510db548eeac2ffe87e156e8f54ecc0
3
- size 18289
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6d080e6dde4b3fc9ac0ac60fd8361d6ccd87bf895d0056a3c3d6336bfda3c1de
3
+ size 9931
data/episode_000001.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3baef42319d2f547c32ca490cdfdb9963260b8f58afb98ada7f0d3ad174e3ed7
3
- size 18290
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c85fcf363de448e56e0c3620f49aa672a7a357ff7e6146dbf84b1211808c82e
3
+ size 9938
data/episode_000002.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b5ebfd27a4460d7a3d9bc661bc6d29e4fee9dd1487b342922015f80e30e01162
3
- size 17338
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54bb4b3f26b20e91d34e18ad6615404c35da82d81c17d79d95cf527b9a6af876
3
+ size 9936
meta/episodes.jsonl CHANGED
@@ -1 +1,3 @@
 
 
1
  {"episode_index": 2, "tasks": [0], "length": 50}
 
1
+ {"episode_index": 0, "tasks": [0], "length": 50}
2
+ {"episode_index": 1, "tasks": [0], "length": 50}
3
  {"episode_index": 2, "tasks": [0], "length": 50}
meta/info.json CHANGED
@@ -1,22 +1,25 @@
1
  {
2
  "codebase_version": "v2.0",
3
- "robot_type": "unknown_robot",
4
  "fps": 10,
5
  "features": {
6
- "observation.image": {
7
  "dtype": "video",
8
  "shape": [
9
- 3,
10
- 480,
11
- 640
12
  ],
13
  "names": [
14
- "channels",
15
  "height",
16
- "width"
 
17
  ],
18
  "info": {
19
- "video.fps": 10,
 
 
 
20
  "video.codec": "mp4v",
21
  "video.pix_fmt": "rgb24",
22
  "video.is_depth_map": false,
@@ -26,57 +29,32 @@
26
  "observation.state": {
27
  "dtype": "float32",
28
  "shape": [
29
- 6
30
  ],
31
  "names": [
32
- "joint_0",
33
- "joint_1",
34
- "joint_2",
35
- "joint_3",
36
- "joint_4",
37
- "joint_5"
38
- ]
39
- },
40
- "observation.velocity": {
41
- "dtype": "float32",
42
- "shape": [
43
- 6
44
- ],
45
- "names": [
46
- "joint_vel_0",
47
- "joint_vel_1",
48
- "joint_vel_2",
49
- "joint_vel_3",
50
- "joint_vel_4",
51
- "joint_vel_5"
52
- ]
53
- },
54
- "observation.wrench": {
55
- "dtype": "float32",
56
- "shape": [
57
- 6
58
- ],
59
- "names": [
60
- "fx",
61
- "fy",
62
- "fz",
63
- "tx",
64
- "ty",
65
- "tz"
66
  ]
67
  },
68
  "action": {
69
  "dtype": "float32",
70
  "shape": [
71
- 6
72
  ],
73
  "names": [
74
- "joint_act_0",
75
- "joint_act_1",
76
- "joint_act_2",
77
- "joint_act_3",
78
- "joint_act_4",
79
- "joint_act_5"
 
80
  ]
81
  },
82
  "timestamp": {
@@ -123,6 +101,15 @@
123
  "names": [
124
  "index"
125
  ]
 
 
 
 
 
 
 
 
 
126
  }
127
  }
128
  }
 
1
  {
2
  "codebase_version": "v2.0",
3
+ "robot_type": "franka",
4
  "fps": 10,
5
  "features": {
6
+ "observation.images.cam_ext": {
7
  "dtype": "video",
8
  "shape": [
9
+ 128,
10
+ 128,
11
+ 3
12
  ],
13
  "names": [
 
14
  "height",
15
+ "width",
16
+ "rgb"
17
  ],
18
  "info": {
19
+ "video.fps": 10.0,
20
+ "video.height": 128,
21
+ "video.width": 128,
22
+ "video.channels": 3,
23
  "video.codec": "mp4v",
24
  "video.pix_fmt": "rgb24",
25
  "video.is_depth_map": false,
 
29
  "observation.state": {
30
  "dtype": "float32",
31
  "shape": [
32
+ 8
33
  ],
34
  "names": [
35
+ "x",
36
+ "y",
37
+ "z",
38
+ "roll",
39
+ "pitch",
40
+ "yaw",
41
+ "pad",
42
+ "gripper"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ]
44
  },
45
  "action": {
46
  "dtype": "float32",
47
  "shape": [
48
+ 7
49
  ],
50
  "names": [
51
+ "x",
52
+ "y",
53
+ "z",
54
+ "roll",
55
+ "pitch",
56
+ "yaw",
57
+ "gripper"
58
  ]
59
  },
60
  "timestamp": {
 
101
  "names": [
102
  "index"
103
  ]
104
+ },
105
+ "next.done": {
106
+ "dtype": "bool",
107
+ "shape": [
108
+ 1
109
+ ],
110
+ "names": [
111
+ "done"
112
+ ]
113
  }
114
  }
115
  }
meta/stats.json CHANGED
@@ -1,138 +1,82 @@
1
  {
2
  "observation.state": {
3
  "mean": [
4
- -0.0793537287786603,
5
- 0.24459277510643004,
6
- 0.23463882014155388,
7
- 0.13996447719633578,
8
- -0.018619390446692707,
9
- 0.08509762138128281
 
 
10
  ],
11
  "std": [
12
- 1.8349026782422906,
13
- 1.762232083645531,
14
- 1.8079508455081412,
15
- 1.9198278798639812,
16
- 1.7979695290219249,
17
- 1.6916190109063594
 
 
18
  ],
19
  "min": [
20
  -3.1039316654205322,
21
- -2.9360828399658203,
22
  -3.1363401412963867,
23
- -3.032473087310791,
24
- -3.046152353286743,
25
- -2.8483235836029053
 
 
26
  ],
27
  "max": [
28
- 3.0800702571868896,
29
- 3.0564751625061035,
30
- 3.0537033081054688,
31
  3.140679359436035,
32
- 3.0755021572113037,
33
- 2.9397313594818115
34
- ]
35
- },
36
- "observation.velocity": {
37
- "mean": [
38
- 0.024319930961355568,
39
- 0.11982800174504518,
40
- -0.2418805729597807,
41
- 0.05846151988953352,
42
- 0.007307435432448983,
43
- 0.2203855034778826
44
- ],
45
- "std": [
46
- 0.5692720527887813,
47
- 0.5604956438573258,
48
- 0.5241781932386338,
49
- 0.5802338334350345,
50
- 0.49025907958645554,
51
- 0.5523313765809225
52
- ],
53
- "min": [
54
- -0.9763374924659729,
55
- -0.9325743913650513,
56
- -0.9948181509971619,
57
- -0.9989086985588074,
58
- -0.9758004546165466,
59
- -0.8105771541595459
60
- ],
61
- "max": [
62
- 0.9426707625389099,
63
- 0.9656851887702942,
64
- 0.9974489212036133,
65
- 0.9807169437408447,
66
- 0.9850598573684692,
67
- 0.9879013895988464
68
- ]
69
- },
70
- "observation.wrench": {
71
- "mean": [
72
- -1.2716235537081957,
73
- -0.11599179625511169,
74
- -0.11404143810272217,
75
- -0.07272004321217537,
76
- -0.6419910460710525,
77
- 0.5264738398417831
78
- ],
79
- "std": [
80
- 6.207034063721875,
81
- 5.286331222430956,
82
- 5.5769016413584875,
83
- 2.642713458179971,
84
- 2.9198940666705715,
85
- 2.9546709299526768
86
- ],
87
- "min": [
88
- -9.711557388305664,
89
- -9.668526649475098,
90
- -9.692793846130371,
91
- -4.884801864624023,
92
- -4.966484546661377,
93
- -4.982131481170654
94
- ],
95
- "max": [
96
- 9.185489654541016,
97
- 8.6826171875,
98
- 9.872781753540039,
99
- 4.90194845199585,
100
- 4.971621036529541,
101
- 4.919187068939209
102
  ]
103
  },
104
  "action": {
105
  "mean": [
106
- -0.0793537287786603,
107
- 0.24459277510643004,
108
- 0.23463882014155388,
109
- 0.13996447719633578,
110
- -0.018619390446692707,
111
- 0.08509762138128281
 
112
  ],
113
  "std": [
114
- 1.8349026782422906,
115
- 1.762232083645531,
116
- 1.8079508455081412,
117
- 1.9198278798639812,
118
- 1.7979695290219249,
119
- 1.6916190109063594
 
120
  ],
121
  "min": [
122
  -3.1039316654205322,
123
- -2.9360828399658203,
124
  -3.1363401412963867,
125
- -3.032473087310791,
126
- -3.046152353286743,
127
- -2.8483235836029053
 
128
  ],
129
  "max": [
130
- 3.0800702571868896,
131
- 3.0564751625061035,
132
- 3.0537033081054688,
133
  3.140679359436035,
134
- 3.0755021572113037,
135
- 2.9397313594818115
 
136
  ]
137
  }
138
  }
 
1
  {
2
  "observation.state": {
3
  "mean": [
4
+ 0.03150838986039162,
5
+ -0.08098538964986801,
6
+ 0.40672874450683594,
7
+ -0.01746949553489685,
8
+ -0.02723921835422516,
9
+ 0.03578206151723862,
10
+ 0.0,
11
+ 0.0
12
  ],
13
  "std": [
14
+ 1.815200686454773,
15
+ 1.7835347652435303,
16
+ 1.7262473106384277,
17
+ 1.842816948890686,
18
+ 1.8771226406097412,
19
+ 1.7384693622589111,
20
+ 0.0,
21
+ 0.0
22
  ],
23
  "min": [
24
  -3.1039316654205322,
25
+ -3.049572467803955,
26
  -3.1363401412963867,
27
+ -3.1010520458221436,
28
+ -3.13969349861145,
29
+ -3.0726354122161865,
30
+ 0.0,
31
+ 0.0
32
  ],
33
  "max": [
34
+ 3.1331770420074463,
35
+ 3.1324303150177,
36
+ 3.1025333404541016,
37
  3.140679359436035,
38
+ 3.124709367752075,
39
+ 2.9397313594818115,
40
+ 0.0,
41
+ 0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
42
  ]
43
  },
44
  "action": {
45
  "mean": [
46
+ 0.03150838986039162,
47
+ -0.08098538964986801,
48
+ 0.40672874450683594,
49
+ -0.01746949553489685,
50
+ -0.02723921835422516,
51
+ 0.03578206151723862,
52
+ 0.0
53
  ],
54
  "std": [
55
+ 1.815200686454773,
56
+ 1.7835347652435303,
57
+ 1.7262473106384277,
58
+ 1.842816948890686,
59
+ 1.8771226406097412,
60
+ 1.7384693622589111,
61
+ 0.0
62
  ],
63
  "min": [
64
  -3.1039316654205322,
65
+ -3.049572467803955,
66
  -3.1363401412963867,
67
+ -3.1010520458221436,
68
+ -3.13969349861145,
69
+ -3.0726354122161865,
70
+ 0.0
71
  ],
72
  "max": [
73
+ 3.1331770420074463,
74
+ 3.1324303150177,
75
+ 3.1025333404541016,
76
  3.140679359436035,
77
+ 3.124709367752075,
78
+ 2.9397313594818115,
79
+ 0.0
80
  ]
81
  }
82
  }
videos/observation.images.cam_ext/episode_000000.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e61e1a09355ba366aace4a9478a8ecad7447d0988f725768499bd10475e37e39
3
+ size 65646
videos/observation.images.cam_ext/episode_000001.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:565c915551c6a51755290774160f9acf83547353e1a3147a8ced798635ee7b5e
3
+ size 92011
videos/observation.images.cam_ext/episode_000002.mp4 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:320316b87c62b928acba4dc0c50e8337a48f82cf4a49be74416f533848a1640e
3
+ size 75958