Descrição :
Página inicial : https://github.com/notmahi/dobb-e
Código fonte :
tfds.robotics.rtx.DobbeVersões :
-
0.1.0(padrão): versão inicial.
-
Tamanho do download :
Unknown sizeTamanho do conjunto de dados :
21.21 GiBArmazenado em cache automaticamente ( documentação ): Não
Divisões :
| Dividir | Exemplos |
|---|---|
'train' | 5.208 |
- Estrutura de recursos :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': string,
}),
'steps': Dataset({
'action': Tensor(shape=(7,), dtype=float32),
'discount': Scalar(shape=(), dtype=float32),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'language_embedding': Tensor(shape=(512,), dtype=float32),
'language_instruction': string,
'observation': FeaturesDict({
'gripper': Tensor(shape=(1,), dtype=float32),
'quat': Tensor(shape=(4,), dtype=float32),
'rot': Tensor(shape=(3,), dtype=float32),
'state': Tensor(shape=(7,), dtype=float32),
'wrist_image': Image(shape=(256, 256, 3), dtype=uint8),
'xyz': Tensor(shape=(3,), dtype=float32),
}),
'reward': Scalar(shape=(), dtype=float32),
}),
})
- Documentação de recursos :
| Recurso | Aula | Forma | Tipo D | Descrição |
|---|---|---|---|---|
| RecursosDict | ||||
| episódio_metadados | RecursosDict | |||
| episódio_metadados/caminho_do_arquivo | Tensor | corda | ||
| passos | Conjunto de dados | |||
| etapas/ação | Tensor | (7,) | float32 | |
| passos/desconto | Escalar | float32 | ||
| passos/é_primeiro | Tensor | bool | ||
| passos/é_último | Tensor | bool | ||
| etapas/is_terminal | Tensor | bool | ||
| etapas/idioma_incorporação | Tensor | (512,) | float32 | |
| etapas/instrução_idioma | Tensor | corda | ||
| etapas/observação | RecursosDict | |||
| passos/observação/garra | Tensor | (1,) | float32 | |
| passos/observação/quat | Tensor | (4,) | float32 | |
| passos/observação/podridão | Tensor | (3,) | float32 | |
| etapas/observação/estado | Tensor | (7,) | float32 | |
| passos/observação/imagem_de_pulso | Imagem | (256, 256, 3) | uint8 | |
| etapas/observação/xyz | Tensor | (3,) | float32 | |
| passos/recompensa | Escalar | float32 |
Chaves supervisionadas (consulte o documento
as_supervised):NoneFigura ( tfds.show_examples ): Não suportado.
Exemplos ( tfds.as_dataframe ):
- Citação :
@misc{shafiullah2023dobbe, title={On Bringing Robots Home}, author={Nur Muhammad Mahi Shafiullah and Anant Rai and Haritheja Etukuru and Yiqian Liu and Ishan Misra and Soumith Chintala and Lerrel Pinto}, year={2023}, eprint={2311.16098}, archivePrefix={arXiv}, primaryClass={cs.RO} }