File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 2
2
<p align =" center " >
3
3
<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 >
4
4
<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 >
6
6
<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 >
7
7
</p >
8
8
<p align =" center " >
@@ -15,6 +15,20 @@ A novel variational approach to transition path sampling (TPS) based on the Doob
15
15
<i >A transition path of alanine dipeptide sampled using our method.</i >
16
16
</p >
17
17
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
+
18
32
## Setup
19
33
20
34
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:
85
99
year = {2024},
86
100
booktitle = {Advances in Neural Information Processing Systems},
87
101
}
88
- ```
102
+ ```
You can’t perform that action at this time.
0 commit comments