dlr_edan_shared_control_converted_externally_to_rlds

  • Descrizione :

sedia a rotelle con braccio che esegue attività di prelievo dagli scaffali

Diviso Esempi
'train' 104
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_metadata': FeaturesDict({
        'file_path': Text(shape=(), dtype=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': Text(shape=(), dtype=string),
        'observation': FeaturesDict({
            'image': Image(shape=(360, 640, 3), dtype=uint8),
            'state': Tensor(shape=(7,), dtype=float32),
        }),
        'reward': Scalar(shape=(), dtype=float32),
    }),
})
  • 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 (7,) float32 L'azione del robot consiste in [3x posizione EEF del robot, 3x orientamento EEF del robot imbardata/beccheggio/rollio calcolato con la classe scipy Rotation.as_euler(="zxy")).
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 Versare nella tazza.
passi/osservazione CaratteristicheDict
passi/osservazione/immagine Immagine (360, 640, 3) uint8 Osservazione RGB della fotocamera principale.
passi/osservazione/stato Tensore (7,) float32 Stato del robot, costituito da [3x posizione EEF del robot, 3x orientamento EEF del robot imbardata/beccheggio/rollio calcolato con la classe scipy Rotation.as_euler(="zxy")].
passi/ricompensa Scalare float32 Ricompensa se fornita, 1 nel passaggio finale per le demo.
  • Citazione :
@inproceedings{vogel_edan_2020,
    title = {EDAN - an EMG-Controlled Daily Assistant to Help People with Physical Disabilities},
    language = {en},
    booktitle = {2020 {IEEE}/{RSJ} {International} {Conference} on {Intelligent} {Robots} and {Systems} ({IROS})},
    author = {Vogel, Jörn and Hagengruber, Annette and Iskandar, Maged and Quere, Gabriel and Leipscher, Ulrike and Bustamante, Samuel and Dietrich, Alexander and Hoeppner, Hannes and Leidner, Daniel and Albu-Schäffer, Alin},
    year = {2020}
}
@inproceedings{quere_shared_2020,
    address = {Paris, France},
    title = {Shared {Control} {Templates} for {Assistive} {Robotics} },
    language = {en},
    booktitle = {2020 {IEEE} {International} {Conference} on {Robotics} and {Automation} ({ICRA})},
    author = {Quere, Gabriel and Hagengruber, Annette and Iskandar, Maged and Bustamante, Samuel and Leidner, Daniel and Stulp, Freek and Vogel, Joern},
    year = {2020},
    pages = {7},
}