Reinforcement learning in chemical networks explains algae's curiosity-driven phototaxis
How unicellular algae use RL-like strategies to navigate light—modeled with chemical reaction networks.
Living systems navigate noisy environments with incomplete sensory data—a challenge traditionally modeled with simple stimulus–response rules. In a new paper accepted at ALIFE 2026, Tang et al. reframe phototaxis in unicellular algae as an information-driven, curiosity-based exploration process. They propose a framework that links a Partially Observable Markov Decision Process (POMDP) with biochemical reaction dynamics via Chemical-Reaction-Network Ordinary Differential Equations (CRN-ODEs). The cell’s hidden environmental variables are inferred through a memoryless Bayesian update after each observation, balancing light-seeking with exploratory reorientation. A biophysical photoreception process and a polynomial bound on information gain make the model chemically computable.
To validate their approach, the team applied Inverse Reinforcement Learning (IRL) to 30 experimental trajectories of Chlamydomonas algae. The inferred behavioral objective closely matches observed phototactic motion, and the resulting dynamics perform comparably to standard Stochastic Simulation Algorithm (SSA) baselines. Critically, the model reveals that the classic run-tumble alternation is not just a mechanical reflex but an active information-acquisition strategy: tumbling reorients the cell to sample new sensory configurations and resolve ambiguity. This demonstrates how intracellular biochemical networks can support adaptive, information-seeking behavior, bridging machine learning, biophysics, and minimal cognition.
- Framework links POMDP with chemical reaction network ODEs (CRN-ODEs) to model cellular navigation as information-driven exploration.
- Inverse RL on 30 experimental Chlamydomonas trajectories infers the behavioral objective behind phototaxis, matching empirical alignment-to-light distributions.
- Run-tumble behavior emerges as an information-acquisition strategy to reduce sensory ambiguity, not just a simple reflex.
Why It Matters
Shows minimal cognition in cells can be modeled via RL, with implications for bio-inspired AI and synthetic biology.