eth_agent_affordances

  • คำอธิบาย :

เตาอบแบบเปิด Franka -- point cloud + proprio เท่านั้น

แยก ตัวอย่าง
'train' 118
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
    'episode_metadata': FeaturesDict({
        'file_path': Text(shape=(), dtype=string),
        'input_point_cloud': Tensor(shape=(10000, 3), dtype=float16),
    }),
    'steps': Dataset({
        'action': Tensor(shape=(6,), 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=(64, 64, 3), dtype=uint8),
            'input_point_cloud': Tensor(shape=(10000, 3), dtype=float16),
            'state': Tensor(shape=(8,), dtype=float32),
        }),
        'reward': Scalar(shape=(), dtype=float32),
    }),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ตอนที่_ข้อมูลเมตา คุณสมบัติDict
ตอนที่_metadata/file_path ข้อความ เชือก เส้นทางไปยังไฟล์ข้อมูลต้นฉบับ
ตอนที่_metadata/input_point_cloud เทนเซอร์ (10,000,3) ลอย16 Point cloud (เรขาคณิตเท่านั้น) ของวัตถุที่จุดเริ่มต้นของตอน (กรอบโลก) เป็นอาร์เรย์ตัวเลข (10,000,3)
ขั้นตอน ชุดข้อมูล
ขั้นตอน/การดำเนินการ เทนเซอร์ (6,) ลอย32 การกระทำของหุ่นยนต์ ประกอบด้วย [ความเร็วเอฟเฟกต์ปลาย (v_x,v_y,v_z,omega_x,omega_y,omega_z) ในเฟรมโลก
ขั้นตอน/ส่วนลด สเกลาร์ ลอย32 ส่วนลดหากมีให้ ค่าเริ่มต้นคือ 1
ขั้นตอน/is_first เทนเซอร์ บูล
ขั้นตอน/is_last เทนเซอร์ บูล
ขั้นตอน/is_terminal เทนเซอร์ บูล
ขั้นตอน/ภาษา_embedding เทนเซอร์ (512,) ลอย32 การฝังภาษาโคน่า ดู https://tfhub.dev/google/universal-sentence-encoder-large/5
ขั้นตอน/Language_instruction ข้อความ เชือก การสอนภาษา.
ขั้นตอน/การสังเกต คุณสมบัติDict
ขั้นตอน/การสังเกต/ภาพ ภาพ (64, 64, 3) uint8 การสังเกต RGB ของกล้องหลัก ไม่พร้อมใช้งานสำหรับชุดข้อมูลนี้ จะถูกตั้งค่าเป็น np.zeros
ขั้นตอน/การสังเกต/input_point_cloud เทนเซอร์ (10,000,3) ลอย16 Point cloud (เรขาคณิตเท่านั้น) ของวัตถุที่จุดเริ่มต้นของตอน (กรอบโลก) เป็นอาร์เรย์ตัวเลข (10,000,3)
ขั้นตอน/การสังเกต/สถานะ เทนเซอร์ (8,) ลอย32 สถานะ ประกอบด้วย [ท่าเอนด์เอฟเฟกต์ (x,y,z,yaw,pitch,roll) ในเวิลด์เฟรม, 1x กริปเปอร์เปิด/ปิด, 1x มุมเปิดประตู]
ขั้นตอน/รางวัล สเกลาร์ ลอย32 รางวัลหากมีให้ 1 ในขั้นตอนสุดท้ายสำหรับการสาธิต
  • การอ้างอิง :
@inproceedings{schiavi2023learning,
  title={Learning agent-aware affordances for closed-loop interaction with articulated objects},
  author={Schiavi, Giulio and Wulkop, Paula and Rizzi, Giuseppe and Ott, Lionel and Siegwart, Roland and Chung, Jen Jen},
  booktitle={2023 IEEE International Conference on Robotics and Automation (ICRA)},
  pages={5916--5922},
  year={2023},
  organization={IEEE}
}