robomimic_ph

  • 説明:

Robomimic の熟練した人間のデータセットは、 RoboTurkプラットフォームを使用して 1 人の熟練したオペレーターによって収集されました (ただし、2 人の熟練したオペレーターが一緒に作業していた Transport は例外です)。各データセットは、200 の成功した軌跡で構成されます。

各タスクには 2 つのバージョンがあります。1 つは低次元観測 ( low_dim ) で、もう 1 つは画像 ( image ) です。

データセットはRLDS 形式に従って、ステップとエピソードを表します。

スプリット
'train' 200
@inproceedings{robomimic2021,
  title={What Matters in Learning from Offline Human Demonstrations for Robot Manipulation},
  author={Ajay Mandlekar and Danfei Xu and Josiah Wong and Soroush Nasiriany
          and Chen Wang and Rohun Kulkarni and Li Fei-Fei and Silvio Savarese
          and Yuke Zhu and Roberto Mart\'{i}n-Mart\'{i}n},
  booktitle={Conference on Robot Learning},
  year={2021}
}

robomimic_ph/lift_ph_image (デフォルト設定)

  • ダウンロードサイズ: 798.43 MiB

  • データセットのサイズ: 114.47 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/agentview_image画像(84、84、3) uint8
ステップ/観察/オブジェクトテンソル(10) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(32) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/lift_ph_low_dim

  • ダウンロードサイズ: 17.69 MiB

  • データセットサイズ: 8.50 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(10) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(32) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/can_ph_image

  • ダウンロードサイズ: 1.87 GiB

  • データセットのサイズ: 474.55 MiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/agentview_image画像(84、84、3) uint8
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(71) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/can_ph_low_dim

  • ダウンロードサイズ: 43.38 MiB

  • データセットのサイズ: 27.73 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(71) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/square_ph_image

  • ダウンロードサイズ: 2.42 GiB

  • データセットサイズ: 401.28 MiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(45,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/agentview_image画像(84、84、3) uint8
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(45,) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/square_ph_low_dim

  • ダウンロードサイズ: 47.69 MiB

  • データセットサイズ: 29.91 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(45,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(45,) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/transport_ph_image

  • ダウンロードサイズ: 15.07 GiB

  • データセットサイズ: 3.64 GiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(14,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(41,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
            'robot1_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot1_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot1_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot1_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot1_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot1_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_vel': Tensor(shape=(7,), dtype=float64),
            'shouldercamera0_image': Image(shape=(84, 84, 3), dtype=uint8),
            'shouldercamera1_image': Image(shape=(84, 84, 3), dtype=uint8),
        }),
        'reward': float64,
        'states': Tensor(shape=(115,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(14) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(41) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/観測/robot1_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot1_eef_quatテンソル(4) float64エンドエフェクタの向き
steps/observation/robot1_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot1_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot1_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot1_gripper_qposテンソル(2) float64グリッパー位置
steps/observation/robot1_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot1_joint_posテンソル(7、) float64 7自由度の関節位置
steps/observation/robot1_joint_pos_cosテンソル(7、) float64
steps/observation/robot1_joint_pos_sinテンソル(7、) float64
steps/observation/robot1_joint_velテンソル(7、) float64 7自由度の関節速度
steps/observation/shouldercamera0_image画像(84、84、3) uint8
steps/observation/shouldercamera1_image画像(84、84、3) uint8
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(115) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/transport_ph_low_dim

  • ダウンロードサイズ: 294.70 MiB

  • データセットサイズ: 208.05 MiB

  • 自動キャッシュ(ドキュメント): shuffle_files=Falseの場合のみ (トレーニング)

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(14,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(41,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
            'robot1_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot1_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot1_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot1_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot1_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(115,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(14) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(41) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/観測/robot1_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot1_eef_quatテンソル(4) float64エンドエフェクタの向き
steps/observation/robot1_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot1_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot1_gripper_qposテンソル(2) float64グリッパー位置
steps/observation/robot1_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot1_joint_posテンソル(7、) float64 7自由度の関節位置
steps/observation/robot1_joint_pos_cosテンソル(7、) float64
steps/observation/robot1_joint_pos_sinテンソル(7、) float64
steps/observation/robot1_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(115) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/tool_hang_ph_image

  • ダウンロードサイズ: 61.96 GiB

  • データセットサイズ: 9.10 GiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(44,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(240, 240, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
            'sideview_image': Image(shape=(240, 240, 3), dtype=uint8),
        }),
        'reward': float64,
        'states': Tensor(shape=(58,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(44) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(240、240、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
steps/observation/sideview_image画像(240、240、3) uint8
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(58) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/tool_hang_ph_low_dim

  • ダウンロードサイズ: 192.29 MiB

  • データセットのサイズ: 121.77 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(44,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(58,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(44) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(58) float64
訓練テンソルブール
有効テンソルブール

  • 説明:

Robomimic の熟練した人間のデータセットは、 RoboTurkプラットフォームを使用して 1 人の熟練したオペレーターによって収集されました (ただし、2 人の熟練したオペレーターが一緒に作業していた Transport は例外です)。各データセットは、200 の成功した軌道で構成されています。

各タスクには 2 つのバージョンがあります。1 つは低次元観測 ( low_dim ) で、もう 1 つは画像 ( image ) です。

データセットはRLDS 形式に従って、ステップとエピソードを表します。

スプリット
'train' 200
@inproceedings{robomimic2021,
  title={What Matters in Learning from Offline Human Demonstrations for Robot Manipulation},
  author={Ajay Mandlekar and Danfei Xu and Josiah Wong and Soroush Nasiriany
          and Chen Wang and Rohun Kulkarni and Li Fei-Fei and Silvio Savarese
          and Yuke Zhu and Roberto Mart\'{i}n-Mart\'{i}n},
  booktitle={Conference on Robot Learning},
  year={2021}
}

robomimic_ph/lift_ph_image (デフォルト設定)

  • ダウンロードサイズ: 798.43 MiB

  • データセットのサイズ: 114.47 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/agentview_image画像(84、84、3) uint8
ステップ/観察/オブジェクトテンソル(10) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(32) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/lift_ph_low_dim

  • ダウンロードサイズ: 17.69 MiB

  • データセットサイズ: 8.50 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(10,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(32,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(10) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(32) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/can_ph_image

  • ダウンロードサイズ: 1.87 GiB

  • データセットのサイズ: 474.55 MiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/agentview_image画像(84、84、3) uint8
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(71) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/can_ph_low_dim

  • ダウンロードサイズ: 43.38 MiB

  • データセットのサイズ: 27.73 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(71,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(71) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/square_ph_image

  • ダウンロードサイズ: 2.42 GiB

  • データセットサイズ: 401.28 MiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'agentview_image': Image(shape=(84, 84, 3), dtype=uint8),
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(45,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/agentview_image画像(84、84、3) uint8
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(45,) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/square_ph_low_dim

  • ダウンロードサイズ: 47.69 MiB

  • データセットサイズ: 29.91 MiB

  • 自動キャッシュ(ドキュメント): はい

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(14,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(45,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(14) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(45,) float64
訓練テンソルブール
有効テンソルブール

ロボミミック_ph/transport_ph_image

  • ダウンロードサイズ: 15.07 GiB

  • データセットサイズ: 3.64 GiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(14,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(41,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
            'robot1_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot1_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot1_eye_in_hand_image': Image(shape=(84, 84, 3), dtype=uint8),
            'robot1_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot1_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot1_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_vel': Tensor(shape=(7,), dtype=float64),
            'shouldercamera0_image': Image(shape=(84, 84, 3), dtype=uint8),
            'shouldercamera1_image': Image(shape=(84, 84, 3), dtype=uint8),
        }),
        'reward': float64,
        'states': Tensor(shape=(115,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(14) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(41) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot0_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/観測/robot1_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot1_eef_quatテンソル(4) float64エンドエフェクタの向き
steps/observation/robot1_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot1_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
steps/observation/robot1_eye_in_hand_image画像(84、84、3) uint8
ステップ/観察/robot1_gripper_qposテンソル(2) float64グリッパー位置
steps/observation/robot1_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot1_joint_posテンソル(7、) float64 7自由度の関節位置
steps/observation/robot1_joint_pos_cosテンソル(7、) float64
steps/observation/robot1_joint_pos_sinテンソル(7、) float64
steps/observation/robot1_joint_velテンソル(7、) float64 7自由度の関節速度
steps/observation/shouldercamera0_image画像(84、84、3) uint8
steps/observation/shouldercamera1_image画像(84、84、3) uint8
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(115) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/transport_ph_low_dim

  • ダウンロードサイズ: 294.70 MiB

  • データセットサイズ: 208.05 MiB

  • 自動キャッシュ(ドキュメント): shuffle_files=Falseの場合のみ (トレーニング)

  • 機能構造:

FeaturesDict({
    '20_percent': bool,
    '20_percent_train': bool,
    '20_percent_valid': bool,
    '50_percent': bool,
    '50_percent_train': bool,
    '50_percent_valid': bool,
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(14,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(41,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
            'robot1_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot1_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot1_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot1_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot1_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot1_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot1_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(115,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
20_パーセントテンソルブール
20_percent_trainテンソルブール
20_percent_validテンソルブール
50_パーセントテンソルブール
50_percent_trainテンソルブール
50_percent_validテンソルブール
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(14) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_lastテンソルブール
ステップ/is_terminalテンソルブール
ステップ/観察特徴辞書
ステップ/観察/オブジェクトテンソル(41) float64
ステップ/観察/robot0_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot0_eef_quatテンソル(4) float64エンドエフェクタの向き
ステップ/観察/robot0_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot0_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot0_gripper_qposテンソル(2) float64グリッパー位置
ステップ/観察/robot0_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot0_joint_posテンソル(7、) float64 7自由度の関節位置
ステップ/観測/robot0_joint_pos_cosテンソル(7、) float64
ステップ/観測/robot0_joint_pos_sinテンソル(7、) float64
steps/observation/robot0_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/観測/robot1_eef_posテンソル(3) float64エンドエフェクタの位置
ステップ/観察/robot1_eef_quatテンソル(4) float64エンドエフェクタの向き
steps/observation/robot1_eef_vel_angテンソル(3) float64エンドエフェクタ角速度
ステップ/観察/robot1_eef_vel_linテンソル(3) float64エンドエフェクタ直交速度
ステップ/観察/robot1_gripper_qposテンソル(2) float64グリッパー位置
steps/observation/robot1_gripper_qvelテンソル(2) float64グリッパ速度
steps/observation/robot1_joint_posテンソル(7、) float64 7自由度の関節位置
steps/observation/robot1_joint_pos_cosテンソル(7、) float64
steps/observation/robot1_joint_pos_sinテンソル(7、) float64
steps/observation/robot1_joint_velテンソル(7、) float64 7自由度の関節速度
ステップ/報酬テンソルfloat64
ステップ/状態テンソル(115) float64
訓練テンソルブール
有効テンソルブール

robomimic_ph/tool_hang_ph_image

  • ダウンロードサイズ: 61.96 GiB

  • データセットサイズ: 9.10 GiB

  • 自動キャッシュ(ドキュメント): いいえ

  • 機能構造:

FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(44,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_eye_in_hand_image': Image(shape=(240, 240, 3), dtype=uint8),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
            'sideview_image': Image(shape=(240, 240, 3), dtype=uint8),
        }),
        'reward': float64,
        'states': Tensor(shape=(58,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • 機能のドキュメント:
特徴クラスDtype説明
特徴辞書
episode_idテンソル
地平線テンソルint32
ステップデータセット
ステップ/アクションテンソル(7、) float64
ステップ/割引テンソルint32
ステップ/is_firstテンソルブール
ステップ/is_last Tensor bool
steps/is_terminal Tensor bool
steps/observation FeaturesDict
steps/observation/object Tensor (44,) float64
steps/observation/robot0_eef_pos Tensor (3,) float64 End-effector position
steps/observation/robot0_eef_quat Tensor (4,) float64 End-effector orientation
steps/observation/robot0_eef_vel_ang Tensor (3,) float64 End-effector angular velocity
steps/observation/robot0_eef_vel_lin Tensor (3,) float64 End-effector cartesian velocity
steps/observation/robot0_eye_in_hand_image Image (240, 240, 3) uint8
steps/observation/robot0_gripper_qpos Tensor (2,) float64 Gripper position
steps/observation/robot0_gripper_qvel Tensor (2,) float64 Gripper velocity
steps/observation/robot0_joint_pos Tensor (7,) float64 7DOF joint positions
steps/observation/robot0_joint_pos_cos Tensor (7,) float64
steps/observation/robot0_joint_pos_sin Tensor (7,) float64
steps/observation/robot0_joint_vel Tensor (7,) float64 7DOF joint velocities
steps/observation/sideview_image Image (240, 240, 3) uint8
steps/reward Tensor float64
steps/states Tensor (58,) float64
train Tensor bool
valid Tensor bool

robomimic_ph/tool_hang_ph_low_dim

  • Download size : 192.29 MiB

  • Dataset size : 121.77 MiB

  • Auto-cached ( documentation ): Yes

  • Feature structure :

FeaturesDict({
    'episode_id': string,
    'horizon': int32,
    'steps': Dataset({
        'action': Tensor(shape=(7,), dtype=float64),
        'discount': int32,
        'is_first': bool,
        'is_last': bool,
        'is_terminal': bool,
        'observation': FeaturesDict({
            'object': Tensor(shape=(44,), dtype=float64),
            'robot0_eef_pos': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_quat': Tensor(shape=(4,), dtype=float64),
            'robot0_eef_vel_ang': Tensor(shape=(3,), dtype=float64),
            'robot0_eef_vel_lin': Tensor(shape=(3,), dtype=float64),
            'robot0_gripper_qpos': Tensor(shape=(2,), dtype=float64),
            'robot0_gripper_qvel': Tensor(shape=(2,), dtype=float64),
            'robot0_joint_pos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_cos': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_pos_sin': Tensor(shape=(7,), dtype=float64),
            'robot0_joint_vel': Tensor(shape=(7,), dtype=float64),
        }),
        'reward': float64,
        'states': Tensor(shape=(58,), dtype=float64),
    }),
    'train': bool,
    'valid': bool,
})
  • Feature documentation :
Feature Class Shape Dtype Description
FeaturesDict
episode_id Tensor string
horizon Tensor int32
steps Dataset
steps/action Tensor (7,) float64
steps/discount Tensor int32
steps/is_first Tensor bool
steps/is_last Tensor bool
steps/is_terminal Tensor bool
steps/observation FeaturesDict
steps/observation/object Tensor (44,) float64
steps/observation/robot0_eef_pos Tensor (3,) float64 End-effector position
steps/observation/robot0_eef_quat Tensor (4,) float64 End-effector orientation
steps/observation/robot0_eef_vel_ang Tensor (3,) float64 End-effector angular velocity
steps/observation/robot0_eef_vel_lin Tensor (3,) float64 End-effector cartesian velocity
steps/observation/robot0_gripper_qpos Tensor (2,) float64 Gripper position
steps/observation/robot0_gripper_qvel Tensor (2,) float64 Gripper velocity
steps/observation/robot0_joint_pos Tensor (7,) float64 7DOF joint positions
steps/observation/robot0_joint_pos_cos Tensor (7,) float64
steps/observation/robot0_joint_pos_sin Tensor (7,) float64
steps/observation/robot0_joint_vel Tensor (7,) float64 7DOF joint velocities
steps/reward Tensor float64
steps/states Tensor (58,) float64
train Tensor bool
valid Tensor bool