- คำอธิบาย :
หุ่นยนต์เล่นกับ 3 ฉากที่ซับซ้อน: เตาย่างที่มีอุปกรณ์ทำอาหารมากมาย เช่น เครื่องปิ้งขนมปัง กระทะ ฯลฯ โดยจะต้องหยิบ เปิด วาง ปิด ต้องจัดโต๊ะ ย้ายจาน ถ้วย ภาชนะต่างๆ และต้องวางจานในอ่างล้างจาน เครื่องล้างจาน แก้วน้ำ ฯลฯ
- หน้าแรก : https://play-fusion.github.io/ 
- ซอร์สโค้ด : - tfds.robotics.rtx.CmuPlayFusion
- รุ่น : -  0.1.0(ค่าเริ่มต้น): การเปิดตัวครั้งแรก
 
-  
- ขนาดการดาวน์โหลด : - Unknown size
- ขนาดชุดข้อมูล : - 6.68 GiB
- แคชอัตโนมัติ ( เอกสาร ): No 
- แยก : 
| แยก | ตัวอย่าง | 
|---|---|
| 'train' | 576 | 
- โครงสร้างคุณสมบัติ :
FeaturesDict({
    'episode_metadata': FeaturesDict({
        'file_path': Text(shape=(), dtype=string),
    }),
    'steps': Dataset({
        'action': Tensor(shape=(9,), dtype=float32, description=Robot action, consists of [7x delta eef (pos + quat), 1x gripper open/close (binary), 1x terminate episode].),
        '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=(128, 128, 3), dtype=uint8, description=Main camera RGB observation.),
            'state': Tensor(shape=(8,), dtype=float32, description=Robot state, consists of [7x 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 | ข้อความ | เชือก | เส้นทางไปยังไฟล์ข้อมูลต้นฉบับ | |
| ขั้นตอน | ชุดข้อมูล | |||
| ขั้นตอน/การดำเนินการ | เทนเซอร์ | (9,) | ลอย32 | การทำงานของหุ่นยนต์ ประกอบด้วย [7x delta eef (pos + quat), 1x กริปเปอร์เปิด/ปิด (ไบนารี), 1x ยุติตอน] | 
| ขั้นตอน/ส่วนลด | สเกลาร์ | ลอย32 | ส่วนลดหากมีให้ ค่าเริ่มต้นคือ 1 | |
| ขั้นตอน/is_first | เทนเซอร์ | บูล | ||
| ขั้นตอน/is_last | เทนเซอร์ | บูล | ||
| ขั้นตอน/is_terminal | เทนเซอร์ | บูล | ||
| ขั้นตอน/ภาษา_embedding | เทนเซอร์ | (512,) | ลอย32 | การฝังภาษาโคน่า ดู https://tfhub.dev/google/universal-sentence-encoder-large/5 | 
| ขั้นตอน/Language_instruction | ข้อความ | เชือก | การสอนภาษา. | |
| ขั้นตอน/การสังเกต | คุณสมบัติDict | |||
| ขั้นตอน/การสังเกต/ภาพ | ภาพ | (128, 128, 3) | uint8 | การสังเกต RGB ของกล้องหลัก | 
| ขั้นตอน/การสังเกต/สถานะ | เทนเซอร์ | (8,) | ลอย32 | สถานะของหุ่นยนต์ประกอบด้วย [7x มุมข้อต่อของหุ่นยนต์, ตำแหน่งมือจับ 1x | 
| ขั้นตอน/รางวัล | สเกลาร์ | ลอย32 | รางวัลหากมีให้ 1 ในขั้นตอนสุดท้ายสำหรับการสาธิต | 
- คีย์ภายใต้การดูแล (ดู - as_superviseddoc ):- None
- รูปภาพ ( tfds.show_examples ): ไม่รองรับ 
- ตัวอย่าง ( tfds.as_dataframe ): 
- การอ้างอิง :
@inproceedings{chen2023playfusion,
  title={PlayFusion: Skill Acquisition via Diffusion from Language-Annotated Play},
  author={Chen, Lili and Bahl, Shikhar and Pathak, Deepak},
  booktitle={CoRL},
  year={2023}
}