- Descrizione :
A1 che cammina, senza RGB
Pagina iniziale : https://saytap.github.io/
Codice sorgente :
tfds.robotics.rtx.UtokyoSaytapConvertedExternallyToRlds
Versioni :
-
0.1.0
(predefinito): versione iniziale.
-
Dimensioni del download :
Unknown size
Dimensione del set di dati :
55.34 MiB
Memorizzazione nella cache automatica ( documentazione ): sì
Divide :
Diviso | Esempi |
---|---|
'train' | 20 |
- Struttura delle caratteristiche :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
}),
'steps': Dataset({
'action': Tensor(shape=(12,), dtype=float32, description=Robot action, consists of [12x joint positios].),
'discount': Scalar(shape=(), dtype=float32, description=Discount if provided, default to 1.),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'language_embedding': Tensor(shape=(512,), dtype=float32, description=Kona language embedding. See https://tfhub.dev/google/universal-sentence-encoder-large/5),
'language_instruction': Text(shape=(), dtype=string),
'observation': FeaturesDict({
'desired_pattern': Tensor(shape=(4, 5), dtype=bool, description=Desired foot contact pattern for the 4 legs, the 4 rows are for the front right, front left, rear right and rear left legs, the pattern length is 5 (=0.1s).),
'desired_vel': Tensor(shape=(3,), dtype=float32, description=Desired velocites. The first 2 are linear velocities along and perpendicular to the heading direction, the 3rd is the desired angular velocity about the yaw axis.),
'image': Image(shape=(64, 64, 3), dtype=uint8, description=Dummy camera RGB observation.),
'prev_act': Tensor(shape=(12,), dtype=float32, description=Actions applied in the previous step.),
'proj_grav_vec': Tensor(shape=(3,), dtype=float32, description=The gravity vector [0, 0, -1] in the robot base frame.),
'state': Tensor(shape=(30,), dtype=float32, description=Robot state, consists of [3x robot base linear velocity, 3x base angular vel, 12x joint position, 12x joint velocity].),
'wrist_image': Image(shape=(64, 64, 3), dtype=uint8, description=Dummy wrist camera RGB observation.),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
}),
})
- Documentazione delle funzionalità :
Caratteristica | Classe | Forma | Tipo D | Descrizione |
---|---|---|---|---|
CaratteristicheDict | ||||
metadati_episodio | CaratteristicheDict | |||
metadati_episodio/percorso_file | Testo | corda | Percorso del file di dati originale. | |
passi | Set di dati | |||
passi/azione | Tensore | (12,) | float32 | L'azione del robot consiste in [12 posizioni articolari]. |
passi/sconto | Scalare | float32 | Sconto se fornito, il valore predefinito è 1. | |
passi/è_primo | Tensore | bool | ||
passi/è_ultimo | Tensore | bool | ||
passi/è_terminale | Tensore | bool | ||
passaggi/incorporamento_lingua | Tensore | (512,) | float32 | Incorporamento del linguaggio Kona. Vedi https://tfhub.dev/google/universal-sentence-encoder-large/5 |
passi/lingua_istruzioni | Testo | corda | Insegnamento della lingua. | |
passi/osservazione | CaratteristicheDict | |||
passi/osservazione/modello_desiderato | Tensore | (4, 5) | bool | Schema di contatto del piede desiderato per le 4 gambe, le 4 file sono per la gamba anteriore destra, anteriore sinistra, posteriore destra e posteriore sinistra, la lunghezza dello schema è 5 (=0,1 s). |
passi/osservazione/vel_desiderato | Tensore | (3,) | float32 | Velocità desiderate. Le prime 2 sono velocità lineari lungo e perpendicolare alla direzione di rotta, la terza è la velocità angolare desiderata attorno all'asse di imbardata. |
passi/osservazione/immagine | Immagine | (64, 64, 3) | uint8 | Osservazione RGB con telecamera fittizia. |
passi/osservazione/prev_act | Tensore | (12,) | float32 | Azioni applicate nel passaggio precedente. |
passi/osservazione/proj_grav_vec | Tensore | (3,) | float32 | Il vettore di gravità [0, 0, -1] nel telaio di base del robot. |
passi/osservazione/stato | Tensore | (30,) | float32 | Stato del robot, consiste di [3x velocità lineare di base del robot, 3x velocità angolare di base, 12x posizione del giunto, 12x velocità del giunto]. |
passi/osservazione/immagine_polso | Immagine | (64, 64, 3) | uint8 | Osservazione RGB con telecamera da polso fittizia. |
passi/ricompensa | Scalare | float32 | Ricompensa se fornita, 1 nel passaggio finale per le demo. |
Chiavi supervisionate (vedi il documento
as_supervised
):None
Figura ( tfds.show_examples ): non supportato.
Esempi ( tfds.as_dataframe ): Mancante.
Citazione :
@article{saytap2023,
author = {Yujin Tang and Wenhao Yu and Jie Tan and Heiga Zen and Aleksandra Faust and
Tatsuya Harada},
title = {SayTap: Language to Quadrupedal Locomotion},
eprint = {arXiv:2306.07580},
url = {https://saytap.github.io},
note = "{https://saytap.github.io}",
year = {2023}
}