- विवरण :
फ़्रैंका क्लॉथ इंटरेक्शन कार्य
मुखपृष्ठ : https://uscresl.github.io/dmfd/
स्रोत कोड :
tfds.robotics.rtx.UscClothSimConvertedExternallyToRlds
संस्करण :
-
0.1.0
(डिफ़ॉल्ट): प्रारंभिक रिलीज़।
-
डाउनलोड आकार :
Unknown size
डेटासेट का आकार :
254.52 MiB
ऑटो-कैश्ड ( दस्तावेज़ीकरण ): नहीं
विभाजन :
विभाजित करना | उदाहरण |
---|---|
'train' | 800 |
'val' | 200 |
- फ़ीचर संरचना :
FeaturesDict({
'episode_metadata': FeaturesDict({
'file_path': Text(shape=(), dtype=string),
}),
'steps': Dataset({
'action': Tensor(shape=(4,), dtype=float32, description=Robot action, consists of x,y,z goal and picker commandpicker<0.5 = open, picker>0.5 = 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({
'image': Image(shape=(32, 32, 3), dtype=uint8, description=Image observation of cloth.),
}),
'reward': Scalar(shape=(), dtype=float32, description=Reward as a normalized performance metric in [0, 1].0 = no change from initial state. 1 = perfect fold.-ve performance means the cloth is worse off than initial state.),
}),
})
- फ़ीचर दस्तावेज़ीकरण :
विशेषता | कक्षा | आकार | डीप्रकार | विवरण |
---|---|---|---|---|
फीचर्सडिक्ट | ||||
एपिसोड_मेटाडेटा | फीचर्सडिक्ट | |||
एपिसोड_मेटाडेटा/फ़ाइल_पथ | मूलपाठ | डोरी | मूल डेटा फ़ाइल का पथ. | |
कदम | डेटासेट | |||
कदम/कार्रवाई | टेन्सर | (4,) | फ्लोट32 | रोबोट कार्रवाई में x,y,z लक्ष्य और पिकर कमांडपिकर<0.5 = खुला, पिकर>0.5 = बंद होता है। |
कदम/छूट | अदिश | फ्लोट32 | यदि छूट प्रदान की गई है, तो डिफ़ॉल्ट 1 है। | |
चरण/पहला है | टेन्सर | बूल | ||
चरण/अंतिम है | टेन्सर | बूल | ||
चरण/is_terminal | टेन्सर | बूल | ||
चरण/भाषा_एम्बेडिंग | टेन्सर | (512,) | फ्लोट32 | कोना भाषा एम्बेडिंग. https://tfhub.dev/google/universal-sentence-encoder-large/5 देखें |
चरण/भाषा_निर्देश | मूलपाठ | डोरी | भाषा निर्देश. | |
कदम/अवलोकन | फीचर्सडिक्ट | |||
चरण/अवलोकन/छवि | छवि | (32, 32, 3) | uint8 | कपड़े का छवि अवलोकन. |
कदम/इनाम | अदिश | फ्लोट32 | [0, 1].0 में सामान्यीकृत प्रदर्शन मीट्रिक के रूप में पुरस्कार = प्रारंभिक स्थिति से कोई परिवर्तन नहीं। 1 = परफेक्ट फ़ोल्ड.-वे प्रदर्शन का मतलब है कि कपड़ा प्रारंभिक स्थिति से भी बदतर है। |
पर्यवेक्षित कुंजियाँ (
as_supervised
doc देखें):None
चित्र ( tfds.show_examples ): समर्थित नहीं है।
उदाहरण ( tfds.as_dataframe ): गुम है।
उद्धरण :
@article{salhotra2022dmfd,
author={Salhotra, Gautam and Liu, I-Chun Arthur and Dominguez-Kuhne, Marcus and Sukhatme, Gaurav S.},
journal={IEEE Robotics and Automation Letters},
title={Learning Deformable Object Manipulation From Expert Demonstrations},
year={2022},
volume={7},
number={4},
pages={8775-8782},
doi={10.1109/LRA.2022.3187843}
}