jxx123 / simglucose

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

How did you obtain the parameters in vpatient_params.csv? #26

Closed celikalp closed 3 years ago

celikalp commented 3 years ago

Hi,

Where did you get the in-silico patient parameters in vpatient_params.csv? I have checked the internet and UVa-Padova S2008, S2013, S2018 papers but could not see the sources of their synthetic patient parameters. Can you please share your source or explain how you generate the parameters?

Thanks.

jxx123 commented 3 years ago

Sorry for the late reply. I used the parameters in 2008 UVa/Padova Simulator academic version (in Matlab).

celikalp commented 3 years ago

Great to hear from you. I want to access the academic version of the simulator (i.e. MATLAB code and patient parameter files) but I could not find it on the Internet. If you have the link or a copy of the files, could you share them?

jxx123 commented 3 years ago

You should be able to request a copy here https://tegvirginia.com/software/t1dms/.

celikalp commented 3 years ago

Thanks