cmu_stretch

  • توضیحات :

سلام تعاملات آشپزخانه ربات کششی

تقسیم کنید نمونه ها
'train' 135
  • ساختار ویژگی :
FeaturesDict({
   
'episode_metadata': FeaturesDict({
       
'file_path': Text(shape=(), dtype=string),
   
}),
   
'steps': Dataset({
       
'action': Tensor(shape=(8,), dtype=float32, description=Robot action, consists of [3x ee pos, 3x ee rot 1x gripper binary action, 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=(4,), dtype=float32, description=Robot state, consists of [3x robot joint angles/ee pos, 1x gripper position].),
       
}),
       
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
   
}),
})
  • مستندات ویژگی :
ویژگی کلاس شکل نوع D توضیحات
FeaturesDict
episode_metadata FeaturesDict
episode_metadata/file_path متن رشته مسیر فایل داده اصلی
مراحل مجموعه داده
مراحل/عمل تانسور (8،) float32 اکشن ربات، شامل [3x ee pos، 3x ee rot، 1x اکشن دودویی گرپر، 1x پایان قسمت] است.
مراحل/تخفیف اسکالر float32 تخفیف در صورت ارائه، پیش فرض 1 است.
Steps/is_first تانسور بوول
Steps/is_last تانسور بوول
Steps/is_terminal تانسور بوول
Steps/language_embedding تانسور (512،) float32 تعبیه زبان کونا. به https://tfhub.dev/google/universal-sentence-encoder-large/5 مراجعه کنید
مراحل/زبان_آموزش متن رشته آموزش زبان.
مراحل / مشاهده FeaturesDict
مراحل / مشاهده / تصویر تصویر (128، 128، 3) uint8 دوربین اصلی رصد RGB.
مراحل / مشاهده / حالت تانسور (4،) float32 حالت ربات، شامل [3x زاویه اتصال ربات/ee pos، 1x موقعیت گیره] است.
مراحل/پاداش اسکالر float32 در صورت ارائه پاداش، 1 در مرحله آخر برای دموها.
  • نقل قول :
@inproceedings{bahl2023affordances,
  title
={Affordances from Human Videos as a Versatile Representation for Robotics},
  author
={Bahl, Shikhar and Mendonca, Russell and Chen, Lili and Jain, Unnat and Pathak, Deepak},
  booktitle
={CVPR},
  year
={2023}
}
@article{mendonca2023structured,
  title
={Structured World Models from Human Videos},
  author
={Mendonca, Russell and Bahl, Shikhar and Pathak, Deepak},
  journal
={CoRL},
  year
={2023}
}