stonet2000 commited on
Commit
2ccfb30
1 Parent(s): b392619

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -15,4 +15,14 @@ tags:
15
  ---
16
  # Robot Demonstrations with Environment States
17
 
18
- Dataset of robot demonstrations for various benchmarks formatted to contain environment states following the ManiSkill2 trajectory format: https://haosulab.github.io/ManiSkill2/concepts/demonstrations.html#format
 
 
 
 
 
 
 
 
 
 
 
15
  ---
16
  # Robot Demonstrations with Environment States
17
 
18
+ Dataset of robot demonstrations for various benchmarks formatted to contain environment states following the ManiSkill2 trajectory format: https://haosulab.github.io/ManiSkill2/concepts/demonstrations.html#format
19
+
20
+ Benchmarks supported:
21
+ - ManiSkill2
22
+ - Adroit (D4RL)
23
+ - Metaworld
24
+
25
+ For code to load and reset to states, as well as formatting the origianl demonstration datasets in supported benchmarks, see this repo: https://github.com/robot-state-reset-utils.
26
+
27
+
28
+ Data originally used for and generated from the [Reverse Forward Curriculum Learning for Extreme Sample and Demo Efficiency]() research project.