- شرح :
سطل زباله و وظایف بازآرایی
صفحه اصلی : https://arxiv.org/abs/1806.10293
کد منبع :
tfds.robotics.rtx.Kuka
نسخه ها :
-
0.1.0
(پیش فرض): انتشار اولیه.
-
اندازه دانلود :
Unknown size
حجم مجموعه داده :
779.81 GiB
ذخیره خودکار ( اسناد ): خیر
تقسیم ها :
شکاف | مثال ها |
---|---|
'train' | 580,392 |
- ساختار ویژگی :
FeaturesDict({
'steps': Dataset({
'action': FeaturesDict({
'base_displacement_vector': Tensor(shape=(2,), dtype=float32),
'base_displacement_vertical_rotation': Tensor(shape=(1,), dtype=float32),
'gripper_closedness_action': Tensor(shape=(1,), dtype=float32),
'rotation_delta': Tensor(shape=(3,), dtype=float32),
'terminate_episode': Tensor(shape=(3,), dtype=int32),
'world_vector': Tensor(shape=(3,), dtype=float32),
}),
'is_first': bool,
'is_last': bool,
'is_terminal': bool,
'observation': FeaturesDict({
'clip_function_input/base_pose_tool_reached': Tensor(shape=(7,), dtype=float32),
'clip_function_input/workspace_bounds': Tensor(shape=(3, 3), dtype=float32),
'gripper_closed': Tensor(shape=(1,), dtype=float32),
'height_to_bottom': Tensor(shape=(1,), dtype=float32),
'image': Image(shape=(512, 640, 3), dtype=uint8),
'natural_language_embedding': Tensor(shape=(512,), dtype=float32),
'natural_language_instruction': string,
'task_id': Tensor(shape=(1,), dtype=float32),
}),
'reward': Scalar(shape=(), dtype=float32),
}),
'success': bool,
})
- مستندات ویژگی :
ویژگی | کلاس | شکل | نوع D | شرح |
---|---|---|---|---|
FeaturesDict | ||||
مراحل | مجموعه داده | |||
مراحل/عمل | FeaturesDict | |||
steps/action/base_displacement_vector | تانسور | (2،) | float32 | |
steps/action/base_displacement_vertical_rotation | تانسور | (1،) | float32 | |
steps/action/gripper_closedness_action | تانسور | (1،) | float32 | |
Steps/Action/rotation_delta | تانسور | (3،) | float32 | |
مراحل/عمل/پایان_اپیزود | تانسور | (3،) | int32 | |
Steps/Action/world_vector | تانسور | (3،) | float32 | |
Steps/is_first | تانسور | بوول | ||
Steps/is_last | تانسور | بوول | ||
Steps/is_terminal | تانسور | بوول | ||
مراحل / مشاهده | FeaturesDict | |||
Steps/observation/clip_function_input/base_pose_tool_reached | تانسور | (7،) | float32 | |
steps/observation/clip_function_input/workspace_bounds | تانسور | (3، 3) | float32 | |
steps/observation/gripper_closed | تانسور | (1،) | float32 | |
steps/observation/height_to_bottom | تانسور | (1،) | float32 | |
مراحل / مشاهده / تصویر | تصویر | (512, 640, 3) | uint8 | |
steps/observation/natural_language_embedding | تانسور | (512،) | float32 | |
مراحل/مشاهده/آموزش_زبان_طبیعی | تانسور | رشته | ||
steps/observation/task_id | تانسور | (1،) | float32 | |
مراحل/پاداش | اسکالر | float32 | ||
موفقیت | تانسور | بوول |
کلیدهای نظارت شده (به
as_supervised
doc مراجعه کنید):None
شکل ( tfds.show_examples ): پشتیبانی نمی شود.
مثالها ( tfds.as_dataframe ):
- نقل قول :
@article{kalashnikov2018qt,
title={Qt-opt: Scalable deep reinforcement learning for vision-based robotic manipulation},
author={Kalashnikov, Dmitry and Irpan, Alex and Pastor, Peter and Ibarz, Julian and Herzog, Alexander and Jang, Eric and Quillen, Deirdre and Holly, Ethan and Kalakrishnan, Mrinal and Vanhoucke, Vincent and others},
journal={arXiv preprint arXiv:1806.10293},
year={2018}
}