shaohuan1 commited on
Commit
baa653b
·
verified ·
1 Parent(s): 61c432c

Upload piper_dataset 1.0.0 at 20260518_223647 (RLDS/TFDS format)

Browse files
.gitattributes CHANGED
@@ -142,3 +142,11 @@ piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00004-of-00008
142
  piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00005-of-00008 filter=lfs diff=lfs merge=lfs -text
143
  piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00006-of-00008 filter=lfs diff=lfs merge=lfs -text
144
  piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00007-of-00008 filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
142
  piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00005-of-00008 filter=lfs diff=lfs merge=lfs -text
143
  piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00006-of-00008 filter=lfs diff=lfs merge=lfs -text
144
  piper_dataset/1.0.0_20260518_211511/piper_dataset-train.tfrecord-00007-of-00008 filter=lfs diff=lfs merge=lfs -text
145
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00000-of-00008 filter=lfs diff=lfs merge=lfs -text
146
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00001-of-00008 filter=lfs diff=lfs merge=lfs -text
147
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00002-of-00008 filter=lfs diff=lfs merge=lfs -text
148
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00003-of-00008 filter=lfs diff=lfs merge=lfs -text
149
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00004-of-00008 filter=lfs diff=lfs merge=lfs -text
150
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00005-of-00008 filter=lfs diff=lfs merge=lfs -text
151
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00006-of-00008 filter=lfs diff=lfs merge=lfs -text
152
+ piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00007-of-00008 filter=lfs diff=lfs merge=lfs -text
piper_dataset/1.0.0_20260518_223647/dataset_info.json ADDED
@@ -0,0 +1,26 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormat": "tfrecord",
3
+ "moduleName": "piper_dataset.piper_dataset_dataset_builder",
4
+ "name": "piper_dataset",
5
+ "releaseNotes": {
6
+ "1.0.0": "Initial release from collect_robot.py HDF5 data."
7
+ },
8
+ "splits": [
9
+ {
10
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
11
+ "name": "train",
12
+ "numBytes": "1621300597",
13
+ "shardLengths": [
14
+ "2",
15
+ "2",
16
+ "2",
17
+ "2",
18
+ "1",
19
+ "2",
20
+ "2",
21
+ "2"
22
+ ]
23
+ }
24
+ ],
25
+ "version": "1.0.0"
26
+ }
piper_dataset/1.0.0_20260518_223647/features.json ADDED
@@ -0,0 +1,153 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "featuresDict": {
3
+ "features": {
4
+ "episode_metadata": {
5
+ "featuresDict": {
6
+ "features": {
7
+ "file_path": {
8
+ "description": "\u539f\u59cb HDF5 \u6587\u4ef6\u8def\u5f84",
9
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
10
+ "text": {}
11
+ }
12
+ }
13
+ },
14
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
15
+ },
16
+ "steps": {
17
+ "pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
18
+ "sequence": {
19
+ "feature": {
20
+ "featuresDict": {
21
+ "features": {
22
+ "action": {
23
+ "description": "\u52a8\u4f5c: [delta_xyz(3), delta_rpy(3), next_gripper(1)]",
24
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
25
+ "tensor": {
26
+ "dtype": "float32",
27
+ "encoding": "none",
28
+ "shape": {
29
+ "dimensions": [
30
+ "7"
31
+ ]
32
+ }
33
+ }
34
+ },
35
+ "discount": {
36
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
37
+ "tensor": {
38
+ "dtype": "float32",
39
+ "encoding": "none",
40
+ "shape": {}
41
+ }
42
+ },
43
+ "is_first": {
44
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
45
+ "tensor": {
46
+ "dtype": "bool",
47
+ "encoding": "none",
48
+ "shape": {}
49
+ }
50
+ },
51
+ "is_last": {
52
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
53
+ "tensor": {
54
+ "dtype": "bool",
55
+ "encoding": "none",
56
+ "shape": {}
57
+ }
58
+ },
59
+ "is_terminal": {
60
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
61
+ "tensor": {
62
+ "dtype": "bool",
63
+ "encoding": "none",
64
+ "shape": {}
65
+ }
66
+ },
67
+ "language_embedding": {
68
+ "description": "USE \u7f16\u7801\u7684\u8bed\u8a00\u6307\u4ee4\u5411\u91cf",
69
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
70
+ "tensor": {
71
+ "dtype": "float32",
72
+ "encoding": "none",
73
+ "shape": {
74
+ "dimensions": [
75
+ "512"
76
+ ]
77
+ }
78
+ }
79
+ },
80
+ "language_instruction": {
81
+ "description": "\u8bed\u8a00\u6307\u4ee4\u6587\u672c",
82
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
83
+ "text": {}
84
+ },
85
+ "observation": {
86
+ "featuresDict": {
87
+ "features": {
88
+ "image": {
89
+ "description": "\u4e3b\u76f8\u673a RGB (640x480 HWC)",
90
+ "image": {
91
+ "dtype": "uint8",
92
+ "encodingFormat": "png",
93
+ "shape": {
94
+ "dimensions": [
95
+ "480",
96
+ "640",
97
+ "3"
98
+ ]
99
+ }
100
+ },
101
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
102
+ },
103
+ "state": {
104
+ "description": "\u673a\u5668\u4eba\u72b6\u6001: [x,y,z,roll,pitch,yaw,gripper]",
105
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
106
+ "tensor": {
107
+ "dtype": "float32",
108
+ "encoding": "none",
109
+ "shape": {
110
+ "dimensions": [
111
+ "7"
112
+ ]
113
+ }
114
+ }
115
+ },
116
+ "wrist_image": {
117
+ "description": "\u8155\u90e8\u76f8\u673a RGB (640x480 HWC)",
118
+ "image": {
119
+ "dtype": "uint8",
120
+ "encodingFormat": "png",
121
+ "shape": {
122
+ "dimensions": [
123
+ "480",
124
+ "640",
125
+ "3"
126
+ ]
127
+ }
128
+ },
129
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
130
+ }
131
+ }
132
+ },
133
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
134
+ },
135
+ "reward": {
136
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
137
+ "tensor": {
138
+ "dtype": "float32",
139
+ "encoding": "none",
140
+ "shape": {}
141
+ }
142
+ }
143
+ }
144
+ },
145
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
146
+ },
147
+ "length": "-1"
148
+ }
149
+ }
150
+ }
151
+ },
152
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
153
+ }
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00000-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3436b1efc4d743e70ecad367230c0586bc2e9aceb80cbfce26a6e393b196939f
3
+ size 248971449
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00001-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e25667da9440398f405bed4be64ee26428219f91ff3dd666c75f69f2f4b30f5
3
+ size 221779812
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00002-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881eb4912135d152fa4ed1c1786bc74f7ef7452fa1e716714722b775e02fe088
3
+ size 196958646
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00003-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21709d2f31d888203c78fd63e5126a2e43e6388670634ba1c20a2703eaaeab54
3
+ size 199205320
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00004-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:18034692605e70a87d356cb4af63e6bb787f885787823b64b6e221ec85fe9977
3
+ size 119181359
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00005-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1e5d478a68d35e8990ac728296559cd93691653077afe0e3938ece3f3a9a8565
3
+ size 204484663
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00006-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9806e3ca069c5f5d4b03e85932e2630ccbb11965be8dd0d2fe8d9277148a0b9
3
+ size 214304107
piper_dataset/1.0.0_20260518_223647/piper_dataset-train.tfrecord-00007-of-00008 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6422bdf019fbb73cbba8c241f8869424dbe0f5a67309368b1fb927ed78d0b1c5
3
+ size 216415481