Metadata-Version: 2.1
Name: deepKoopman
Version: 1.0.0
Summary: Deep Koopman-based Modeling and Control
Home-page: https://github.com/pypa/sampleproject
Author: Ideal
Author-email: wangmx@stu.jiangnan.edu.cn
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# DeepKoopman

Package requirements: Torch 1.7.0+cpu
                                      Numpy 1.23.0
                                      Scipy 1.4.1
                                      Matplotlib 3.2.3
                                      Argparse 1.1
                                      Control 0.8.3	


To test the model with pretrained weights
```
python model.train()
python model.save()
python model.load()
```
