stonet2000 commited on
Commit
c4a6f32
1 Parent(s): 88865b7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -26,21 +26,23 @@ For the previous ManiSkill2 paper's demonstration data (v0.5.3 of the `mani_skil
26
  The demonstrations are organized first by environment ID / task ID, then organized into subfolders indicating where the demonstration data is sourced from (motionplanning, rl, teleop). In the subfolders there may sometimes be several demonstration .h5 dataset files which are typically labelled by the control mode the actions in the dataset are using.
27
 
28
  Motionplanning Demonstration Examples
29
-
30
- <video autoplay>
31
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/PegInsertionSide-v1-motionplanning.mp4?download=true">
32
  </video>
33
- <video autoplay>
34
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/PickCube-v1-motionplanning.mp4?download=true">
35
  </video>
 
36
 
37
  RL Demonstration Examples
38
-
39
- <video autoplay>
40
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/PushT-v1-rl.mp4?download=true">
41
  </video>
42
 
43
- <video autoplay>
44
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/AnymalC-Reach-v1-rl.mp4?download=true">
45
  </video>
 
46
 
 
26
  The demonstrations are organized first by environment ID / task ID, then organized into subfolders indicating where the demonstration data is sourced from (motionplanning, rl, teleop). In the subfolders there may sometimes be several demonstration .h5 dataset files which are typically labelled by the control mode the actions in the dataset are using.
27
 
28
  Motionplanning Demonstration Examples
29
+ <div style="display: flex; justify-content: center;">
30
+ <video autoplay loop>
31
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/PegInsertionSide-v1-motionplanning.mp4?download=true">
32
  </video>
33
+ <video autoplay loop>
34
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/PickCube-v1-motionplanning.mp4?download=true">
35
  </video>
36
+ </div>
37
 
38
  RL Demonstration Examples
39
+ <div style="display: flex; justify-content: center;">
40
+ <video autoplay loop>
41
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/PushT-v1-rl.mp4?download=true">
42
  </video>
43
 
44
+ <video autoplay loop>
45
  <source src="https://huggingface.co/datasets/haosulab/ManiSkill_Demonstrations/resolve/main/sample_videos/AnymalC-Reach-v1-rl.mp4?download=true">
46
  </video>
47
+ </div>
48