- Descrizione :
Ciao robot che apre armadietti, forni a microonde ecc
Pagina iniziale : https://jyopari.github.io/VINN/
Codice sorgente :
tfds.robotics.rtx.NyuDoorOpeningSurprisingEffectiveness
Versioni :
-
0.1.0
(predefinito): versione iniziale.
-
Dimensioni del download :
Unknown size
Dimensioni del set di dati :
7.12 GiB
Memorizzazione nella cache automatica ( documentazione ): No
Divide :
Diviso | Esempi |
---|---|
'test' | 49 |
'train' | 435 |
- Struttura delle caratteristiche :
FeaturesDict({
'steps': Dataset({
'action': FeaturesDict({
'gripper_closedness_action': Tensor(shape=(1,), dtype=float32),
'rotation_delta': Tensor(shape=(3,), dtype=float32, description=Angular velocity around x, y and z axis.),
'terminate_episode': float32,
'world_vector': Tensor(shape=(3,), dtype=float32, description=Velocity in XYZ.),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': FeaturesDict({
'image': Image(shape=(720, 960, 3), dtype=uint8),
'natural_language_embedding': Tensor(shape=(512,), dtype=float32),
'natural_language_instruction': string,
}),
'reward': Scalar(shape=(), dtype=float32),
}),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
passi | Set di dati | |||
passi/azione | CaratteristicheDict | |||
passi/azione/gripper_closedness_action | Tensore | (1,) | float32 | |
passi/azione/rotazione_delta | Tensore | (3,) | float32 | Velocità angolare attorno agli assi x, y e z. |
passaggi/azione/termina_episodio | Tensore | float32 | ||
passi/azione/vettore_mondo | Tensore | (3,) | float32 | Velocità in XYZ. |
passi/è_primo | Tensore | bool | ||
passi/è_ultimo | Tensore | bool | ||
passi/è_terminale | Tensore | bool | ||
passi/osservazione | CaratteristicheDict | |||
passi/osservazione/immagine | Immagine | (720, 960, 3) | uint8 | |
passaggi/osservazione/incorporamento_linguaggio_naturale | Tensore | (512,) | float32 | |
passi/osservazione/istruzione_linguaggio_naturale | Tensore | corda | ||
passi/ricompensa | Scalare | float32 |
Chiavi supervisionate (vedi il documento
as_supervised
):None
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ):
- Citazione :
@misc{pari2021surprising,
title={The Surprising Effectiveness of Representation Learning for Visual Imitation},
author={Jyothish Pari and Nur Muhammad Shafiullah and Sridhar Pandian Arunachalam and Lerrel Pinto},
year={2021},
eprint={2112.01511},
archivePrefix={arXiv},
primaryClass={cs.RO}
}