Skip to content

Commit 1486650

Browse files
committed
Update README
1 parent 358d56d commit 1486650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ conda env create -f environment.yml
1313

1414
## Getting started
1515

16-
The best way to get started is to look at the jupyter notebooks which contain code for the Müller-Brown potential.
17-
There is one for the [first order Langevin dynamics](notebooks/tps_gaussian.ipynb) and one for the [second order Langevin dynamics](notebooks/tps_gaussian_2nd.ipynb).
16+
The best way to get started is to look at [the jupyter notebook](notebooks/tps_gaussian.ipynb which contains all code for 2D potentials in one place.
1817

1918
## Running the baselines
2019

2120
To run the baselines (i.e., TPS with shooting) you can run
2221

2322
```bash
2423
python tps_baseline_mueller.py
24+
# For this to work, you need to specify which baselines to run by changing the all_paths variable in the script
2525
python eval/evaluate_mueller.py
2626
```
2727

0 commit comments

Comments
 (0)