- תיאור :
קבוצה של מסלולי מניפולציה של אובייקטים שנאספו ב-Microsoft Research על רובוט WidowX-250 בהגדרה ובפורמט התואמים ל-BridgeData V2 של UC Berkeley ( https://rail-berkeley.github.io/bridgedata/ )
דף הבית : https://www.microsoft.com/en-us/download/details.aspx?id=105937
קוד מקור :
tfds.robotics.rtx.BridgeDataMsr
גרסאות :
-
0.1.0
(ברירת מחדל): שחרור ראשוני.
-
גודל הורדה :
Unknown size
גודל מערך נתונים :
21.54 GiB
שמירה אוטומטית במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'train' | 822 |
- מבנה תכונה :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': string,
'has_depth_0': Scalar(shape=(), dtype=bool),
'has_image_0': Scalar(shape=(), dtype=bool),
'has_image_1': Scalar(shape=(), dtype=bool),
'has_image_2': Scalar(shape=(), dtype=bool),
'has_language': Scalar(shape=(), dtype=bool),
}),
'steps': Dataset({
'action': Tensor(shape=(7,), dtype=float32),
'discount': Scalar(shape=(), dtype=float32),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'language_embedding': Tensor(shape=(512,), dtype=float32),
'language_instruction': string,
'observation': FeaturesDict({
'depth_0': Image(shape=(480, 640, 1), dtype=uint8),
'image_0': Image(shape=(480, 640, 3), dtype=uint8),
'image_1': Image(shape=(480, 640, 3), dtype=uint8),
'image_2': Image(shape=(480, 640, 3), dtype=uint8),
'state': Tensor(shape=(7,), dtype=float32),
}),
'reward': Scalar(shape=(), dtype=float32),
}),
})
- תיעוד תכונה :
תכונה | מעמד | צוּרָה | Dtype | תיאור |
---|---|---|---|---|
FeaturesDict | ||||
episode_metadata | FeaturesDict | |||
episode_metadata/file_path | מוֹתֵחַ | חוּט | ||
episode_metadata/has_depth_0 | סקלר | bool | ||
episode_metadata/has_image_0 | סקלר | bool | ||
episode_metadata/has_image_1 | סקלר | bool | ||
episode_metadata/has_image_2 | סקלר | bool | ||
episode_metadata/has_language | סקלר | bool | ||
צעדים | מערך נתונים | |||
צעדים/פעולה | מוֹתֵחַ | (7,) | לצוף32 | |
צעדים/הנחה | סקלר | לצוף32 | ||
צעדים/הוא_ראשון | מוֹתֵחַ | bool | ||
צעדים/הוא_אחרון | מוֹתֵחַ | bool | ||
steps/is_terminal | מוֹתֵחַ | bool | ||
שלבים/הטבעת_שפה | מוֹתֵחַ | (512,) | לצוף32 | |
שלבים/הוראת_שפה | מוֹתֵחַ | חוּט | ||
צעדים/תצפית | FeaturesDict | |||
צעדים/תצפית/עומק_0 | תמונה | (480, 640, 1) | uint8 | |
צעדים/תצפית/תמונה_0 | תמונה | (480, 640, 3) | uint8 | |
צעדים/תצפית/תמונה_1 | תמונה | (480, 640, 3) | uint8 | |
צעדים/תצפית/תמונה_2 | תמונה | (480, 640, 3) | uint8 | |
צעדים/תצפית/מצב | מוֹתֵחַ | (7,) | לצוף32 | |
צעדים/פרס | סקלר | לצוף32 |
מפתחות בפיקוח (ראה
as_supervised
doc ):None
איור ( tfds.show_examples ): לא נתמך.
דוגמאות ( tfds.as_dataframe ):
- ציטוט :