Update README.md
Browse files
README.md
CHANGED
@@ -88,6 +88,22 @@ rollout_full_dir = hf_hub_download(repo_id=params.dataset_rootdir, repo_type='da
|
|
88 |
|
89 |
```
|
90 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
91 |
## Citation
|
92 |
If you use this dataset, please cite:
|
93 |
|
@@ -100,7 +116,7 @@ If you use this dataset, please cite:
|
|
100 |
}
|
101 |
```
|
102 |
|
103 |
-
##
|
104 |
The 3D datasets (e.g., Water3D, Sand3D, Plasticine3D, Jelly3D, RigidCollision3D, Melting3D) were generated using the NCLAW Simulator, developed by Ma et al. (ICML 2023).
|
105 |
|
106 |
```bibtex
|
|
|
88 |
|
89 |
```
|
90 |
|
91 |
+
## Example Simulations
|
92 |
+
|
93 |
+
<table>
|
94 |
+
<tr>
|
95 |
+
<td><video width="250" controls><source src="video1.mp4" type="video/mp4">Your browser does not support the video tag.</video></td>
|
96 |
+
<td><video width="250" controls><source src="video2.mp4" type="video/mp4">Your browser does not support the video tag.</video></td>
|
97 |
+
<td><video width="250" controls><source src="video3.mp4" type="video/mp4">Your browser does not support the video tag.</video></td>
|
98 |
+
</tr>
|
99 |
+
<tr>
|
100 |
+
<td><video width="250" controls><source src="video4.mp4" type="video/mp4">Your browser does not support the video tag.</video></td>
|
101 |
+
<td><video width="250" controls><source src="video5.mp4" type="video/mp4">Your browser does not support the video tag.</video></td>
|
102 |
+
<td><video width="250" controls><source src="video6.mp4" type="video/mp4">Your browser does not support the video tag.</video></td>
|
103 |
+
</tr>
|
104 |
+
</table>
|
105 |
+
|
106 |
+
|
107 |
## Citation
|
108 |
If you use this dataset, please cite:
|
109 |
|
|
|
116 |
}
|
117 |
```
|
118 |
|
119 |
+
## Source
|
120 |
The 3D datasets (e.g., Water3D, Sand3D, Plasticine3D, Jelly3D, RigidCollision3D, Melting3D) were generated using the NCLAW Simulator, developed by Ma et al. (ICML 2023).
|
121 |
|
122 |
```bibtex
|