Official code of Amortized Equation Discovery in Hybrid Dynamical Systems in ICML 2024
AMORE demonstrates remarkable proficiency in handling complex segmentation tasks that require: (a) reasoning based on world knowledge; (b) inference of future events; and (c) a comprehensive understanding of video content.
pip install -r requirements.txt
Before training, please download the datasets and put them in data. The Mass-spring Hopping dataset has already been put in the folder, which is a good start.
python run-amore.py --config "./configs/spring-mass.yaml" --device "cuda:0"
If you find this project useful in your research, please consider citing:
@article{liu2024amortized,
title={Amortized Equation Discovery in Hybrid Dynamical Systems},
author={Liu, Yongtuo and Magliacane, Sara and Kofinas, Miltiadis and Gavves, Efstratios},
journal={arXiv preprint arXiv:2406.03818},
year={2024}
}