The code release for "Offline Reinforcement Learning for Safer Blood Glucose Control in People with Type 1 Diabetes".
All python dependencies are in environment.yml
. Install with:
conda env create -f environment.yml
conda activate offline_glucose
pip install -e .
An example of the data workflow for TD3-BC is provided in: Offline_RL_Comparison.ipynb
.