zhouhongyi's picture
Upload 34 files
0eddb5e verified
{
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
"featuresDict": {
"features": {
"steps": {
"pythonClassName": "tensorflow_datasets.core.features.dataset_feature.Dataset",
"sequence": {
"feature": {
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
"featuresDict": {
"features": {
"reward": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "float32",
"encoding": "none"
}
},
"discount": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "float32",
"encoding": "none"
}
},
"is_last": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "bool",
"encoding": "none"
}
},
"language_instruction": {
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
"text": {}
},
"observation": {
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
"featuresDict": {
"features": {
"images_wrist_right": {
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
"image": {
"shape": {
"dimensions": [
"224",
"224",
"3"
]
},
"dtype": "uint8"
}
},
"images_top": {
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
"image": {
"shape": {
"dimensions": [
"224",
"224",
"3"
]
},
"dtype": "uint8"
}
},
"state": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {
"dimensions": [
"14"
]
},
"dtype": "float32",
"encoding": "none"
}
},
"images_wrist_left": {
"pythonClassName": "tensorflow_datasets.core.features.image_feature.Image",
"image": {
"shape": {
"dimensions": [
"224",
"224",
"3"
]
},
"dtype": "uint8"
}
}
}
}
},
"is_first": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "bool",
"encoding": "none"
}
},
"is_terminal": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "bool",
"encoding": "none"
}
},
"frame_index": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "int32",
"encoding": "none"
}
},
"timestamp": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {},
"dtype": "float32",
"encoding": "none"
}
},
"action": {
"pythonClassName": "tensorflow_datasets.core.features.tensor_feature.Tensor",
"tensor": {
"shape": {
"dimensions": [
"14"
]
},
"dtype": "float32",
"encoding": "none"
}
}
}
}
},
"length": "-1"
}
},
"episode_metadata": {
"pythonClassName": "tensorflow_datasets.core.features.features_dict.FeaturesDict",
"featuresDict": {
"features": {
"traj_length": {
"pythonClassName": "tensorflow_datasets.core.features.scalar.Scalar",
"tensor": {
"shape": {},
"dtype": "float64",
"encoding": "none"
},
"description": "Number of samples in trajectorie"
},
"file_path": {
"pythonClassName": "tensorflow_datasets.core.features.text_feature.Text",
"text": {},
"description": "Path to the original data file."
}
}
}
}
}
}
}