utokyo_saytap_converted_externally_to_rlds

  • คำอธิบาย :

A1 เดินไม่มี RGB

แยก ตัวอย่าง
'train' 20
  • โครงสร้างคุณสมบัติ :
FeaturesDict({
    'episode_metadata': FeaturesDict({
        'file_path': Text(shape=(), dtype=string),
    }),
    'steps': Dataset({
        'action': Tensor(shape=(12,), 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': Text(shape=(), dtype=string),
        'observation': FeaturesDict({
            'desired_pattern': Tensor(shape=(4, 5), dtype=bool),
            'desired_vel': Tensor(shape=(3,), dtype=float32),
            'image': Image(shape=(64, 64, 3), dtype=uint8),
            'prev_act': Tensor(shape=(12,), dtype=float32),
            'proj_grav_vec': Tensor(shape=(3,), dtype=float32),
            'state': Tensor(shape=(30,), dtype=float32),
            'wrist_image': Image(shape=(64, 64, 3), dtype=uint8),
        }),
        'reward': Scalar(shape=(), dtype=float32),
    }),
})
  • เอกสารคุณสมบัติ :
คุณสมบัติ ระดับ รูปร่าง ประเภทD คำอธิบาย
คุณสมบัติDict
ตอนที่_ข้อมูลเมตา คุณสมบัติDict
ตอนที่_metadata/file_path ข้อความ เชือก เส้นทางไปยังไฟล์ข้อมูลต้นฉบับ
ขั้นตอน ชุดข้อมูล
ขั้นตอน/การดำเนินการ เทนเซอร์ (12,) ลอย32 การกระทำของหุ่นยนต์ประกอบด้วย [ตำแหน่งข้อต่อ 12x]
ขั้นตอน/ส่วนลด สเกลาร์ ลอย32 ส่วนลดหากมีให้ ค่าเริ่มต้นคือ 1
ขั้นตอน/is_first เทนเซอร์ บูล
ขั้นตอน/is_last เทนเซอร์ บูล
ขั้นตอน/is_terminal เทนเซอร์ บูล
ขั้นตอน/ภาษา_embedding เทนเซอร์ (512,) ลอย32 การฝังภาษาโคน่า ดู https://tfhub.dev/google/universal-sentence-encoder-large/5
ขั้นตอน/Language_instruction ข้อความ เชือก การสอนภาษา.
ขั้นตอน/การสังเกต คุณสมบัติDict
ขั้นตอน/การสังเกต/desired_pattern เทนเซอร์ (4, 5) บูล รูปแบบการสัมผัสเท้าที่ต้องการสำหรับขาทั้ง 4 ขา ทั้ง 4 แถวมีไว้สำหรับขาหน้าขวา หน้าซ้าย หลังขวา และขาหลังซ้าย ความยาวของรูปแบบคือ 5 (=0.1 วินาที)
ขั้นตอน/การสังเกต/desired_vel เทนเซอร์ (3,) ลอย32 ความเร็วที่ต้องการ 2 อันแรกเป็นความเร็วเชิงเส้นที่ตั้งฉากกับทิศทางที่มุ่งหน้าไป ส่วนอันที่ 3 คือความเร็วเชิงมุมที่ต้องการเกี่ยวกับแกนหันเห
ขั้นตอน/การสังเกต/ภาพ ภาพ (64, 64, 3) uint8 การสังเกต RGB ของกล้องจำลอง
ขั้นตอน/การสังเกต/prev_act เทนเซอร์ (12,) ลอย32 การดำเนินการที่ใช้ในขั้นตอนก่อนหน้า
ขั้นตอน/การสังเกต/proj_grav_vec เทนเซอร์ (3,) ลอย32 เวกเตอร์แรงโน้มถ่วง [0, 0, -1] ในกรอบฐานหุ่นยนต์
ขั้นตอน/การสังเกต/สถานะ เทนเซอร์ (30,) ลอย32 สถานะของหุ่นยนต์ประกอบด้วย [ความเร็วเชิงเส้นของฐานหุ่นยนต์ 3x, ความเร็วเชิงมุมฐาน 3x, ตำแหน่งข้อต่อ 12x, ความเร็วข้อต่อ 12x]
ขั้นตอน/การสังเกต/wrist_image ภาพ (64, 64, 3) uint8 การสังเกต RGB ของกล้องดัมมี่ข้อมือ
ขั้นตอน/รางวัล สเกลาร์ ลอย32 รางวัลหากมีให้ 1 ในขั้นตอนสุดท้ายสำหรับการสาธิต
@article{saytap2023,
  author = {Yujin Tang and Wenhao Yu and Jie Tan and Heiga Zen and Aleksandra Faust and
Tatsuya Harada},
  title  = {SayTap: Language to Quadrupedal Locomotion},
  eprint = {arXiv:2306.07580},
  url    = {https://saytap.github.io},
  note   = "{https://saytap.github.io}",
  year   = {2023}
}