xxxxxyang commited on
Commit
4834052
·
verified ·
1 Parent(s): e054671

Upload dlr_edan_shared_control_converted_externally_to_rlds/features.json with huggingface_hub

Browse files
dlr_edan_shared_control_converted_externally_to_rlds/features.json ADDED
@@ -0,0 +1,140 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ "is_last": {
13
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
14
+ "tensor": {
15
+ "shape": {},
16
+ "dtype": "bool",
17
+ "encoding": "none"
18
+ }
19
+ },
20
+ "action": {
21
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
22
+ "tensor": {
23
+ "shape": {
24
+ "dimensions": [
25
+ "7"
26
+ ]
27
+ },
28
+ "dtype": "float32",
29
+ "encoding": "none"
30
+ },
31
+ "description": "Robot action, consists of [3x robot EEF position, 3x robot EEF orientation yaw/pitch/roll calculated with scipy Rotation.as_euler(=\"zxy\") Class]."
32
+ },
33
+ "discount": {
34
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
35
+ "tensor": {
36
+ "shape": {},
37
+ "dtype": "float32",
38
+ "encoding": "none"
39
+ },
40
+ "description": "Discount if provided, default to 1."
41
+ },
42
+ "is_first": {
43
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
44
+ "tensor": {
45
+ "shape": {},
46
+ "dtype": "bool",
47
+ "encoding": "none"
48
+ }
49
+ },
50
+ "language_embedding": {
51
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
52
+ "tensor": {
53
+ "shape": {
54
+ "dimensions": [
55
+ "512"
56
+ ]
57
+ },
58
+ "dtype": "float32",
59
+ "encoding": "none"
60
+ },
61
+ "description": "Kona language embedding. See https://tfhub.dev/google/universal-sentence-encoder-large/5"
62
+ },
63
+ "observation": {
64
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
65
+ "featuresDict": {
66
+ "features": {
67
+ "image": {
68
+ "pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
69
+ "image": {
70
+ "shape": {
71
+ "dimensions": [
72
+ "360",
73
+ "640",
74
+ "3"
75
+ ]
76
+ },
77
+ "dtype": "uint8",
78
+ "encodingFormat": "png"
79
+ },
80
+ "description": "Main camera RGB observation."
81
+ },
82
+ "state": {
83
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
84
+ "tensor": {
85
+ "shape": {
86
+ "dimensions": [
87
+ "7"
88
+ ]
89
+ },
90
+ "dtype": "float32",
91
+ "encoding": "none"
92
+ },
93
+ "description": "Robot state, consists of [3x robot EEF position, 3x robot EEF orientation yaw/pitch/roll calculated with scipy Rotation.as_euler(=\"zxy\") Class]."
94
+ }
95
+ }
96
+ }
97
+ },
98
+ "reward": {
99
+ "pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
100
+ "tensor": {
101
+ "shape": {},
102
+ "dtype": "float32",
103
+ "encoding": "none"
104
+ },
105
+ "description": "Reward if provided, 1 on final step for demos."
106
+ },
107
+ "language_instruction": {
108
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
109
+ "text": {},
110
+ "description": "Pour into the mug."
111
+ },
112
+ "is_terminal": {
113
+ "pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
114
+ "tensor": {
115
+ "shape": {},
116
+ "dtype": "bool",
117
+ "encoding": "none"
118
+ }
119
+ }
120
+ }
121
+ }
122
+ },
123
+ "length": "-1"
124
+ }
125
+ },
126
+ "episode_metadata": {
127
+ "pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
128
+ "featuresDict": {
129
+ "features": {
130
+ "file_path": {
131
+ "pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
132
+ "text": {},
133
+ "description": "Path to the original data file."
134
+ }
135
+ }
136
+ }
137
+ }
138
+ }
139
+ }
140
+ }