XinTong Hu commited on
Commit
c3c1bcc
·
verified ·
1 Parent(s): ba939ea

Upload utaustin_mutex/features.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. utaustin_mutex/features.json +155 -0
utaustin_mutex/features.json ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
3
+ "featuresDict": {
4
+ "features": {
5
+ "episode_metadata": {
6
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
7
+ "featuresDict": {
8
+ "features": {
9
+ "file_path": {
10
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
11
+ "text": {},
12
+ "description": "Path to the original data file."
13
+ }
14
+ }
15
+ }
16
+ },
17
+ "steps": {
18
+ "pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
19
+ "sequence": {
20
+ "feature": {
21
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
22
+ "featuresDict": {
23
+ "features": {
24
+ "is_first": {
25
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
26
+ "tensor": {
27
+ "shape": {},
28
+ "dtype": "bool",
29
+ "encoding": "none"
30
+ }
31
+ },
32
+ "action": {
33
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
34
+ "tensor": {
35
+ "shape": {
36
+ "dimensions": [
37
+ "7"
38
+ ]
39
+ },
40
+ "dtype": "float32",
41
+ "encoding": "none"
42
+ },
43
+ "description": "Robot action, consists of [6x end effector delta pose, 1x gripper position]"
44
+ },
45
+ "reward": {
46
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
47
+ "tensor": {
48
+ "shape": {},
49
+ "dtype": "float32",
50
+ "encoding": "none"
51
+ },
52
+ "description": "Reward if provided, 1 on final step for demos."
53
+ },
54
+ "language_instruction": {
55
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
56
+ "text": {},
57
+ "description": "Detailed Language Instructions for each task."
58
+ },
59
+ "language_embedding": {
60
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
61
+ "tensor": {
62
+ "shape": {
63
+ "dimensions": [
64
+ "512"
65
+ ]
66
+ },
67
+ "dtype": "float32",
68
+ "encoding": "none"
69
+ },
70
+ "description": "Kona language embedding. See https://tfhub.dev/google/universal-sentence-encoder-large/5"
71
+ },
72
+ "discount": {
73
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
74
+ "tensor": {
75
+ "shape": {},
76
+ "dtype": "float32",
77
+ "encoding": "none"
78
+ },
79
+ "description": "Discount if provided, default to 1."
80
+ },
81
+ "is_terminal": {
82
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
83
+ "tensor": {
84
+ "shape": {},
85
+ "dtype": "bool",
86
+ "encoding": "none"
87
+ }
88
+ },
89
+ "is_last": {
90
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
91
+ "tensor": {
92
+ "shape": {},
93
+ "dtype": "bool",
94
+ "encoding": "none"
95
+ }
96
+ },
97
+ "observation": {
98
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
99
+ "featuresDict": {
100
+ "features": {
101
+ "wrist_image": {
102
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
103
+ "image": {
104
+ "shape": {
105
+ "dimensions": [
106
+ "128",
107
+ "128",
108
+ "3"
109
+ ]
110
+ },
111
+ "dtype": "uint8",
112
+ "encodingFormat": "png"
113
+ },
114
+ "description": "Wrist camera RGB observation."
115
+ },
116
+ "state": {
117
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
118
+ "tensor": {
119
+ "shape": {
120
+ "dimensions": [
121
+ "24"
122
+ ]
123
+ },
124
+ "dtype": "float32",
125
+ "encoding": "none"
126
+ },
127
+ "description": "Robot state, consists of [7x robot joint angles, 1x gripper position, 16x robot end-effector homogeneous matrix]."
128
+ },
129
+ "image": {
130
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
131
+ "image": {
132
+ "shape": {
133
+ "dimensions": [
134
+ "128",
135
+ "128",
136
+ "3"
137
+ ]
138
+ },
139
+ "dtype": "uint8",
140
+ "encodingFormat": "png"
141
+ },
142
+ "description": "Main camera RGB observation."
143
+ }
144
+ }
145
+ }
146
+ }
147
+ }
148
+ }
149
+ },
150
+ "length": "-1"
151
+ }
152
+ }
153
+ }
154
+ }
155
+ }