- תיאור :
x Arm איסוף והצבת חפצים
דף הבית : --
קוד מקור :
tfds.robotics.rtx.UtokyoXarmPickAndPlaceConvertedExternallyToRlds
גרסאות :
-
0.1.0
(ברירת מחדל): שחרור ראשוני.
-
גודל הורדה :
Unknown size
גודל מערך נתונים :
1.29 GiB
שמור אוטומטי במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'train' | 92 |
'val' | 10 |
- מבנה תכונה :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
}),
'steps': Dataset({
'action': Tensor(shape=(7,), dtype=float32, description=Robot action, consists of [3x EEF position, 3x EEF orientation yaw/pitch/roll, 1x gripper open/close position].),
'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({
'end_effector_pose': Tensor(shape=(6,), dtype=float32, description=Robot end effector pose, consists of [3x EEF position, 3x EEF orientation yaw/pitch/roll].),
'hand_image': Image(shape=(224, 224, 3), dtype=uint8, description=Hand camera RGB observation.),
'image': Image(shape=(224, 224, 3), dtype=uint8, description=Main camera RGB observation.),
'image2': Image(shape=(224, 224, 3), dtype=uint8, description=Another camera RGB observation from different view point.),
'joint_state': Tensor(shape=(14,), dtype=float32, description=Robot joint state, consists of [7x robot joint angles, 7x robot joint velocity].),
'joint_trajectory': Tensor(shape=(21,), dtype=float32, description=Robot joint trajectory, consists of [7x robot joint angles, 7x robot joint velocity, 7x robot joint acceralation].),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
}),
})
- תיעוד תכונה :
תכונה | מַחלָקָה | צוּרָה | Dtype | תֵאוּר |
---|---|---|---|---|
FeaturesDict | ||||
episode_metadata | FeaturesDict | |||
episode_metadata/file_path | טֶקסט | חוּט | נתיב לקובץ הנתונים המקורי. | |
צעדים | מערך נתונים | |||
צעדים/פעולה | מוֹתֵחַ | (7,) | לצוף32 | פעולת רובוט, מורכבת מ[3x מיקום EEF, 3x כיוון EEF פיתול/גובה/גלגול, 1x מצב פתיחה/סגירה של תפסן]. |
צעדים/הנחה | סקלר | לצוף32 | הנחה אם ניתנת, ברירת המחדל היא 1. | |
צעדים/הוא_ראשון | מוֹתֵחַ | bool | ||
צעדים/הוא_אחרון | מוֹתֵחַ | bool | ||
steps/is_terminal | מוֹתֵחַ | bool | ||
שלבים/הטבעת_שפה | מוֹתֵחַ | (512,) | לצוף32 | הטבעת שפת Kona. ראה https://tfhub.dev/google/universal-sentence-encoder-large/5 |
שלבים/הוראת_שפה | טֶקסט | חוּט | הוראת שפה. | |
צעדים/תצפית | FeaturesDict | |||
צעדים/תצפית/תנוחה_קצה | מוֹתֵחַ | (6,) | לצוף32 | תנוחת קצה של רובוט, מורכבת מ[3x מיקום EEF, 3x כיוון EEF פיהוק/גובה/גלגול]. |
צעדים/תצפית/תמונת_יד | תְמוּנָה | (224, 224, 3) | uint8 | תצפית RGB מצלמת יד. |
צעדים/תצפית/תמונה | תְמוּנָה | (224, 224, 3) | uint8 | תצפית RGB של מצלמה ראשית. |
שלבים/תצפית/תמונה2 | תְמוּנָה | (224, 224, 3) | uint8 | עוד מצלמה RGB תצפית מנקודת מבט שונה. |
צעדים/תצפית/מצב_משותף | מוֹתֵחַ | (14,) | לצוף32 | מצב מפרק רובוט, מורכב מ[7x זוויות מפרק רובוט, 7x מהירות מפרק רובוט]. |
צעדים/תצפית/מסלול_מפרק | מוֹתֵחַ | (21,) | לצוף32 | מסלול מפרק רובוט, מורכב מ[7x זוויות מפרק רובוט, 7x מהירות מפרק רובוט, 7x האצת מפרק רובוט]. |
צעדים/פרס | סקלר | לצוף32 | תגמול אם מסופק, 1 בשלב האחרון להדגמות. |
מפתחות בפיקוח (ראה
as_supervised
doc ):None
איור ( tfds.show_examples ): לא נתמך.
דוגמאות ( tfds.as_dataframe ): חסר.
ציטוט :
@misc{matsushima2023weblab,
title={Weblab xArm Dataset},
author={Tatsuya Matsushima and Hiroki Furuta and Yusuke Iwasawa and Yutaka Matsuo},
year={2023},
}