- Sự miêu tả :
Nhiệm vụ thao tác trên bàn của Franka
Trang chủ : https://ut-austin-rpl.github.io/sirius/
Mã nguồn :
tfds.robotics.rtx.AustinSiriusDatasetConvertedExternallyToRlds
Phiên bản :
-
0.1.0
(mặc định): Bản phát hành đầu tiên.
-
Kích thước tải xuống :
Unknown size
Kích thước tập dữ liệu :
6.55 GiB
Tự động lưu vào bộ nhớ đệm ( tài liệu ): Không
Chia tách :
Tách ra | Ví dụ |
---|---|
'train' | 559 |
- Cấu trúc tính năng :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
}),
'steps': Dataset({
'action': Tensor(shape=(7,), dtype=float32, description=Robot action, consists of [3x ee relative pos, 3x ee relative rotation, 1x gripper action].),
'action_mode': Tensor(shape=(1,), dtype=float32, description=Type of interaction. -1: initial human demonstration. 1: intervention. 0: autonomuos robot execution (includes pre-intervention class)),
'discount': Scalar(shape=(), dtype=float32, description=Discount if provided, default to 1.),
'intv_label': Tensor(shape=(1,), dtype=float32, description=Same as action_modes, except 15 timesteps preceding intervention are labeled as -10.),
'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({
'image': Image(shape=(84, 84, 3), dtype=uint8, description=Main camera RGB observation.),
'state': Tensor(shape=(8,), dtype=float32, description=Default robot state, consists of [7x robot joint state, 1x gripper state].),
'state_ee': Tensor(shape=(16,), dtype=float32, description=End-effector state, represented as 4x4 homogeneous transformation matrix of ee pose.),
'state_gripper': Tensor(shape=(1,), dtype=float32, description=Robot gripper opening width. Ranges between ~0 (closed) to ~0.077 (open)),
'state_joint': Tensor(shape=(7,), dtype=float32, description=Robot 7-dof joint information.),
'wrist_image': Image(shape=(84, 84, 3), dtype=uint8, description=Wrist camera RGB observation.),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward if provided, 1 on final step for demos.),
}),
})
- Tài liệu tính năng :
Tính năng | Lớp học | Hình dạng | loại D | Sự miêu tả |
---|---|---|---|---|
Tính năngDict | ||||
tập_siêu dữ liệu | Tính năngDict | |||
tập_siêu dữ liệu/file_path | Chữ | sợi dây | Đường dẫn tới file dữ liệu gốc. | |
bước | Tập dữ liệu | |||
bước/hành động | Tenxơ | (7,) | phao32 | Hành động của robot, bao gồm [3x ee vị trí tương đối, 3x ee xoay tương đối, 1x hành động kẹp]. |
bước/action_mode | Tenxơ | (1,) | phao32 | Loại tương tác. -1: trình diễn ban đầu của con người. 1: can thiệp. 0: thực thi robot tự động (bao gồm lớp trước can thiệp) |
bước/giảm giá | vô hướng | phao32 | Giảm giá nếu được cung cấp, mặc định là 1. | |
bước/intv_label | Tenxơ | (1,) | phao32 | Tương tự như action_modes, ngoại trừ 15 dấu thời gian trước sự can thiệp được gắn nhãn là -10. |
bước/là_đầu tiên | Tenxơ | bool | ||
bước/is_last | Tenxơ | bool | ||
bước/is_terminal | Tenxơ | bool | ||
các bước/ngôn ngữ_embedding | Tenxơ | (512,) | phao32 | Nhúng ngôn ngữ Kona. Xem https://tfhub.dev/google/universal-sentence-encoding-large/5 |
các bước/ngôn ngữ_instruction | Chữ | sợi dây | Giảng dạy ngôn ngữ. | |
bước/quan sát | Tính năngDict | |||
bước/quan sát/hình ảnh | Hình ảnh | (84, 84, 3) | uint8 | Camera chính quan sát RGB. |
bước/quan sát/trạng thái | Tenxơ | (8,) | phao32 | Trạng thái robot mặc định, bao gồm [trạng thái khớp robot 7x, trạng thái kẹp 1x]. |
bước/quan sát/state_ee | Tenxơ | (16,) | phao32 | Trạng thái tác động cuối, được biểu diễn dưới dạng ma trận biến đổi đồng nhất 4x4 của tư thế ee. |
bước/quan sát/state_gripper | Tenxơ | (1,) | phao32 | Chiều rộng mở của kẹp robot. Phạm vi từ ~0 (đóng) đến ~0,077 (mở) |
bước/quan sát/state_joint | Tenxơ | (7,) | phao32 | Thông tin chung về robot 7-dof. |
bước/quan sát/hình ảnh cổ tay | Hình ảnh | (84, 84, 3) | uint8 | Camera đeo tay quan sát RGB. |
bước/phần thưởng | vô hướng | phao32 | Phần thưởng nếu được cung cấp, 1 ở bước cuối cùng cho bản demo. |
Khóa được giám sát (Xem
as_supervised
doc ):None
Hình ( tfds.show_examples ): Không được hỗ trợ.
Ví dụ ( tfds.as_dataframe ):
- Trích dẫn :
@inproceedings{liu2022robot,
title = {Robot Learning on the Job: Human-in-the-Loop Autonomy and Learning During Deployment},
author = {Huihan Liu and Soroush Nasiriany and Lance Zhang and Zhiyao Bao and Yuke Zhu},
booktitle = {Robotics: Science and Systems (RSS)},
year = {2023}
}