slipperyslope10 commited on
Commit
832cb22
·
1 Parent(s): 3445430

added a ps5 controlled demo

Browse files
spatial_reach_dense_1_ps5/.config/metadata.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"default_config_name": "default"}
spatial_reach_dense_1_ps5/1_o_1_ps5_reach_the_white_bowl/1.0.0/dataset_info.json ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "configDescription": "LIBERO demos to RLDS.",
3
+ "configName": "1_o_1_ps5_reach_the_white_bowl",
4
+ "fileFormat": "tfrecord",
5
+ "moduleName": "__main__",
6
+ "name": "spatial_reach_dense_1_ps5",
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": "32603581",
15
+ "shardLengths": [
16
+ "10"
17
+ ]
18
+ }
19
+ ],
20
+ "version": "1.0.0"
21
+ }
spatial_reach_dense_1_ps5/1_o_1_ps5_reach_the_white_bowl/1.0.0/features.json ADDED
@@ -0,0 +1,146 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "language_instruction": {
13
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
14
+ "text": {}
15
+ },
16
+ "discount": {
17
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
18
+ "tensor": {
19
+ "shape": {},
20
+ "dtype": "float32",
21
+ "encoding": "none"
22
+ }
23
+ },
24
+ "is_last": {
25
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
26
+ "tensor": {
27
+ "shape": {},
28
+ "dtype": "bool",
29
+ "encoding": "none"
30
+ }
31
+ },
32
+ "observation": {
33
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
34
+ "featuresDict": {
35
+ "features": {
36
+ "state": {
37
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
38
+ "tensor": {
39
+ "shape": {
40
+ "dimensions": [
41
+ "8"
42
+ ]
43
+ },
44
+ "dtype": "float32",
45
+ "encoding": "none"
46
+ }
47
+ },
48
+ "image": {
49
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
50
+ "image": {
51
+ "shape": {
52
+ "dimensions": [
53
+ "256",
54
+ "256",
55
+ "3"
56
+ ]
57
+ },
58
+ "dtype": "uint8",
59
+ "encodingFormat": "jpeg"
60
+ }
61
+ },
62
+ "joint_state": {
63
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
64
+ "tensor": {
65
+ "shape": {
66
+ "dimensions": [
67
+ "7"
68
+ ]
69
+ },
70
+ "dtype": "float32",
71
+ "encoding": "none"
72
+ }
73
+ },
74
+ "wrist_image": {
75
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
76
+ "image": {
77
+ "shape": {
78
+ "dimensions": [
79
+ "256",
80
+ "256",
81
+ "3"
82
+ ]
83
+ },
84
+ "dtype": "uint8",
85
+ "encodingFormat": "jpeg"
86
+ }
87
+ }
88
+ }
89
+ }
90
+ },
91
+ "is_first": {
92
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
93
+ "tensor": {
94
+ "shape": {},
95
+ "dtype": "bool",
96
+ "encoding": "none"
97
+ }
98
+ },
99
+ "reward": {
100
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
101
+ "tensor": {
102
+ "shape": {},
103
+ "dtype": "float32",
104
+ "encoding": "none"
105
+ }
106
+ },
107
+ "action": {
108
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
109
+ "tensor": {
110
+ "shape": {
111
+ "dimensions": [
112
+ "7"
113
+ ]
114
+ },
115
+ "dtype": "float32",
116
+ "encoding": "none"
117
+ }
118
+ },
119
+ "is_terminal": {
120
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
121
+ "tensor": {
122
+ "shape": {},
123
+ "dtype": "bool",
124
+ "encoding": "none"
125
+ }
126
+ }
127
+ }
128
+ }
129
+ },
130
+ "length": "-1"
131
+ }
132
+ },
133
+ "episode_metadata": {
134
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
135
+ "featuresDict": {
136
+ "features": {
137
+ "file_path": {
138
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
139
+ "text": {}
140
+ }
141
+ }
142
+ }
143
+ }
144
+ }
145
+ }
146
+ }
spatial_reach_dense_1_ps5/1_o_1_ps5_reach_the_white_bowl/1.0.0/spatial_reach_dense_1_ps5-train.tfrecord-00000-of-00001 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9ddbdf06e0f53ecd97f11ff4ec379952fb09e32db55c43fb30ba950cba29397b
3
+ size 32603741