This repository contains a modified version of the original simglucose simulator:
https://github.com/jxx123/simglucose
The following changes have been introduced:
- Higher interaction frequency with the simulator, enabling finer control and more detailed experimentation.
Example: examples/different_interaction_frequency.py
-
Modified observation definition
Instead of returning the average glucose level, the simulator now returns the most recent blood glucose measurement, which preserves the original signal without distortion. -
Optional observation noise
Users can choose whether to add noise to the glucose observations.
Example: examples/no_noise_in_observation.py