PyHealth icon indicating copy to clipboard operation
PyHealth copied to clipboard

dataset: synthetic pendulum data

Open Esteban-Benitez opened this issue 1 month ago • 0 comments

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

Esteban-Benitez avatar Dec 07 '25 11:12 Esteban-Benitez