- คำอธิบาย :
ชุดข้อมูลการจัดการอุปกรณ์เคลื่อนที่
- หน้าแรก : https://sites.google.com/corp/view/conq-hose-manipulation-dataset/home 
- ซอร์สโค้ด : - tfds.robotics.rtx.ConqHoseManipulation
- รุ่น : -  0.1.0(ค่าเริ่มต้น): การเปิดตัวครั้งแรก
 
-  
- ขนาดการดาวน์โหลด : - Unknown size
- ขนาดชุดข้อมูล : - 2.72 GiB
- แคชอัตโนมัติ ( เอกสาร ): No 
- แยก : 
| แยก | ตัวอย่าง | 
|---|---|
| 'train' | 113 | 
| 'val' | 26 | 
- โครงสร้างคุณสมบัติ :
FeaturesDict({
    'episode_metadata': FeaturesDict({
        'file_path': 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': string,
        'observation': FeaturesDict({
            'frontleft_fisheye_image': Image(shape=(726, 604, 3), dtype=uint8),
            'frontright_fisheye_image': Image(shape=(726, 604, 3), dtype=uint8),
            'hand_color_image': Image(shape=(480, 640, 3), dtype=uint8),
            'state': Tensor(shape=(66,), dtype=float32),
        }),
        'reward': Scalar(shape=(), dtype=float32),
    }),
})
- เอกสารคุณสมบัติ :
| คุณสมบัติ | ระดับ | รูปร่าง | ประเภทD | คำอธิบาย | 
|---|---|---|---|---|
| คุณสมบัติDict | ||||
| ตอนที่_ข้อมูลเมตา | คุณสมบัติDict | |||
| ตอนที่_metadata/file_path | เทนเซอร์ | เชือก | ||
| ขั้นตอน | ชุดข้อมูล | |||
| ขั้นตอน/การดำเนินการ | เทนเซอร์ | (7,) | ลอย32 | |
| ขั้นตอน/ส่วนลด | สเกลาร์ | ลอย32 | ||
| ขั้นตอน/is_first | เทนเซอร์ | บูล | ||
| ขั้นตอน/is_last | เทนเซอร์ | บูล | ||
| ขั้นตอน/is_terminal | เทนเซอร์ | บูล | ||
| ขั้นตอน/ภาษา_embedding | เทนเซอร์ | (512,) | ลอย32 | |
| ขั้นตอน/Language_instruction | เทนเซอร์ | เชือก | ||
| ขั้นตอน/การสังเกต | คุณสมบัติDict | |||
| ขั้นตอน/ข้อสังเกต/frontleft_fisheye_image | ภาพ | (726, 604, 3) | uint8 | |
| ขั้นตอน/การสังเกต/frontright_fisheye_image | ภาพ | (726, 604, 3) | uint8 | |
| ขั้นตอน/การสังเกต/hand_color_image | ภาพ | (480, 640, 3) | uint8 | |
| ขั้นตอน/การสังเกต/สถานะ | เทนเซอร์ | (66,) | ลอย32 | |
| ขั้นตอน/รางวัล | สเกลาร์ | ลอย32 | 
- คีย์ภายใต้การดูแล (ดู - as_superviseddoc ):- None
- รูปภาพ ( tfds.show_examples ): ไม่รองรับ 
- ตัวอย่าง ( tfds.as_dataframe ): 
- การอ้างอิง :
@misc{ConqHoseManipData,
author={Peter Mitrano and Dmitry Berenson},
title={Conq Hose Manipulation Dataset, v1.15.0},
year={2024},
howpublished={https://sites.google.com/view/conq-hose-manipulation-dataset}
}