<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Publishing DTD v1.2 20190208//EN"
  "https://jats.nlm.nih.gov/publishing/1.2/JATS-journalpublishing1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink"
         xmlns:mml="http://www.w3.org/1998/Math/MathML"
         article-type="research-article"
         dtd-version="1.2">

  <!-- ============================================================ FRONT -->
  <front>
    <journal-meta>
      <journal-id journal-id-type="publisher-id">IJLTEMAS</journal-id>
      <journal-title-group>
        <journal-title>International Journal of Latest Technology in Engineering, Management &amp; Applied Science (IJLTEMAS)</journal-title>
        <abbrev-journal-title abbrev-type="publisher">IJLTEMAS</abbrev-journal-title>
      </journal-title-group>
      <issn pub-type="epub">2278-2540</issn>
      <publisher>
        <publisher-name>IJLTEMAS</publisher-name>
      </publisher>
    </journal-meta>

    <article-meta>
      <!-- IDs -->
      <article-id pub-id-type="publisher-id">92</article-id>
            <article-id pub-id-type="doi">10.51583/IJLTEMAS.2026.150700087</article-id>
      
      <!-- Categories -->
            <article-categories>
        <subj-group subj-group-type="heading">
          <subject>Computer Science</subject>
        </subj-group>
      </article-categories>
      
      <!-- Title -->
      <title-group>
        <article-title>Reinforcement Learning for Personalized Insulin Dosing: A Comparative Study of A2C, SAC and PPO on Real-World Clinical Data</article-title>
      </title-group>

      <!-- Authors -->
      <contrib-group>
                <contrib contrib-type="author">
                    <name>
            <surname>M. Anyanwu</surname>
            <given-names>Chinatu</given-names>
          </name>
                              <aff>
            Faculty of Computing, Maduka University, Ekwegbe-Enugu State                        <country>Nigeria</country>
                      </aff>
                    
        </contrib>
                <contrib contrib-type="author">
                    <name>
            <surname>C. Ogbonna</surname>
            <given-names>Nkiru</given-names>
          </name>
                              <aff>
            Department of ICT/Innovation Centre, University of Nigeria, Nsukka                        <country>Nigeria</country>
                      </aff>
                    
        </contrib>
                <contrib contrib-type="author">
                    <name>
            <surname>Ofuru Kam</surname>
            <given-names>Mary</given-names>
          </name>
                              <aff>
            Department of Computer Science, Veritas University, Bwari, Abuja, Nigeria                        <country>Nigeria</country>
                      </aff>
                    
        </contrib>
                <contrib contrib-type="author">
                    <name>
            <surname>Uche Udeh</surname>
            <given-names>Stephen</given-names>
          </name>
                              <aff>
            Department of Computer Science, University of Nigeria, Nsukka                        <country>Nigeria</country>
                      </aff>
                    
        </contrib>
                <contrib contrib-type="author">
                    <name>
            <surname>Gift Onyedi</surname>
            <given-names>Ogechi</given-names>
          </name>
                              <aff>
            School of Health Science, Maduka University, Ekwegbe-Enugu State                        <country>Nigeria</country>
                      </aff>
                    
        </contrib>
              </contrib-group>

      <!-- Volume / Issue / Pages -->
            <volume>15</volume>
                  <issue>7</issue>
                        <fpage>1094</fpage>
            <lpage>1104</lpage>
            
      <!-- Dates -->
      <history>
                <date date-type="received">
          <day>16</day>
          <month>07</month>
          <year>2026</year>
        </date>
                        <date date-type="accepted">
          <day>21</day>
          <month>07</month>
          <year>2026</year>
        </date>
              </history>

            <pub-date pub-type="epub">
        <day>13</day>
        <month>08</month>
        <year>2026</year>
      </pub-date>
      
      <!-- DOI Self-URI -->
            <self-uri xlink:href="https://doi.org/10.51583/IJLTEMAS.2026.150700087"/>
      
      <!-- Keywords -->
            <kwd-group kwd-group-type="author">
                <kwd>Reinforcement Learning</kwd>
                <kwd>A2C</kwd>
                <kwd>SAC</kwd>
                <kwd>PPO</kwd>
                <kwd>Insulin dosing</kwd>
                <kwd>Type 1 Diabetes</kwd>
                <kwd>OhioT1DM Dataset</kwd>
                <kwd>Reward Hacking</kwd>
                <kwd>Time in Range</kwd>
                <kwd>Clinical Decision Support.</kwd>
              </kwd-group>
      
    </article-meta>
  </front>

  <!-- ============================================================ BODY (Abstract) -->
  <body>
        <sec>
      <title>Abstract</title>
      <p>Personalized insulin dosing for Type 1 diabetes mellitus (T1DM) remains challenging because of complex glucose–insulin dynamics and substantial patient variability. Reinforcement learning (RL) has emerged as a promising approach for adaptive insulin management, yet the reliability of learned policies depends heavily on reward design and evaluation strategy. This study compares three actor–critic RL algorithms: Soft Actor-Critic (SAC), Advantage Actor-Critic (A2C), and Proximal Policy Optimization (PPO) for personalized insulin dosing using real-world continuous glucose monitoring, insulin delivery, basal insulin, and meal intake data from the OhioT1DM dataset. A custom Gymnasium-based environment was developed, and all algorithms were trained under identical conditions for 100,000 timesteps. Performance was evaluated using cumulative reward together with clinically relevant measures, including Time in Range (TIR) and insulin dosing behaviour. Although A2C and PPO achieved higher cumulative rewards than SAC, both converged to near-zero insulin dosing policies that exploited the reward formulation rather than learning clinically meaningful glucose regulation. In contrast, SAC maintained adaptive dosing behaviour, achieving a TIR of 72.71% with an average insulin dose of 1.769 U/step. These findings show that higher cumulative reward does not necessarily correspond to better clinical decision-making in open-loop reinforcement learning environments. The study highlights the importance of behaviour-focused evaluation alongside conventional reward metrics and provides practical insights for developing safer and more reliable reinforcement learning systems for personalized diabetes management.</p>
    </sec>
      </body>

  <!-- ============================================================ BACK (References) -->
    <back>
    <ref-list>
      <title>References</title>
            <ref id="ref1">
        <label>1</label>
        <mixed-citation>Bolland, A., Lambrechts, G., &amp; Ernst, D. (2024). Off-policy maximum entropy rl with future state and action visitation measures. arXiv preprint arXiv:2412.06655.</mixed-citation>
      </ref>
            <ref id="ref2">
        <label>2</label>
        <mixed-citation>Dénes-Fazakas, L., Szilágyi, L., Kovács, L., De Gaetano, A., &amp; Eigner, G. (2024). Reinforcement learning: a paradigm shift in personalized blood glucose management for diabetes. Biomedicines, 12(9), 2143.</mixed-citation>
      </ref>
            <ref id="ref3">
        <label>3</label>
        <mixed-citation>Elsayed, N. A., Aleppo, G., Bannuru, R. R., Bruemmer, D., Collins, B. S., Ekhlaspour, L., &amp; American Diabetes Association Professional Practice Committee. (2024). 16. Diabetes Care in the Hospital: Standards of Care in Diabetes—2024. Diabetes Care, 47.</mixed-citation>
      </ref>
            <ref id="ref4">
        <label>4</label>
        <mixed-citation>Haarnoja, T., Zhou, A., Abbeel, P., &amp; Levine, S. (2018). Soft Actor-Critic: Off-Policy Maximum Entropy Deep Reinforcement Learning with a Stochastic Actor. Proceedings of the 35th International Conference on Machine Learning. https://doi.org/10.48550/arXiv.1801.01290</mixed-citation>
      </ref>
            <ref id="ref5">
        <label>5</label>
        <mixed-citation>Lei, J., Sun, X., Li, Y., Li, K., Zhang, S., Zeng, H., &amp; Zhang, Y. (2024, August). An Improved Adaptive Glucose Control Approach for Type 1 Diabetes with Temporal Dependence. In 2024 IEEE 9th International Conference on Computational Intelligence and Applications (ICCIA) (pp. 209-214). IEEE.</mixed-citation>
      </ref>
            <ref id="ref6">
        <label>6</label>
        <mixed-citation>Manas, S., Pillai, G. N.  &amp; Gupta, M. K. (2023). Improved Soft Actor-Critic: Reducing Bias and Estimation Error for Fast Learning. IEEE International Student’s Conference on Electrical, Electronics and Computer Science (SCEECS), 1 - 9,2023,doi:10.1109/SCEECS57921.</mixed-citation>
      </ref>
            <ref id="ref7">
        <label>7</label>
        <mixed-citation>Milton T.  &amp; Lieck R. (2024). Fully-Automated Patient-Agnostic Diabetes Management with Deep Reinforcement Learning. IEEE International Conference on Bioinformatics and Biomedicine (BIBM), 1085-1091.</mixed-citation>
      </ref>
            <ref id="ref8">
        <label>8</label>
        <mixed-citation>Mnih, V. , Adria, P. B. , M. Mehdi, G. Alex, H. Tim, P. L. Timothy, S. David &amp; K.  Koray, (2016). Asynchronous Methods for Deep Reinforcement Learning. Proceedings of the 33rd International Conference on Machine Learning, New York. NY USA. JLMR. W &amp; CP, 48,  doi:10.48550/arXiv.1602.01783.</mixed-citation>
      </ref>
            <ref id="ref9">
        <label>9</label>
        <mixed-citation>Parveen, A. (2021). A Personalized Deep Learning Approach for Blood Glucose Prediction in People with T1DM (Master's thesis, Stevens Institute of Technology).</mixed-citation>
      </ref>
            <ref id="ref10">
        <label>10</label>
        <mixed-citation>Schulman, J., Wolski, F., Dhariwal, P., Radford, A., &amp; Klimov, O. (2017). Proximal Policy Optimization Algorithms. arXiv preprint arXiv:1707.06347.</mixed-citation>
      </ref>
            <ref id="ref11">
        <label>11</label>
        <mixed-citation>Singh, R., &amp; Raj R. R. (2023). Optimizing Glycemic Control in Type 1 Diabetic Patients using a Deep Learning-Based Artificial Pancreas with a Secure Glucagon and Insulin Delivery System. bioRxiv, 12. doi: https://doi.org/10.1101/2023.12.07.566476.</mixed-citation>
      </ref>
            <ref id="ref12">
        <label>12</label>
        <mixed-citation>Tuomas, H., Aurick,  Z. Pieter, A.  &amp; Sergey, L.  (2018). Soft Actor-Critic: Off - policy Maximum Entropy Deep reinforcement Learning with a Stochastic Actor. International Journal of Research and Innovation in Social Sciences, doi:10.48550/arXiv.1801.01290, https://www.researchgate.net/publication/322306636_Soft_Actor-Critic_Off-policy_Maximum_Entropy_Deep_Reinforcement_Learning_with_a_Stochastic_Actor</mixed-citation>
      </ref>
            <ref id="ref13">
        <label>13</label>
        <mixed-citation>Zhao, X., Ding, S., An, Y., &amp; Jia, W. (2019). Applications of asynchronous deep reinforcement learning based on dynamic updating weights: X. Zhao et al. Applied Intelligence, 49(2), 581-591.</mixed-citation>
      </ref>
            <ref id="ref14">
        <label>14</label>
        <mixed-citation>Zheng, M., Zhang, J., Zhan, C., Ren, X., &amp; Lü, S. (2025). Proximal policy optimization with reward-based prioritization. Expert Systems with Applications, 283, 127659.</mixed-citation>
      </ref>
          </ref-list>
  </back>
  
</article>
