nyu_door_opening_surprise_ประสิทธิผล

  • คำอธิบาย :

สวัสดี หุ่นยนต์เปิดตู้ ไมโครเวฟ ฯลฯ

แยก ตัวอย่าง
'test' 49
'train' 435
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
   
'steps': Dataset({
       
'action': FeaturesDict({
           
'gripper_closedness_action': Tensor(shape=(1,), dtype=float32),
           
'rotation_delta': Tensor(shape=(3,), dtype=float32, description=Angular velocity around x, y and z axis.),
           
'terminate_episode': float32,
           
'world_vector': Tensor(shape=(3,), dtype=float32, description=Velocity in XYZ.),
       
}),
       
'is_first': bool,
       
'is_last': bool,
       
'is_terminal': bool,
       
'observation': FeaturesDict({
           
'image': Image(shape=(720, 960, 3), dtype=uint8),
           
'natural_language_embedding': Tensor(shape=(512,), dtype=float32),
           
'natural_language_instruction': string,
       
}),
       
'reward': Scalar(shape=(), dtype=float32),
   
}),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ขั้นตอน ชุดข้อมูล
ขั้นตอน/การดำเนินการ คุณสมบัติDict
ขั้นตอน/การกระทำ/อุปกรณ์จับยึด_ปิดแน่น_การกระทำ เทนเซอร์ (1,) ลอย32
ขั้นตอน/การกระทำ/rotation_delta เทนเซอร์ (3,) ลอย32 ความเร็วเชิงมุมรอบแกน x, y และ z
ขั้นตอน/การกระทำ/terminate_episode เทนเซอร์ ลอย32
ขั้นตอน/การกระทำ/world_vector เทนเซอร์ (3,) ลอย32 ความเร็วใน XYZ
ขั้นตอน/is_first เทนเซอร์ บูล
ขั้นตอน/is_last เทนเซอร์ บูล
ขั้นตอน/is_terminal เทนเซอร์ บูล
ขั้นตอน/การสังเกต คุณสมบัติDict
ขั้นตอน/การสังเกต/ภาพ ภาพ (720, 960, 3) uint8
ขั้นตอน/การสังเกต/natural_Language_embedding เทนเซอร์ (512,) ลอย32
ขั้นตอน/การสังเกต/natural_Language_instruction เทนเซอร์ เชือก
ขั้นตอน/รางวัล สเกลาร์ ลอย32
  • การอ้างอิง :
@misc{pari2021surprising,
    title
={The Surprising Effectiveness of Representation Learning for Visual Imitation},
    author
={Jyothish Pari and Nur Muhammad Shafiullah and Sridhar Pandian Arunachalam and Lerrel Pinto},
    year
={2021},
    eprint
={2112.01511},
    archivePrefix
={arXiv},
    primaryClass
={cs.RO}
}