Zhengshen Zhang commited on
Commit
ff546b4
·
verified ·
1 Parent(s): dbafbe2

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -37,3 +37,4 @@ pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate
37
  pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate_rlds-train.tfrecord-00001-of-00004 filter=lfs diff=lfs merge=lfs -text
38
  pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate_rlds-train.tfrecord-00002-of-00004 filter=lfs diff=lfs merge=lfs -text
39
  pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate_rlds-train.tfrecord-00003-of-00004 filter=lfs diff=lfs merge=lfs -text
 
 
37
  pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate_rlds-train.tfrecord-00001-of-00004 filter=lfs diff=lfs merge=lfs -text
38
  pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate_rlds-train.tfrecord-00002-of-00004 filter=lfs diff=lfs merge=lfs -text
39
  pick_banana_and_place_on_red_plate_rlds/1.0.0/pick_banana_and_place_on_red_plate_rlds-train.tfrecord-00003-of-00004 filter=lfs diff=lfs merge=lfs -text
40
+ lift_the_yellow_pepper_rlds/1.0.0/lift_the_yellow_pepper_rlds-train.tfrecord-00000-of-00001 filter=lfs diff=lfs merge=lfs -text
lift_the_yellow_pepper_rlds/1.0.0/dataset_info.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormat": "tfrecord",
3
+ "moduleName": "lift_the_yellow_pepper_rlds.lift_the_yellow_pepper_rlds",
4
+ "name": "lift_the_yellow_pepper_rlds",
5
+ "releaseNotes": {
6
+ "1.0.0": "Initial release."
7
+ },
8
+ "splits": [
9
+ {
10
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
11
+ "name": "train",
12
+ "numBytes": "99343247",
13
+ "shardLengths": [
14
+ "50"
15
+ ]
16
+ }
17
+ ],
18
+ "version": "1.0.0"
19
+ }
lift_the_yellow_pepper_rlds/1.0.0/features.json ADDED
@@ -0,0 +1,139 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
3
+ "featuresDict": {
4
+ "features": {
5
+ "steps": {
6
+ "pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
7
+ "sequence": {
8
+ "feature": {
9
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
10
+ "featuresDict": {
11
+ "features": {
12
+ "action": {
13
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
14
+ "tensor": {
15
+ "shape": {
16
+ "dimensions": [
17
+ "7"
18
+ ]
19
+ },
20
+ "dtype": "float32",
21
+ "encoding": "none"
22
+ },
23
+ "description": "Robot action: 6 joint velocities/positions + 1 gripper action."
24
+ },
25
+ "is_terminal": {
26
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
27
+ "tensor": {
28
+ "shape": {},
29
+ "dtype": "bool",
30
+ "encoding": "none"
31
+ },
32
+ "description": "True on last step of the episode if it is a terminal step, True for demos."
33
+ },
34
+ "is_last": {
35
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
36
+ "tensor": {
37
+ "shape": {},
38
+ "dtype": "bool",
39
+ "encoding": "none"
40
+ },
41
+ "description": "True on last step of the episode."
42
+ },
43
+ "language_instruction": {
44
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
45
+ "text": {},
46
+ "description": "Language Instruction."
47
+ },
48
+ "observation": {
49
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
50
+ "featuresDict": {
51
+ "features": {
52
+ "image": {
53
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
54
+ "image": {
55
+ "shape": {
56
+ "dimensions": [
57
+ "224",
58
+ "224",
59
+ "3"
60
+ ]
61
+ },
62
+ "dtype": "uint8",
63
+ "encodingFormat": "jpeg"
64
+ },
65
+ "description": "Main camera RGB observation."
66
+ },
67
+ "state": {
68
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
69
+ "tensor": {
70
+ "shape": {
71
+ "dimensions": [
72
+ "7"
73
+ ]
74
+ },
75
+ "dtype": "float32",
76
+ "encoding": "none"
77
+ },
78
+ "description": "Robot state: 6 joint positions + 1 gripper state."
79
+ }
80
+ }
81
+ }
82
+ },
83
+ "is_first": {
84
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
85
+ "tensor": {
86
+ "shape": {},
87
+ "dtype": "bool",
88
+ "encoding": "none"
89
+ },
90
+ "description": "True on first step of the episode."
91
+ },
92
+ "discount": {
93
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
94
+ "tensor": {
95
+ "shape": {},
96
+ "dtype": "float32",
97
+ "encoding": "none"
98
+ },
99
+ "description": "Discount if provided, default to 1."
100
+ },
101
+ "reward": {
102
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
103
+ "tensor": {
104
+ "shape": {},
105
+ "dtype": "float32",
106
+ "encoding": "none"
107
+ },
108
+ "description": "Reward if provided, 1 on final step for demos."
109
+ }
110
+ }
111
+ }
112
+ },
113
+ "length": "-1"
114
+ }
115
+ },
116
+ "episode_metadata": {
117
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
118
+ "featuresDict": {
119
+ "features": {
120
+ "file_path": {
121
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
122
+ "text": {},
123
+ "description": "Path to the original zarr file."
124
+ },
125
+ "episode_index": {
126
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
127
+ "tensor": {
128
+ "shape": {},
129
+ "dtype": "int32",
130
+ "encoding": "none"
131
+ },
132
+ "description": "Index of the episode within the zarr file."
133
+ }
134
+ }
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
lift_the_yellow_pepper_rlds/1.0.0/lift_the_yellow_pepper_rlds-train.tfrecord-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fca5cc1fec9eea24e35218bbb78fa155fea67ee8afe8e53ab307ec8c271623bb
3
+ size 99344047