Pytorch implementation of EDMDDL [1] and learning parametric Koopman decomposition [2]. Comprehensive documentation can be found here, examples can be found in the example
folder.
You can set up the environment and install this package by running the following commands:
git clone https://github.com/ReichtumQian/ParamKoopmanDL.git
cd ParamKoopmanDL
# (Optional) Create a new environment
conda create -n KoopmanDL
conda activate KoopmanDL
# By default using CPU
pip install -r requirements.txt
pip install .
You can check out the Quick Start and examples in the example
folder for more details.