- คำอธิบาย :
UR5 ปฏิบัติงานหยิบ/วาง/หมุนบนโต๊ะ
หน้าแรก : https://link.springer.com/article/10.1007/s10514-023-10129-1
ซอร์สโค้ด :
tfds.robotics.rtx.AsuTableTopConvertedExternallyToRlds
รุ่น :
-
0.1.0
(ค่าเริ่มต้น): การเปิดตัวครั้งแรก
-
ขนาดการดาวน์โหลด :
Unknown size
ขนาดชุดข้อมูล :
737.60 MiB
แคชอัตโนมัติ ( เอกสาร ): No
แยก :
แยก | ตัวอย่าง |
---|---|
'train' | 110 |
- โครงสร้างคุณสมบัติ :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
}),
'steps': Dataset({
'action': Tensor(shape=(7,), dtype=float32, description=Robot action, consists of [7x joint velocities, 2x gripper velocities, 1x terminate episode].),
'action_delta': Tensor(shape=(7,), dtype=float32, description=Robot delta action, consists of [7x joint velocities, 2x gripper velocities, 1x terminate episode].),
'action_inst': Text(shape=(), dtype=string),
'discount': Scalar(shape=(), dtype=float32, description=Discount if provided, default to 1.),
'goal_object': Text(shape=(), dtype=string),
'ground_truth_states': FeaturesDict({
'EE': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
'bottle': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
'bread': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
'coke': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
'cube': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
'milk': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
'pepsi': Tensor(shape=(6,), dtype=float32, description=xyzrpy),
}),
'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=(224, 224, 3), dtype=uint8, description=Main camera RGB observation.),
'state': Tensor(shape=(7,), dtype=float32, description=Robot state, consists of [6x robot joint angles, 1x gripper position].),
'state_vel': Tensor(shape=(7,), dtype=float32, description=Robot joint velocity, consists of [6x robot joint angles, 1x gripper position].),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
}),
})
- เอกสารคุณสมบัติ :
คุณสมบัติ | ระดับ | รูปร่าง | ประเภทD | คำอธิบาย |
---|---|---|---|---|
คุณสมบัติDict | ||||
ตอนที่_ข้อมูลเมตา | คุณสมบัติDict | |||
ตอนที่_metadata/file_path | ข้อความ | เชือก | เส้นทางไปยังไฟล์ข้อมูลต้นฉบับ | |
ขั้นตอน | ชุดข้อมูล | |||
ขั้นตอน/การดำเนินการ | เทนเซอร์ | (7,) | ลอย32 | การทำงานของหุ่นยนต์ประกอบด้วย [ความเร็วข้อต่อ 7x, ความเร็วของกริปเปอร์ 2x, ตอนสิ้นสุด 1x] |
ขั้นตอน/action_delta | เทนเซอร์ | (7,) | ลอย32 | การกระทำของหุ่นยนต์เดลต้าประกอบด้วย [ความเร็วข้อต่อ 7x, ความเร็วของกริปเปอร์ 2x, ตอนสิ้นสุด 1x] |
ขั้นตอน/การกระทำ_inst | ข้อความ | เชือก | การดำเนินการที่จะดำเนินการ | |
ขั้นตอน/ส่วนลด | สเกลาร์ | ลอย32 | ส่วนลดหากมีให้ ค่าเริ่มต้นคือ 1 | |
ขั้นตอน/เป้าหมาย_วัตถุ | ข้อความ | เชือก | วัตถุที่จะจัดการด้วย | |
ขั้นตอน/ground_truth_states | คุณสมบัติDict | |||
ขั้นตอน/ground_truth_states/EE | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/ground_truth_states/ขวด | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/ground_truth_states/bread | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/ground_truth_states/โค้ก | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/ground_truth_states/cube | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/ground_truth_states/นม | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/ground_truth_states/pepsi | เทนเซอร์ | (6,) | ลอย32 | xyzrpy |
ขั้นตอน/is_first | เทนเซอร์ | บูล | ||
ขั้นตอน/is_last | เทนเซอร์ | บูล | ||
ขั้นตอน/is_terminal | เทนเซอร์ | บูล | ||
ขั้นตอน/ภาษา_embedding | เทนเซอร์ | (512,) | ลอย32 | การฝังภาษาโคน่า ดู https://tfhub.dev/google/universal-sentence-encoder-large/5 |
ขั้นตอน/Language_instruction | ข้อความ | เชือก | การสอนภาษา. | |
ขั้นตอน/การสังเกต | คุณสมบัติDict | |||
ขั้นตอน/การสังเกต/ภาพ | ภาพ | (224, 224, 3) | uint8 | การสังเกต RGB ของกล้องหลัก |
ขั้นตอน/การสังเกต/สถานะ | เทนเซอร์ | (7,) | ลอย32 | สถานะของหุ่นยนต์ประกอบด้วย [6x มุมข้อต่อของหุ่นยนต์, 1x ตำแหน่งกริปเปอร์] |
ขั้นตอน/การสังเกต/state_vel | เทนเซอร์ | (7,) | ลอย32 | ความเร็วข้อต่อของหุ่นยนต์ประกอบด้วย [6x มุมข้อต่อของหุ่นยนต์, 1x ตำแหน่งกริปเปอร์] |
ขั้นตอน/รางวัล | สเกลาร์ | ลอย32 | รางวัลหากมีให้ 1 ในขั้นตอนสุดท้ายสำหรับการสาธิต |
คีย์ภายใต้การดูแล (ดู
as_supervised
doc ):None
รูปภาพ ( tfds.show_examples ): ไม่รองรับ
ตัวอย่าง ( tfds.as_dataframe ):
- การอ้างอิง :
@inproceedings{zhou2023modularity,
title={Modularity through Attention: Efficient Training and Transfer of Language-Conditioned Policies for Robot Manipulation},
author={Zhou, Yifan and Sonawani, Shubham and Phielipp, Mariano and Stepputtis, Simon and Amor, Heni},
booktitle={Conference on Robot Learning},
pages={1684--1695},
year={2023},
organization={PMLR}
}
@article{zhou2023learning,
title={Learning modular language-conditioned robot policies through attention},
author={Zhou, Yifan and Sonawani, Shubham and Phielipp, Mariano and Ben Amor, Heni and Stepputtis, Simon},
journal={Autonomous Robots},
pages={1--21},
year={2023},
publisher={Springer}
}