yutaizhou commited on
Commit
6d5c621
·
verified ·
1 Parent(s): 90a9a5e

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +35 -0
README.md ADDED
@@ -0,0 +1,35 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - reinforcement-learning
5
+ tags:
6
+ - robomimic
7
+ - offline-rl
8
+ - ope
9
+ ---
10
+
11
+ # Robomimic mhf dense datasets
12
+
13
+ Mixed-human/filtered (`mhf`) dense-reward Robomimic datasets used by infOPE / VGPS experiments.
14
+
15
+ ## Layout
16
+
17
+ ```
18
+ lift/
19
+ mhf_densev1/dataset.hdf5
20
+ can/
21
+ mhf_densev1/dataset.hdf5
22
+ square/
23
+ mhf_densev1/dataset.hdf5
24
+ mhf2_densev1/dataset.hdf5
25
+ ```
26
+
27
+ ## Download
28
+
29
+ ```bash
30
+ # full repo
31
+ hf download infope/robomimic --repo-type dataset --local-dir ./robomimic
32
+
33
+ # one variant
34
+ hf download infope/robomimic lift/mhf_densev1/dataset.hdf5 --repo-type dataset
35
+ ```