וִיוֹלָה

  • תיאור :

רובוט פרנקה באינטראקציה עם משימות מטבח מסוגננות

לְפַצֵל דוגמאות
'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),
            'ee_states': Tensor(shape=(16,), dtype=float32),
            'eye_in_hand_rgb': Image(shape=(224, 224, 3), dtype=uint8),
            'gripper_states': Tensor(shape=(1,), dtype=float32),
            'joint_states': Tensor(shape=(7,), dtype=float32),
            '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
@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}
}