robotimimic_mg

  • Descrizione :

I set di dati generati dalla macchina Robomimic sono stati raccolti utilizzando un agente Soft Actor Critic addestrato con una densa ricompensa. Ogni set di dati è costituito dal buffer di riproduzione dell'agente.

Ogni attività ha due versioni: una con osservazioni a bassa dimensione ( low_dim ) e una con immagini ( image ).

I set di dati seguono il formato RLDS per rappresentare passaggi ed episodi.

@inproceedings{robomimic2021,
  title={What Matters in Learning from Offline Human Demonstrations for Robot Manipulation},
  author={Ajay Mandlekar and Danfei Xu and Josiah Wong and Soroush Nasiriany
          and Chen Wang and Rohun Kulkarni and Li Fei-Fei and Silvio Savarese
          and Yuke Zhu and Roberto Mart\'{i}n-Mart\'{i}n},
  booktitle={Conference on Robot Learning},
  year={2021}
}

robomimic_mg/lift_mg_image (configurazione predefinita)

  • Dimensione del download : 18.04 GiB

  • Dimensione del set di dati : 2.73 GiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 1.500
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passaggi/osservazione/agentview_image Immagine (84, 84, 3) uint8
passi/osservazione/oggetto Tensore (10,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_eye_in_hand_image Immagine (84, 84, 3) uint8
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (32,) galleggiante64

robotimimic_mg/lift_mg_low_dim

  • Dimensione del download : 302.25 MiB

  • Dimensione del set di dati : 195.10 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 1.500
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passi/osservazione/oggetto Tensore (10,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (32,) galleggiante64

robotimimic_mg/can_mg_image

  • Dimensioni del download : 47.14 GiB

  • Dimensione del set di dati : 11.15 GiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 3.900
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passaggi/osservazione/agentview_image Immagine (84, 84, 3) uint8
passi/osservazione/oggetto Tensore (14,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_eye_in_hand_image Immagine (84, 84, 3) uint8
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (71,) galleggiante64

robotimimic_mg/can_mg_low_dim

  • Dimensione del download : 1.01 GiB

  • Dimensione del set di dati : 697.71 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 3.900
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passi/osservazione/oggetto Tensore (14,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (71,) galleggiante64
,

  • Descrizione :

I set di dati generati dalla macchina Robomimic sono stati raccolti utilizzando un agente Soft Actor Critic addestrato con una densa ricompensa. Ogni set di dati è costituito dal buffer di riproduzione dell'agente.

Ogni attività ha due versioni: una con osservazioni a bassa dimensione ( low_dim ) e una con immagini ( image ).

I set di dati seguono il formato RLDS per rappresentare passaggi ed episodi.

@inproceedings{robomimic2021,
  title={What Matters in Learning from Offline Human Demonstrations for Robot Manipulation},
  author={Ajay Mandlekar and Danfei Xu and Josiah Wong and Soroush Nasiriany
          and Chen Wang and Rohun Kulkarni and Li Fei-Fei and Silvio Savarese
          and Yuke Zhu and Roberto Mart\'{i}n-Mart\'{i}n},
  booktitle={Conference on Robot Learning},
  year={2021}
}

robomimic_mg/lift_mg_image (configurazione predefinita)

  • Dimensione del download : 18.04 GiB

  • Dimensione del set di dati : 2.73 GiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 1.500
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passaggi/osservazione/agentview_image Immagine (84, 84, 3) uint8
passi/osservazione/oggetto Tensore (10,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_eye_in_hand_image Immagine (84, 84, 3) uint8
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (32,) galleggiante64

robotimimic_mg/lift_mg_low_dim

  • Dimensione del download : 302.25 MiB

  • Dimensione del set di dati : 195.10 MiB

  • Cache automatica ( documentazione ): solo quando shuffle_files=False (treno)

  • Divisioni :

Diviso Esempi
'train' 1.500
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passi/osservazione/oggetto Tensore (10,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (32,) galleggiante64

robotimimic_mg/can_mg_image

  • Dimensioni del download : 47.14 GiB

  • Dimensione del set di dati : 11.15 GiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 3.900
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passaggi/osservazione/agentview_image Immagine (84, 84, 3) uint8
passi/osservazione/oggetto Tensore (14,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_eye_in_hand_image Immagine (84, 84, 3) uint8
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (71,) galleggiante64

robotimimic_mg/can_mg_low_dim

  • Dimensione del download : 1.01 GiB

  • Dimensione del set di dati : 697.71 MiB

  • Cache automatica ( documentazione ): No

  • Divisioni :

Diviso Esempi
'train' 3.900
  • Struttura delle caratteristiche :
FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
episodio_id Tensore corda
orizzonte Tensore int32
passi Set di dati
passi/azione Tensore (7,) galleggiante64
passi/sconto Tensore int32
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passi/osservazione/oggetto Tensore (14,) galleggiante64
passi/osservazione/robot0_eef_pos Tensore (3,) galleggiante64 Posizione dell'end-effector
passi/osservazione/robot0_eef_quat Tensore (4,) galleggiante64 Orientamento dell'end-effector
passi/osservazione/robot0_eef_vel_ang Tensore (3,) galleggiante64 Velocità angolare dell'end-effector
passi/osservazione/robot0_eef_vel_lin Tensore (3,) galleggiante64 Velocità cartesiana dell'effettore finale
passi/osservazione/robot0_gripper_qpos Tensore (2,) galleggiante64 Posizione della pinza
passi/osservazione/robot0_gripper_qvel Tensore (2,) galleggiante64 Velocità di presa
passi/osservazione/robot0_joint_pos Tensore (7,) galleggiante64 Posizioni articolari 7DOF
passi/osservazione/robot0_joint_pos_cos Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_pos_sin Tensore (7,) galleggiante64
passi/osservazione/robot0_joint_vel Tensore (7,) galleggiante64 Velocità articolari 7DOF
passi/ricompensa Tensore galleggiante64
passi/stati Tensore (71,) galleggiante64