/pathint-torch

PyTorch implementation of the path integral sampler.

Primary LanguageJupyter NotebookMIT LicenseMIT

pathint_torch

docs

pathint_torch is a PyTorch implementation of the path integral sampler, a method based on the Schrödinger bridge problem for sampling from (unnormalized) probability densities. Behind the scenes it relies on torchsde to solve stochastic differential equations.

Check out the docs for more details, or try out the scripts applying the method to some low-dimensional problems (runnable on a laptop).

Installation

Running

git clone git@github.com:adam-coogan/pathint-torch.git
cd pathint-torch
pip install .

will install the pathint_torch package.