← Latest papers
🤖 AI

Recurrent Deep Reinforcement Learning for Chemotherapy Control under Partial Observability

This paper demonstrates that recurrent deep reinforcement learning policies, which incorporate memory mechanisms like LSTMs, significantly outperform standard feed-forward approaches in optimizing chemotherapy dosing under partial observability by achieving more stable tumor suppression and better normal-cell preservation.

Original authors: Firas Mohamed Elamine Kiram, Imane Youkana, Rachida Saouli, Gian Antonio Susto, Laid Kahloul

Published 2026-05-06
📖 4 min read☕ Coffee break read

Original authors: Firas Mohamed Elamine Kiram, Imane Youkana, Rachida Saouli, Gian Antonio Susto, Laid Kahloul

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are a chef trying to cook a very delicate dish (the patient's body) that needs to be perfectly seasoned to kill a specific bad ingredient (the tumor) without ruining the good ingredients (healthy cells). The problem is, you can't see inside the pot. You only get to peek at a few clues on the surface, and sometimes those clues are blurry or covered in static.

This paper is about teaching a computer chef how to make the best decisions in this "blind" cooking scenario using a special kind of memory.

The Problem: Cooking in the Dark

In real-world chemotherapy, doctors often have to guess how a patient is reacting because they can't see every single cell in the body. They have to decide how much medicine to give based on limited, noisy information.

Most computer programs that try to solve this (called "Reinforcement Learning") usually assume the chef can see everything inside the pot. But in reality, the "normal cell count" is hidden. The computer only sees the tumor size, immune cells, and drug levels, and even those numbers are a bit fuzzy.

The Solution: Giving the AI a Memory

The researchers tested two types of AI chefs:

  1. The "Forgetful" Chef (Standard AI): This chef looks only at the current snapshot of the pot. If the soup looks okay right now, it makes a decision. It doesn't remember what happened five minutes ago.
  2. The "Remembering" Chef (Recurrent AI): This chef has a memory. It looks at the current snapshot plus a video of what happened in the last few minutes. It remembers, "Oh, the soup looked okay, but I added too much salt five steps ago, so I need to be careful now."

The researchers used a specific type of memory called an LSTM (Long Short-Term Memory), which acts like a mental notebook that helps the AI track how things change over time.

The Experiment: The Blind Taste Test

The team put both chefs to work in a simulated kitchen (a computer model of cancer treatment) with two different rules:

  • Rule A (Full Visibility): The chef can see everything inside the pot.
  • Rule B (Partial Visibility): The chef is blindfolded and can only see blurry, noisy hints.

What happened?

  • In the Full Visibility kitchen: Both chefs did a decent job. The "Forgetful" chef could do almost as well as the "Remembering" one because it had all the information it needed right in front of its eyes.
  • In the Blindfolded kitchen: The results changed dramatically.
    • The Forgetful Chef got confused. It made wild guesses, sometimes giving too much medicine and hurting the healthy cells, or too little and letting the tumor grow. Its performance was all over the place—sometimes great, sometimes terrible.
    • The Remembering Chef stayed calm. By looking at the history of what happened, it could figure out what was really going on inside the pot, even if the current clues were blurry. It gave more consistent doses, killed the tumor more reliably, and protected the healthy cells much better.

The Key Takeaway

The paper found that when information is incomplete or noisy (like in real medical situations), having a memory is a game-changer.

The "Remembering" AI didn't just do slightly better; it was much more stable. While the "Forgetful" AI's performance swung wildly like a pendulum, the "Remembering" AI stayed steady. It learned that to make a good decision today, you often need to remember what you did yesterday.

Why This Matters (According to the Paper)

The authors emphasize that this approach is particularly useful because it can learn from past records (like old patient files) rather than needing to experiment on live patients. This is like a chef learning from a logbook of past recipes rather than tasting every new dish to see if it works.

Important Note: The paper explicitly states that this was all done in a computer simulation. They did not test this on real people yet. They also kept the "recipe" (how drugs move in the body) the same for everyone to isolate the effect of memory, meaning real-world patients with different body types weren't part of this specific test.

In short: When you can't see the whole picture, an AI that remembers the past makes much safer and more effective decisions than one that only looks at the present.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →