- 説明:
モバイル操作データセット
ホームページ: https://sites.google.com/corp/view/conq-hose-manipulation-dataset/home
バージョン:
-
0.1.0
(デフォルト): 初期リリース。
-
ダウンロードサイズ:
Unknown size
データセットのサイズ:
2.72 GiB
自動キャッシュ(ドキュメント): いいえ
分割:
スプリット | 例 |
---|---|
'train' | 113 |
'val' | 26 |
- 機能の構造:
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': string,
}),
'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({
'frontleft_fisheye_image': Image(shape=(726, 604, 3), dtype=uint8),
'frontright_fisheye_image': Image(shape=(726, 604, 3), dtype=uint8),
'hand_color_image': Image(shape=(480, 640, 3), dtype=uint8),
'state': Tensor(shape=(66,), dtype=float32),
}),
'reward': Scalar(shape=(), dtype=float32),
}),
})
- 機能ドキュメント:
特徴 | クラス | 形 | Dタイプ | 説明 |
---|---|---|---|---|
特徴辞書 | ||||
エピソードメタデータ | 特徴辞書 | |||
エピソードメタデータ/ファイルパス | テンソル | 弦 | ||
ステップ | データセット | |||
ステップ/アクション | テンソル | (7、) | float32 | |
歩数/割引 | スカラー | float32 | ||
ステップ/is_first | テンソル | ブール | ||
ステップ/is_last | テンソル | ブール | ||
ステップ/is_terminal | テンソル | ブール | ||
ステップ/言語_埋め込み | テンソル | (512,) | float32 | |
ステップ/言語説明 | テンソル | 弦 | ||
ステップ/観察 | 特徴辞書 | |||
ステップ/観察/frontleft_fisheye_image | 画像 | (726、604、3) | uint8 | |
歩数/観察/frontright_fisheye_image | 画像 | (726、604、3) | uint8 | |
歩数/観察/hand_color_image | 画像 | (480、640、3) | uint8 | |
ステップ/観察/状態 | テンソル | (66,) | float32 | |
歩数/報酬 | スカラー | float32 |
監視キー(
as_supervised
docを参照):None
図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ):
- 引用:
@misc{ConqHoseManipData,
author={Peter Mitrano and Dmitry Berenson},
title={Conq Hose Manipulation Dataset, v1.15.0},
year={2024},
howpublished={https://sites.google.com/view/conq-hose-manipulation-dataset}
}