- คำอธิบาย :
เตาอบแบบเปิด Franka -- point cloud + proprio เท่านั้น
หน้าแรก : https://ieeexplore.ieee.org/iel7/10160211/10160212/10160747.pdf
ซอร์สโค้ด :
tfds.robotics.rtx.EthAgentAffordances
รุ่น :
-
0.1.0
(ค่าเริ่มต้น): การเปิดตัวครั้งแรก
-
ขนาดการดาวน์โหลด :
Unknown size
ขนาดชุดข้อมูล :
17.27 GiB
แคชอัตโนมัติ ( เอกสาร ): No
แยก :
แยก | ตัวอย่าง |
---|---|
'train' | 118 |
- โครงสร้างคุณสมบัติ :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
'input_point_cloud': Tensor(shape=(10000, 3), dtype=float16, description=Point cloud (geometry only) of the object at the beginning of the episode (world frame) as a numpy array (10000,3).),
}),
'steps': Dataset({
'action': Tensor(shape=(6,), dtype=float32, description=Robot action, consists of [end-effector velocity (v_x,v_y,v_z,omega_x,omega_y,omega_z) in world frame),
'discount': Scalar(shape=(), dtype=float32, description=Discount if provided, default to 1.),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'language_embedding': Tensor(shape=(512,), dtype=float32, description=Kona language embedding. See https://tfhub.dev/google/universal-sentence-encoder-large/5),
'language_instruction': Text(shape=(), dtype=string),
'observation': FeaturesDict({
'image': Image(shape=(64, 64, 3), dtype=uint8, description=Main camera RGB observation. Not available for this dataset, will be set to np.zeros.),
'input_point_cloud': Tensor(shape=(10000, 3), dtype=float16, description=Point cloud (geometry only) of the object at the beginning of the episode (world frame) as a numpy array (10000,3).),
'state': Tensor(shape=(8,), dtype=float32, description=State, consists of [end-effector pose (x,y,z,yaw,pitch,roll) in world frame, 1x gripper open/close, 1x door opening angle].),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
}),
})
- เอกสารคุณสมบัติ :
คุณสมบัติ | ระดับ | รูปร่าง | ประเภท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 ในขั้นตอนสุดท้ายสำหรับการสาธิต |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):None
รูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@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}
}