- 説明:
ゴミ箱の中の物体を押したり選んだりするソーヤー
ホームページ: https://arxiv.org/abs/2206.11894
ソースコード:
tfds.robotics.rtx.StanfordMaskVitConvertedExternallyToRlds
バージョン:
-
0.1.0
(デフォルト): 初期リリース。
-
ダウンロードサイズ:
Unknown size
データセットのサイズ:
76.17 GiB
自動キャッシュ(ドキュメント): いいえ
分割:
スプリット | 例 |
---|---|
'train' | 9,109 |
'val' | 91 |
- 機能の構造:
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
}),
'steps': Dataset({
'action': Tensor(shape=(5,), dtype=float32, description=Robot action, consists of [3x change in end effector position, 1x gripper yaw, 1x open/close gripper (-1 means to open the gripper, 1 means close)].),
'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=(5,), dtype=float32, description=Robot end effector pose, consists of [3x Cartesian position, 1x gripper yaw, 1x gripper position]. This is the state used in the MaskViT paper.),
'finger_sensors': Tensor(shape=(1,), dtype=float32, description=1x Sawyer gripper finger sensors.),
'high_bound': Tensor(shape=(5,), dtype=float32, description=High bound for end effector pose normalization. Consists of [3x Cartesian position, 1x gripper yaw, 1x gripper position].),
'image': Image(shape=(480, 480, 3), dtype=uint8, description=Main camera RGB observation.),
'low_bound': Tensor(shape=(5,), dtype=float32, description=Low bound for end effector pose normalization. Consists of [3x Cartesian position, 1x gripper yaw, 1x gripper position].),
'state': Tensor(shape=(15,), dtype=float32, description=Robot state, consists of [7x robot joint angles, 7x robot joint velocities,1x gripper position].),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
}),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dタイプ | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
エピソード_メタデータ | 特徴辞書 | |||
エピソードメタデータ/ファイルパス | 文章 | 弦 | 元のデータ ファイルへのパス。 | |
ステップ | データセット | |||
ステップ/アクション | テンソル | (5,) | float32 | ロボットのアクションは、[エンド エフェクターの位置の変更 3 回、グリッパーのヨー 1 回、グリッパーの開閉 1 回 (-1 はグリッパーを開くことを意味し、1 は閉じることを意味します)] で構成されます。 |
歩数/割引 | スカラー | float32 | 割引が指定されている場合、デフォルトは 1 です。 | |
ステップ/is_first | テンソル | ブール | ||
ステップ/is_last | テンソル | ブール | ||
ステップ/is_terminal | テンソル | ブール | ||
ステップ/言語_埋め込み | テンソル | (512,) | float32 | コナ言語の埋め込み。 https://tfhub.dev/google/universal-sentence-encoder-large/5を参照してください。 |
ステップ/言語説明 | 文章 | 弦 | 言語指導。 | |
ステップ/観察 | 特徴辞書 | |||
ステップ/観察/end_effect_pose | テンソル | (5,) | float32 | ロボット エンド エフェクターのポーズは、[3x デカルト位置、1x グリッパー ヨー、1x グリッパー位置] で構成されます。これはMaskViT論文で使用されている状態です。 |
歩数/観察/指センサー | テンソル | (1,) | float32 | 1x Sawyer グリッパーフィンガーセンサー。 |
ステップ/観察/高境界 | テンソル | (5,) | float32 | エンドエフェクターのポーズ正規化の上限。 [3x デカルト位置、1x グリッパー ヨー、1x グリッパー位置] で構成されます。 |
手順・観察・イメージ | 画像 | (480、480、3) | uint8 | メインカメラRGB観察。 |
ステップ/観察/low_bound | テンソル | (5,) | float32 | エンドエフェクターのポーズ正規化の下限。 [3x デカルト位置、1x グリッパー ヨー、1x グリッパー位置] で構成されます。 |
ステップ/観察/状態 | テンソル | (15,) | float32 | ロボットの状態は、[7x ロボット関節角度、7x ロボット関節速度、1x グリッパー位置] で構成されます。 |
歩数/報酬 | スカラー | float32 | 提供されている場合は報酬、デモの最終ステップで 1。 |
監視キー(
as_supervised
docを参照):None
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ): 欠落しています。
引用:
@inproceedings{gupta2022maskvit,
title={MaskViT: Masked Visual Pre-Training for Video Prediction},
author={Agrim Gupta and Stephen Tian and Yunzhi Zhang and Jiajun Wu and Roberto Martín-Martín and Li Fei-Fei},
booktitle={International Conference on Learning Representations},
year={2022}
}