bair_robot_pushing_small

  • বর্ণনা :

এই ডেটা সেটটিতে রোবট পুশিং গতির মোটামুটি 44,000 উদাহরণ রয়েছে, যার মধ্যে একটি প্রশিক্ষণ সেট (ট্রেন) এবং পূর্বে দেখা (টেস্টসিন) এবং অদেখা (টেস্টনভেল) বস্তুর দুটি পরীক্ষা সেট রয়েছে। এটি ছোট 64x64 সংস্করণ।

বিভক্ত উদাহরণ
'test' 256
'train' 43,264
  • বৈশিষ্ট্য গঠন :
Sequence({
    'action': Tensor(shape=(4,), dtype=float32),
    'endeffector_pos': Tensor(shape=(3,), dtype=float32),
    'image_aux1': Image(shape=(64, 64, 3), dtype=uint8),
    'image_main': Image(shape=(64, 64, 3), dtype=uint8),
})
  • বৈশিষ্ট্য ডকুমেন্টেশন :
বৈশিষ্ট্য ক্লাস আকৃতি ডিটাইপ বর্ণনা
ক্রম
কর্ম টেনসর (৪,) float32
endefector_pos টেনসর (৩,) float32
image_aux1 ছবি (৬৪, ৬৪, ৩) uint8
image_main ছবি (৬৪, ৬৪, ৩) uint8
  • উদ্ধৃতি :
@misc{1710.05268,
  Author = {Frederik Ebert and Chelsea Finn and Alex X. Lee and Sergey Levine},
  Title = {Self-Supervised Visual Planning with Temporal Skip Connections},
  Year = {2017},
  Eprint = {arXiv:1710.05268},
}