fractal20220817_data

  • Descrizione :

Manipolazione da tavolo con 17 oggetti

Diviso Esempi
'train' 87.212
  • Struttura delle caratteristiche :
FeaturesDict({
    'aspects': FeaturesDict({
        'already_success': bool,
        'feasible': bool,
        'has_aspects': bool,
        'success': bool,
        'undesirable': bool,
    }),
    'attributes': FeaturesDict({
        'collection_mode': int64,
        'collection_mode_name': string,
        'data_type': int64,
        'data_type_name': string,
        'env': int64,
        'env_name': string,
        'location': int64,
        'location_name': string,
        'objects_family': int64,
        'objects_family_name': string,
        'task_family': int64,
        'task_family_name': string,
    }),
    'steps': Dataset({
        'action': FeaturesDict({
            'base_displacement_vector': Tensor(shape=(2,), dtype=float32),
            'base_displacement_vertical_rotation': Tensor(shape=(1,), dtype=float32),
            'gripper_closedness_action': Tensor(shape=(1,), dtype=float32),
            'rotation_delta': Tensor(shape=(3,), dtype=float32),
            'terminate_episode': Tensor(shape=(3,), dtype=int32),
            'world_vector': Tensor(shape=(3,), dtype=float32),
        }),
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'base_pose_tool_reached': Tensor(shape=(7,), dtype=float32),
            'gripper_closed': Tensor(shape=(1,), dtype=float32),
            'gripper_closedness_commanded': Tensor(shape=(1,), dtype=float32),
            'height_to_bottom': Tensor(shape=(1,), dtype=float32),
            'image': Image(shape=(256, 320, 3), dtype=uint8),
            'natural_language_embedding': Tensor(shape=(512,), dtype=float32),
            'natural_language_instruction': string,
            'orientation_box': Tensor(shape=(2, 3), dtype=float32),
            'orientation_start': Tensor(shape=(4,), dtype=float32),
            'robot_orientation_positions_box': Tensor(shape=(3, 3), dtype=float32),
            'rotation_delta_to_go': Tensor(shape=(3,), dtype=float32),
            'src_rotation': Tensor(shape=(4,), dtype=float32),
            'vector_to_go': Tensor(shape=(3,), dtype=float32),
            'workspace_bounds': Tensor(shape=(3, 3), dtype=float32),
        }),
        'reward': Scalar(shape=(), dtype=float32),
    }),
})
  • Documentazione delle funzionalità :
Caratteristica Classe Forma Tipo D Descrizione
CaratteristicheDict
aspetti CaratteristicheDict Aspetti della sessione per le valutazioni del crowdcompute
aspetti/già_successo Tensore bool
aspetti/fattibile Tensore bool
aspetti/ha_aspetti Tensore bool
aspetti/successo Tensore bool
aspetti/indesiderabili Tensore bool
attributi CaratteristicheDict
attributi/modalità_raccolta Tensore int64
attributi/nome_modalità_raccolta Tensore corda
attributi/tipo_dati Tensore int64
attributi/nome_tipo_dati Tensore corda
attributi/ambient Tensore int64
attributi/nome_env Tensore corda
attributi/posizione Tensore int64
attributi/nome_posizione Tensore corda
attributi/oggetti_famiglia Tensore int64
attributi/oggetti_nome_famiglia Tensore corda
attributi/task_family Tensore int64
attributi/nome_famiglia_attività Tensore corda
passi Set di dati
passi/azione CaratteristicheDict
passi/azione/base_displacement_vettore Tensore (2,) float32
passi/azione/base_displacement_vertical_rotation Tensore (1,) float32
passi/azione/gripper_closedness_action Tensore (1,) float32 posizione continua della pinza
passi/azione/rotazione_delta Tensore (3,) float32 spostamento dell'orientamento comandato da rpy, nel sistema relativo alla base
passaggi/azione/termina_episodio Tensore (3,) int32
passi/azione/vettore_mondo Tensore (3,) float32 spostamento comandato dell'effettore finale, nel frame relativo alla base
passi/è_primo Tensore bool
passi/è_ultimo Tensore bool
passi/è_terminale Tensore bool
passi/osservazione CaratteristicheDict
passi/osservazione/base_pose_tool_reached Tensore (7,) float32 posizione relativa alla base dell'effettore finale + posa del quaternione
passi/osservazione/pinza_chiusa Tensore (1,) float32
passi/osservazione/pinza_chiusa_comandata Tensore (1,) float32 posizione continua della pinza
passi/osservazione/altezza_al_fondo Tensore (1,) float32 altezza dell'effettore finale da terra
passi/osservazione/immagine Immagine (256, 320, 3) uint8
passaggi/osservazione/incorporamento_linguaggio_naturale Tensore (512,) float32
passi/osservazione/istruzione_linguaggio_naturale Tensore corda
passi/osservazione/orientamento_box Tensore (2, 3) float32
passi/osservazione/orientamento_inizio Tensore (4,) float32
passi/osservazione/robot_orientation_positions_box Tensore (3, 3) float32
passi/osservazione/rotazione_delta_andare Tensore (3,) float32 spostamento rotazionale dall'orientamento corrente al bersaglio
passi/osservazione/src_rotazione Tensore (4,) float32
passi/osservazione/vettore_da_go Tensore (3,) float32 spostamento dalla posizione attuale dell'effettore finale al bersaglio
passi/osservazione/limiti_area di lavoro Tensore (3, 3) float32
passi/ricompensa Scalare float32
  • Citazione :
@article{brohan2022rt,
  title={Rt-1: Robotics transformer for real-world control at scale},
  author={Brohan, Anthony and Brown, Noah and Carbajal, Justice and Chebotar, Yevgen and Dabis, Joseph and Finn, Chelsea and Gopalakrishnan, Keerthana and Hausman, Karol and Herzog, Alex and Hsu, Jasmine and others},
  journal={arXiv preprint arXiv:2212.06817},
  year={2022}
}