nhatchung commited on
Commit
cc7d6aa
·
verified ·
1 Parent(s): b732cf3

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -58,3 +58,19 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
58
  # Video files - compressed
59
  *.mp4 filter=lfs diff=lfs merge=lfs -text
60
  *.webm filter=lfs diff=lfs merge=lfs -text
61
+ real__kortex-train.tfrecord-00000-of-00016 filter=lfs diff=lfs merge=lfs -text
62
+ real__kortex-train.tfrecord-00001-of-00016 filter=lfs diff=lfs merge=lfs -text
63
+ real__kortex-train.tfrecord-00002-of-00016 filter=lfs diff=lfs merge=lfs -text
64
+ real__kortex-train.tfrecord-00003-of-00016 filter=lfs diff=lfs merge=lfs -text
65
+ real__kortex-train.tfrecord-00004-of-00016 filter=lfs diff=lfs merge=lfs -text
66
+ real__kortex-train.tfrecord-00005-of-00016 filter=lfs diff=lfs merge=lfs -text
67
+ real__kortex-train.tfrecord-00006-of-00016 filter=lfs diff=lfs merge=lfs -text
68
+ real__kortex-train.tfrecord-00007-of-00016 filter=lfs diff=lfs merge=lfs -text
69
+ real__kortex-train.tfrecord-00008-of-00016 filter=lfs diff=lfs merge=lfs -text
70
+ real__kortex-train.tfrecord-00009-of-00016 filter=lfs diff=lfs merge=lfs -text
71
+ real__kortex-train.tfrecord-00010-of-00016 filter=lfs diff=lfs merge=lfs -text
72
+ real__kortex-train.tfrecord-00011-of-00016 filter=lfs diff=lfs merge=lfs -text
73
+ real__kortex-train.tfrecord-00012-of-00016 filter=lfs diff=lfs merge=lfs -text
74
+ real__kortex-train.tfrecord-00013-of-00016 filter=lfs diff=lfs merge=lfs -text
75
+ real__kortex-train.tfrecord-00014-of-00016 filter=lfs diff=lfs merge=lfs -text
76
+ real__kortex-train.tfrecord-00015-of-00016 filter=lfs diff=lfs merge=lfs -text
dataset_info.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "citation": "// TODO(example_dataset): BibTeX citation",
3
+ "description": "TODO(example_dataset): Markdown description of your dataset.\nDescription is **formatted** as markdown.\n\nIt should also contain any processing which has been applied (if any),\n(e.g. corrupted example skipped, images cropped,...):",
4
+ "fileFormat": "tfrecord",
5
+ "moduleName": "Real_Kortex.Real_Kortex_dataset_builder",
6
+ "name": "real__kortex",
7
+ "releaseNotes": {
8
+ "1.0.0": "Initial release."
9
+ },
10
+ "splits": [
11
+ {
12
+ "filepathTemplate": "{DATASET}-{SPLIT}.{FILEFORMAT}-{SHARD_X_OF_Y}",
13
+ "name": "train",
14
+ "numBytes": "1783176582",
15
+ "shardLengths": [
16
+ "20",
17
+ "20",
18
+ "19",
19
+ "20",
20
+ "20",
21
+ "19",
22
+ "20",
23
+ "20",
24
+ "20",
25
+ "20",
26
+ "19",
27
+ "20",
28
+ "20",
29
+ "19",
30
+ "20",
31
+ "20"
32
+ ]
33
+ }
34
+ ],
35
+ "version": "1.0.0"
36
+ }
features.json ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "reward": {
13
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
14
+ "tensor": {
15
+ "shape": {},
16
+ "dtype": "float32",
17
+ "encoding": "none"
18
+ },
19
+ "description": "Sparse success reward, 1 on final step for demos."
20
+ },
21
+ "discount": {
22
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
23
+ "tensor": {
24
+ "shape": {},
25
+ "dtype": "float32",
26
+ "encoding": "none"
27
+ },
28
+ "description": "Discount if provided, default to 1."
29
+ },
30
+ "is_last": {
31
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
32
+ "tensor": {
33
+ "shape": {},
34
+ "dtype": "bool",
35
+ "encoding": "none"
36
+ },
37
+ "description": "True on last step of the episode."
38
+ },
39
+ "is_first": {
40
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
41
+ "tensor": {
42
+ "shape": {},
43
+ "dtype": "bool",
44
+ "encoding": "none"
45
+ },
46
+ "description": "True on first step of the episode."
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
+ "256",
58
+ "256",
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
+ "8"
73
+ ]
74
+ },
75
+ "dtype": "float32",
76
+ "encoding": "none"
77
+ },
78
+ "description": "Robot EEF state (6D pose, 2D gripper)."
79
+ },
80
+ "joint_state": {
81
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
82
+ "tensor": {
83
+ "shape": {
84
+ "dimensions": [
85
+ "7"
86
+ ]
87
+ },
88
+ "dtype": "float32",
89
+ "encoding": "none"
90
+ },
91
+ "description": "Robot joint angles."
92
+ }
93
+ }
94
+ }
95
+ },
96
+ "language_instruction": {
97
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
98
+ "text": {},
99
+ "description": "Language Instruction."
100
+ },
101
+ "is_terminal": {
102
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
103
+ "tensor": {
104
+ "shape": {},
105
+ "dtype": "bool",
106
+ "encoding": "none"
107
+ },
108
+ "description": "True on last step of the episode if it is a terminal step, True for demos."
109
+ },
110
+ "action": {
111
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
112
+ "tensor": {
113
+ "shape": {
114
+ "dimensions": [
115
+ "7"
116
+ ]
117
+ },
118
+ "dtype": "float32",
119
+ "encoding": "none"
120
+ },
121
+ "description": "Robot EEF action."
122
+ }
123
+ }
124
+ }
125
+ },
126
+ "length": "-1"
127
+ }
128
+ },
129
+ "episode_metadata": {
130
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
131
+ "featuresDict": {
132
+ "features": {
133
+ "file_path": {
134
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
135
+ "text": {},
136
+ "description": "Path to the original data file."
137
+ }
138
+ }
139
+ }
140
+ }
141
+ }
142
+ }
143
+ }
real__kortex-train.tfrecord-00000-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2e0ed252e84aa54f813ab9e19f26b7bfa2320be13d1badac1a4c14012940bcd5
3
+ size 111267199
real__kortex-train.tfrecord-00001-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:025afa8b9e91676fc74c5542856c9d26153eeb01c83c67bd33520b93ab074f9d
3
+ size 116132413
real__kortex-train.tfrecord-00002-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:453bbdb151c3f5bf43b8c430c102f5b9da6a01433b2181a7cc44bc92e9bd8203
3
+ size 105092330
real__kortex-train.tfrecord-00003-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fe3d60c1c32bed94abe4406d3a172574803eaeab6112f8cf3f375dc66f7e0328
3
+ size 104708748
real__kortex-train.tfrecord-00004-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:36a6d52ba7215e541c728e75b5739bde31e2d60188f68fa0c9f51ead82b995cc
3
+ size 102895596
real__kortex-train.tfrecord-00005-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:22a70279cae1bab8519d1da25abb4015625b05b6c81bb0ca0de12c9592a3bf46
3
+ size 103249126
real__kortex-train.tfrecord-00006-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e46e32f4ae03689044a5a59aafcf3bed3fe75adb0270d303d64bf0e44b7ab4d
3
+ size 116436638
real__kortex-train.tfrecord-00007-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71ed42444528c391a84e248f71ca4de82aec826bb4a7fc52181053b9eafc6286
3
+ size 111557919
real__kortex-train.tfrecord-00008-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4ffd467471d92929919a310b49141aa4f528c8b0d1c1231a972286cc684a2b5
3
+ size 109253356
real__kortex-train.tfrecord-00009-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2fdad9feb24eb27b302d9ffa9528dbbea2b5e4763111ff1d0439b281e22d938
3
+ size 121198607
real__kortex-train.tfrecord-00010-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b893df6ba53269f8597c6532f414efb6f850ab37b837e6db74c4595b77b31eba
3
+ size 117612123
real__kortex-train.tfrecord-00011-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c480863859d2efd22bca72cd16a4fe6ed5b07b2acf2069765e2217906c6498b
3
+ size 107381430
real__kortex-train.tfrecord-00012-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c7f2712852f273442a782a46841d8b425afd46f890ba9ee3f979f47c6a37540d
3
+ size 111614170
real__kortex-train.tfrecord-00013-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:02d1da758735d52649450802e90512682d95a38d1fcd76dc94b31292fce5b59d
3
+ size 107439320
real__kortex-train.tfrecord-00014-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ff4a52603dd8935e93a1b7379a9dc1d6c72c6d20a1323c86afd977a9604da883
3
+ size 115533529
real__kortex-train.tfrecord-00015-of-00016 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6638b1bc1c81492f9380e8aeac23e4a7b84e95e765be1866d48a947aa7931f32
3
+ size 121809134