Dustin Franklin commited on
Commit
f2b661d
1 Parent(s): ee7ea05

added subset of bridge_orig dataset

Browse files
.gitattributes CHANGED
@@ -56,3 +56,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ *.tfrecord* filter=lfs diff=lfs merge=lfs -text
1.0.0/bridge_orig_ep100-train.tfrecord-00000-of-00002 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0f68dfd9b59732f35bfbec6f513ec53e4a7c6131a0e5755f8e99fdfaed014ada
3
+ size 92226879
1.0.0/bridge_orig_ep100-train.tfrecord-00001-of-00002 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4ae3ea3851362cb8c42d89a8e54500eaddcbc4bfb7ff419e0682af9d2caf35b
3
+ size 80602022
1.0.0/dataset_info.json ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "fileFormat": "tfrecord",
3
+ "moduleName": "bridge_orig_ep100",
4
+ "name": "bridge_orig_ep100",
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": "172827845",
13
+ "shardLengths": [
14
+ "33",
15
+ "33"
16
+ ]
17
+ }
18
+ ],
19
+ "version": "1.0.0"
20
+ }
1.0.0/features.json ADDED
@@ -0,0 +1,103 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "featuresDict": {
3
+ "features": {
4
+ "episode_metadata": {
5
+ "featuresDict": {
6
+ "features": {
7
+ "file_path": {
8
+ "description": "Path to the original data file.",
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": "Robot action",
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
+ "is_first": {
36
+ "description": "True on first step of the episode.",
37
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
38
+ "tensor": {
39
+ "dtype": "bool",
40
+ "encoding": "none",
41
+ "shape": {}
42
+ }
43
+ },
44
+ "is_last": {
45
+ "description": "True on last step of the episode.",
46
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
47
+ "tensor": {
48
+ "dtype": "bool",
49
+ "encoding": "none",
50
+ "shape": {}
51
+ }
52
+ },
53
+ "language_instruction": {
54
+ "description": "Language Instruction.",
55
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
56
+ "text": {}
57
+ },
58
+ "observation": {
59
+ "featuresDict": {
60
+ "features": {
61
+ "image": {
62
+ "description": "Main camera RGB observation.",
63
+ "image": {
64
+ "dtype": "uint8",
65
+ "encodingFormat": "png",
66
+ "shape": {
67
+ "dimensions": [
68
+ "224",
69
+ "224",
70
+ "3"
71
+ ]
72
+ }
73
+ },
74
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image"
75
+ },
76
+ "state": {
77
+ "description": "Robot state",
78
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
79
+ "tensor": {
80
+ "dtype": "float32",
81
+ "encoding": "none",
82
+ "shape": {
83
+ "dimensions": [
84
+ "7"
85
+ ]
86
+ }
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
92
+ }
93
+ }
94
+ },
95
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
96
+ },
97
+ "length": "-1"
98
+ }
99
+ }
100
+ }
101
+ },
102
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict"
103
+ }