- وصف :
مجموعة بيانات حقيقية لذراع روبوت واحد توضح 12 مهارة تلاعب غير تافهة عبر 38 مهمة و7500 مسار.
الصفحة الرئيسية : https://robopen.github.io/
كود المصدر :
tfds.robotics.rtx.RoboSet
الإصدارات :
-
0.1.0
(افتراضي): الإصدار الأولي.
-
حجم التحميل :
Unknown size
حجم مجموعة البيانات :
179.42 GiB
التخزين المؤقت التلقائي ( الوثائق ): لا
الإنشقاقات :
ينقسم | أمثلة |
---|---|
'train' | 18,250 |
- هيكل الميزة :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': string,
'trial_id': string,
}),
'steps': Dataset({
'action': Tensor(shape=(8,), dtype=float32),
'discount': Scalar(shape=(), dtype=float32),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'language_instruction': string,
'observation': FeaturesDict({
'image_left': Image(shape=(240, 424, 3), dtype=uint8),
'image_right': Image(shape=(240, 424, 3), dtype=uint8),
'image_top': Image(shape=(240, 424, 3), dtype=uint8),
'image_wrist': Image(shape=(240, 424, 3), dtype=uint8),
'state': Tensor(shape=(8,), dtype=float32),
'state_velocity': Tensor(shape=(8,), dtype=float32),
}),
'reward': Scalar(shape=(), dtype=float32),
}),
})
- وثائق الميزة :
ميزة | فصل | شكل | نوع D | وصف |
---|---|---|---|---|
المميزاتDict | ||||
الحلقة_البيانات الوصفية | المميزاتDict | |||
Episode_metadata/file_path | الموتر | خيط | ||
Episode_metadata/trial_id | الموتر | خيط | ||
خطوات | مجموعة البيانات | |||
الخطوات/الإجراء | الموتر | (8،) | float32 | |
الخطوات/الخصم | العددية | float32 | ||
الخطوات/is_first | الموتر | منطقي | ||
الخطوات/is_last | الموتر | منطقي | ||
الخطوات/is_terminal | الموتر | منطقي | ||
الخطوات/language_instruction | الموتر | خيط | ||
الخطوات/الملاحظة | المميزاتDict | |||
الخطوات/الملاحظة/image_left | صورة | (240، 424، 3) | uint8 | |
الخطوات/الملاحظة/image_right | صورة | (240، 424، 3) | uint8 | |
الخطوات/الملاحظة/image_top | صورة | (240، 424، 3) | uint8 | |
الخطوات/الملاحظة/image_wrist | صورة | (240، 424، 3) | uint8 | |
الخطوات/الملاحظة/الحالة | الموتر | (8،) | float32 | |
الخطوات/الملاحظة/state_velocity | الموتر | (8،) | float32 | |
خطوات/مكافأة | العددية | float32 |
المفاتيح الخاضعة للإشراف (راجع
as_supervised
doc ):None
الشكل ( tfds.show_examples ): غير مدعوم.
أمثلة ( tfds.as_dataframe ): مفقود.
الاقتباس :
@misc{bharadhwaj2023roboagent, title={RoboAgent: Generalization and Efficiency in Robot Manipulation via Semantic Augmentations and Action Chunking}, author={Homanga Bharadhwaj and Jay Vakil and Mohit Sharma and Abhinav Gupta and Shubham Tulsiani and Vikash Kumar}, year={2023}, eprint={2309.01918}, archivePrefix={arXiv}, primaryClass={cs.RO} }