Set up the Environment

You can follow these steps to set up an environment that uses the CPU:

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 .