conq_hose_manipulation

  • คำอธิบาย :

ชุดข้อมูลการจัดการอุปกรณ์เคลื่อนที่

แยก ตัวอย่าง
'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
  • การอ้างอิง :
@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}
}