Descrizione :
Pagina iniziale : https://github.com/notmahi/dobb-e
Codice sorgente :
tfds.robotics.rtx.Dobbe
Versioni :
-
0.1.0
(predefinito): versione iniziale.
-
Dimensioni del download :
Unknown size
Dimensione del set di dati :
21.21 GiB
Memorizzazione nella cache automatica ( documentazione ): No
Divide :
Diviso | Esempi |
---|---|
'train' | 5.208 |
- Struttura delle caratteristiche :
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),
}),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
metadati_episodio | CaratteristicheDict | |||
metadati_episodio/percorso_file | Tensore | corda | ||
passi | Set di dati | |||
passi/azione | Tensore | (7,) | float32 | |
passi/sconto | Scalare | float32 | ||
passi/è_primo | Tensore | bool | ||
passi/è_ultimo | Tensore | bool | ||
passi/è_terminale | Tensore | bool | ||
passaggi/incorporamento_lingua | Tensore | (512,) | float32 | |
passi/lingua_istruzioni | Tensore | corda | ||
passi/osservazione | CaratteristicheDict | |||
passi/osservazione/pinza | Tensore | (1,) | float32 | |
passi/osservazione/quat | Tensore | (4,) | float32 | |
passi/osservazione/rot | Tensore | (3,) | float32 | |
passi/osservazione/stato | Tensore | (7,) | float32 | |
passi/osservazione/immagine_polso | Immagine | (256, 256, 3) | uint8 | |
passi/osservazione/xyz | Tensore | (3,) | float32 | |
passi/ricompensa | Scalare | float32 |
Chiavi supervisionate (vedi il documento
as_supervised
):None
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ):
- Citazione :
@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} }