Control of partially observed systems
Once a state can be estimated from partial observations, it can be acted upon — assimilation and reinforcement learning, combined.
Model-free reinforcement learning learns a control policy by interacting with a system, and typically assumes it can observe the full state. In a laboratory or a plant, sensors give a handful of noisy, partial measurements instead.
Our approach is to put an estimator between the two. A low-order model, corrected in real time by data assimilation, supplies the full-state estimate that the agent needs; the agent acts on the ensemble mean rather than on a state nobody can measure.
This makes the control problem tractable with the observability that real systems actually have, and it separates concerns cleanly: the estimator handles the physics and the noise, the agent handles the policy.
Key publications
- Ozan, D. E., Nóvoa, A., Rigas, G., & Magri, L. (2025). Data-assimilated model-informed reinforcement learning. Proceedings of the Royal Society A, 481(2327), 20250476. doi10.1098/rspa.2025.0476
- Ozan, D. E., Nóvoa, A., & Magri, L. (2025). Data-assimilated model-based reinforcement learning for partially observed chaotic flows. In Computational science – ICCS 2025 (Lecture Notes in Computer Science, Vol. 15910, pp. 65–72). Springer. doi10.1007/978-3-031-97567-7_6