Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 612 Bytes

dataset_readme.md

File metadata and controls

30 lines (28 loc) · 612 Bytes

Dataset Readme

These datasets are collected in the same format as robomimic. To train on this dataset (and your own datasets), please modify your config file as follows:

  1. Change dataset_path to the path of hdf5 file.
  2. Use the following shape_meta.
shape_meta:
  action:
    shape:
    - 4
  obs:
    pos:
      shape:
      - 4
      type: low_dim
    camera0:
      shape:
      - 3
      - 120
      - 160
      type: rgb
    camera1:
      shape:
      - 3
      - 120
      - 160
      type: rgb