Skip to content

Commit 20cea8d

Browse files
authored
add gifs to README.md
1 parent ac86364 commit 20cea8d

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

README.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<p align="center">
33
<a href="https://arxiv.org/abs/2410.07974"><img src="https://img.shields.io/badge/arXiv-b31b1b?style=for-the-badge&logo=arxiv" alt="arXiv"/></a>
44
<a href="https://github.com/plainerman/variational-doob"><img src="https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54" alt="Python"/></a>
5-
<a href="https://github.com/plainerman/variational-doob/blob/main/notebooks/tps_gaussian.ipynb"><img src="https://img.shields.io/badge/jupyter-e37e3d.svg?style=for-the-badge&logo=jupyter&logoColor=white" alt="Jupyter"/></a>
5+
<a href="https://colab.research.google.com/drive/1FcmEbec06cH4yk0t8vOIt8r1Gm-VjQZ0?usp=sharing"><img src="https://img.shields.io/badge/Colab-e37e3d.svg?style=for-the-badge&logo=googlecolab&logoColor=white" alt="Jupyter"/></a>
66
<a href="https://github.com/jax-ml/jax"><img src="https://img.shields.io/badge/library-JAX-5f0964?style=for-the-badge" alt="Jax"/></a>
77
</p>
88
<p align="center">
@@ -15,6 +15,20 @@ A novel variational approach to transition path sampling (TPS) based on the Doob
1515
<i>A transition path of alanine dipeptide sampled using our method.</i>
1616
</p>
1717

18+
<p align="center">
19+
<img src="visualizations/training-optimized.gif" alt=""/>
20+
</p>
21+
<p align="center">
22+
<i>Visualization of the optimization process using our algorithm for 2D potential.</i>
23+
</p>
24+
25+
<p align="center">
26+
<img src="visualizations/simulation-optimized.gif" alt=""/>
27+
</p>
28+
<p align="center">
29+
<i>Running the deterministic and stochastic simulations using our algorithm for 2D potential.</i>
30+
</p>
31+
1832
## Setup
1933

2034
You can use the `environment.yml` file to setup this project. However, it only works on CPU.
@@ -85,4 +99,4 @@ If you find our work useful, please consider citing our paper:
8599
year = {2024},
86100
booktitle = {Advances in Neural Information Processing Systems},
87101
}
88-
```
102+
```

0 commit comments

Comments
 (0)