jxx123 / simglucose

A Type-1 Diabetes simulator implemented in Python for Reinforcement Learning purpose
MIT License
232 stars 111 forks source link

Set initial BG for simulation #4

Closed jxx123 closed 3 years ago

jxx123 commented 5 years ago

T1DPatient class provides an interface to set the initial states of the patients, but it is not open to user interface.

There is a requirement to allow user set initial BG.

Will need to think about how to open these initial state settings to users gracefully.

celikalp commented 3 years ago

I have addressed a similar issue in #25, I hope it helps.