- תיאור :
רובוט פרנקה באינטראקציה עם משימות מטבח מסוגננות
דף הבית : https://ut-austin-rpl.github.io/VIOLA/
קוד מקור :
tfds.robotics.rtx.Viola
גרסאות :
-
0.1.0
(ברירת מחדל): שחרור ראשוני.
-
גודל הורדה :
Unknown size
גודל מערך נתונים :
10.40 GiB
שמירה אוטומטית במטמון ( תיעוד ): לא
פיצולים :
לְפַצֵל | דוגמאות |
---|---|
'test' | 15 |
'train' | 135 |
- מבנה תכונה :
FeaturesDict({
'steps': Dataset({
'action': FeaturesDict({
'gripper_closedness_action': float32,
'rotation_delta': Tensor(shape=(3,), dtype=float32),
'terminate_episode': float32,
'world_vector': Tensor(shape=(3,), dtype=float32),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': FeaturesDict({
'agentview_rgb': Image(shape=(224, 224, 3), dtype=uint8, description=RGB captured by workspace camera),
'ee_states': Tensor(shape=(16,), dtype=float32, description=Pose of the end effector specified as a homogenous matrix.),
'eye_in_hand_rgb': Image(shape=(224, 224, 3), dtype=uint8, description=RGB captured by in hand camera),
'gripper_states': Tensor(shape=(1,), dtype=float32, description=gripper_states = 0 means the gripper is fully closed. The value represents the gripper width of Franka Panda Gripper.),
'joint_states': Tensor(shape=(7,), dtype=float32, description=joint values),
'natural_language_embedding': Tensor(shape=(512,), dtype=float32),
'natural_language_instruction': string,
}),
'reward': Scalar(shape=(), dtype=float32),
}),
})
- תיעוד תכונה :
תכונה | מַחלָקָה | צוּרָה | Dtype | תֵאוּר |
---|---|---|---|---|
FeaturesDict | ||||
צעדים | מערך נתונים | |||
צעדים/פעולה | FeaturesDict | |||
צעדים/פעולה/פעולה_סגירה_גריפת | מוֹתֵחַ | לצוף32 | ||
steps/action/rotation_delta | מוֹתֵחַ | (3,) | לצוף32 | |
steps/action/terminate_episode | מוֹתֵחַ | לצוף32 | ||
צעדים/פעולה/וקטור_עולם | מוֹתֵחַ | (3,) | לצוף32 | |
צעדים/הוא_ראשון | מוֹתֵחַ | bool | ||
צעדים/הוא_אחרון | מוֹתֵחַ | bool | ||
steps/is_terminal | מוֹתֵחַ | bool | ||
צעדים/תצפית | FeaturesDict | |||
steps/observation/agentview_rgb | תְמוּנָה | (224, 224, 3) | uint8 | RGB שנלכד על ידי מצלמת סביבת העבודה |
צעדים/תצפית/ee_states | מוֹתֵחַ | (16,) | לצוף32 | תנוחת גורם הקצה שצוין כמטריצה הומוגנית. |
צעדים/תצפית/עין_ביד_rgb | תְמוּנָה | (224, 224, 3) | uint8 | RGB נלכד על ידי מצלמה ביד |
צעדים/תצפית/מצבי_גריפר | מוֹתֵחַ | (1,) | לצוף32 | gripper_states = 0 פירושו שהתפסן סגור לחלוטין. הערך מייצג את רוחב האחיזה של Franka Panda Gripper. |
צעדים/תצפית/מדינות_משותפות | מוֹתֵחַ | (7,) | לצוף32 | ערכים משותפים |
צעדים/תצפית/טבעת_שפה_טבעית | מוֹתֵחַ | (512,) | לצוף32 | |
שלבים/התבוננות/הוראת_שפה_טבעית | מוֹתֵחַ | חוּט | ||
צעדים/פרס | סקלר | לצוף32 |
מפתחות בפיקוח (ראה
as_supervised
doc ):None
איור ( tfds.show_examples ): לא נתמך.
דוגמאות ( tfds.as_dataframe ): חסר.
ציטוט :
@article{zhu2022viola,
title={VIOLA: Imitation Learning for Vision-Based Manipulation with Object Proposal Priors},
author={Zhu, Yifeng and Joshi, Abhishek and Stone, Peter and Zhu, Yuke},
journal={6th Annual Conference on Robot Learning (CoRL)},
year={2022}
}