PyHealth
PyHealth copied to clipboard
dataset: synthetic pendulum data
Name: Esteban Benitez, Chloe Yang NetID: benitez5, junkey2 Reproducing Paper Title: Generative ODE Modeling with Known Unknowns Contribution Type: Dataset
Implemented the wrapper to generate synthetic data set, of a video pendulum motion, which is useful in generative ODE models. Uses the latest openAI gymnasium library to create artificial data based on an input size and seed.
To test the implementation, you can run the unit tests:
- python -m unittest tests.core.test_pendulum