You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,16 +31,15 @@ to install the dependencies and setup a virtual environment. Either activate the
31
31
The best way to get started is to look at [the jupyter notebook](notebooks/tps_gaussian.ipynb) which contains the necessary code for 2D potentials in one place.
32
32
33
33
## Running the baselines
34
-
35
-
To run the baselines (i.e., TPS with shooting) you can run
34
+
You can either use the TPS shooting baselines [provided by us](https://github.com/plainerman/variational-doob/releases/tag/camera-ready), or re-create them by running
36
35
37
36
```bash
38
37
python tps_baseline_mueller.py
39
38
# For this to work, you need to specify which baselines to run by changing the all_paths variable in the script
40
39
python eval/evaluate_mueller.py
41
40
```
42
41
43
-
for a toy-potential and
42
+
to generate and evaluate transitions for the Müller-Brown toy-potential or use
0 commit comments