- 説明:
Universal Robots UR5eのVLAモデル学習用デモデータセット。事前にプログラムされたロボットルーチンを用いて、実際のロボット作業空間から収集されたデータ。
ソースコード:
tfds.robotics.rtx.RoboAiUR5eバージョン:
-
0.1.0(デフォルト):初回リリース。
-
ダウンロードサイズ:
Unknown sizeデータセットのサイズ:
Unknown size自動キャッシュ(ドキュメント):不明
分割:
| スプリット | 例 |
|---|
- 機能構造:
FeaturesDict({
'episode_metadata': FeaturesDict({
'episode_index': int32,
'file_name': string,
}),
'steps': Dataset({
'absolute_action_mask': Tensor(shape=(7,), dtype=bool),
'action': Tensor(shape=(7,), dtype=float32),
'action_normalization_mask': Tensor(shape=(7,), dtype=bool),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'language_instruction': string,
'observation': FeaturesDict({
'image': Image(shape=(480, 640, 3), dtype=uint8),
'robot_state': Tensor(shape=(15,), dtype=float32),
}),
}),
})
- 機能に関するドキュメント:
| 特徴 | クラス | 形 | データ型 | 説明 |
|---|---|---|---|---|
| 特徴辞書 | ||||
| エピソードメタデータ | 特徴辞書 | |||
| エピソードメタデータ/エピソードインデックス | テンソル | 整数32 | ||
| エピソードメタデータ/ファイル名 | テンソル | 弦 | ||
| 手順 | データセット | |||
| ステップ/絶対アクションマスク | テンソル | (7) | ブール値 | |
| 手順/行動 | テンソル | (7) | float32 | |
| ステップ/アクション正規化マスク | テンソル | (7) | ブール値 | |
| ステップ/is_first | テンソル | ブール値 | ||
| ステップ/is_last | テンソル | ブール値 | ||
| ステップ/is_terminal | テンソル | ブール値 | ||
| 手順/言語指導 | テンソル | 弦 | ||
| 手順/観察 | FeaturesDict | |||
| steps/observation/image | 画像 | (480, 640, 3) | uint8 | |
| 手順/観察/ロボットの状態 | テンソル | (15) | float32 |
教師ありキー(
as_supervisedドキュメントを参照):None図( tfds.show_examples ): サポートされていません。
例( tfds.as_dataframe ): 欠落しています。
引用:
@article{RoboAIUR5e2025,
title = {RoboAI UR5e Training Dataset},
author = {Joonas Rouhiainen},
institution = {RoboAI Research Center, Satakunta University of Applied Sciences},
year = {2025},
howpublished = {\url{https://sites.google.com/view/roboai-ur5e/home} },
}