On Safer Reinforcement Learning Policies for Sedation and Analgesia in Intensive Care
Joel Romero-Hernandez, Oscar Camara
TL;DR
The study treats ICU sedation/analgesia as an offline, partially observable RL problem and investigates how reward design affects safety. Using 47,144 ICU stays from MIMIC-IV, it trains four-continuous-action policies with a GRU-based state representation and TD3_BC-like offline learning, comparing a pain-only objective to a pain-plus-mortality objective. The results show that prioritizing pain relief alone can be associated with higher 30-day mortality, whereas including mortality in the objective yields policies linked to lower mortality and pain, illustrating the importance of long-term outcomes for safety. The work expands to a richer action space and demonstrates the challenges of evaluation under imperfect information and observational data, signaling the need for causal validation and multi-center studies to establish clinical impact.
Abstract
Pain management in intensive care usually involves complex trade-offs between therapeutic goals and patient safety, since both inadequate and excessive treatment may induce serious sequelae. Reinforcement learning can help address this challenge by learning medication dosing policies from retrospective data. However, prior work on sedation and analgesia has optimized for objectives that do not value patient survival while relying on algorithms unsuitable for imperfect information settings. We investigated the risks of these design choices by implementing a deep reinforcement learning framework to suggest hourly medication doses under partial observability. Using data from 47,144 ICU stays in the MIMIC-IV database, we trained policies to prescribe opioids, propofol, benzodiazepines, and dexmedetomidine according to two goals: reduce pain or jointly reduce pain and mortality. We found that, although the two policies were associated with lower pain, actions from the first policy were positively correlated with mortality, while those proposed by the second policy were negatively correlated. This suggests that valuing long-term outcomes could be critical for safer treatment policies, even if a short-term goal remains the primary objective.
