Ich bin Doktorand am MPI CBS und forsche an Reinforcement Learning, das sicher, theoretisch gut verstanden und praxistauglich ist.
Die meisten Fortschritte im Reinforcement Learning entstehen in Simulationen. Sie unter realen Bedingungen zum Laufen zu bringen — mit Sicherheitsanforderungen, begrenzten Daten und Einsatzrisiken — ist nicht bloß eine ingenieurtechnische Aufgabe, sondern genau dort liegen die schwierigen und interessanten theoretischen Fragen. Ich arbeite daran, für ebendiese Fragen ein tragfähiges theoretisches Fundament zu schaffen.
Nikola Milosevic, Nicolás Hinrichs, Nico Scherf
International Workshop on Active Inference (IWAI 2026) 2026
Active Inference (AIF) frames adaptive behavior as the minimization of expected free energy (EFE), combining epistemic and pragmatic objectives within a single variational principle. We frame AIF as policy optimization and show that, for closed-loop control policies, EFE minimization can be formulated as a convex Markov decision process (MDP). In this formulation, the pragmatic terms are linear in the predictive state marginals and therefore equivalent to reward maximization in a latent MDP, while the epistemic value introduces a nonlinear component that distinguishes EFE minimization from standard reinforcement learning. This perspective further reveals the epistemic drive of active inference as a policy-dependent (performative) reward. We analyze finite-horizon, discounted, and average-reward formulations of EFE and derive a mirror descent (MD) algorithm that locally linearizes the objective around the current state marginals, yielding a policy-dependent reward that is compatible with actor-critic methods and dynamic programming. Finally, we argue that coupling world-model learning with policy optimization gives active inference the structure of performative reinforcement learning, providing a route toward grounding active inference within modern reinforcement learning and optimization theory, including convergence analysis and principled policy improvement guarantees.
Diptabrata Paul, Nikola Milosevic, Nico Scherf, Frank Cichos
Science Advances, 12(11), eaec0783 2026
We show that physical embodiment in active matter systems enables information processing capabilities that exceed what is possible through explicit flow sensing alone. Using microswimmers as a model system, we demonstrate that the body itself acts as a computational resource, coupling sensory and motor degrees of freedom in ways that simplify the control problem.
Nikola Milosevic, Nico Scherf
Geometry, Topology, and Machine Learning Workshop (GTML 2025), PMLR 325:215-239 2026
Zusammenfassung Proceedings Preprint
We present a unified geometric framework in which reward maximization, safe exploration, and intrinsic motivation emerge as aspects of a single optimization problem over the space of achievable long-term behavior. Classical RL techniques — policy mirror descent, natural policy gradient, trust-region methods — extend naturally to nonlinear utilities and convex constraints under this perspective, subsuming objectives related to robustness, safety, exploration, and diversity.
Nikola Milosevic, Johannes Müller, Nico Scherf
International Conference on Machine Learning (ICML), PMLR 267:44199-44224 2025
Zusammenfassung Proceedings Preprint Code OpenReview
Reinforcement Learning (RL) agents can solve diverse tasks but often exhibit unsafe behavior. Constrained Markov Decision Processes (CMDPs) address this by enforcing safety constraints, yet existing methods either sacrifice reward maximization or allow unsafe training. We introduce Constrained Trust Region Policy Optimization (C-TRPO), which reshapes the policy space geometry to ensure trust regions contain only safe policies, guaranteeing constraint satisfaction throughout training. We analyze its theoretical properties and connections to TRPO, Natural Policy Gradient (NPG), and Constrained Policy Optimization (CPO). Experiments show that C-TRPO reduces constraint violations while maintaining competitive returns.
Nikola Milosevic, Johannes Müller, Nico Scherf
The Exploration in AI Today Workshop at ICML 2025 2025
Zusammenfassung Preprint Code OpenReview
In constrained Markov decision processes, enforcing constraints during training is often thought of as decreasing the final return. Recently, it was shown that constraints can be incorporated directly in the policy geometry, yielding an optimization trajectory close to the central path of a barrier method, which does not compromise final return. Building on this idea, we introduce Central Path Proximal Policy Optimization (C3PO), a simple modification of PPO that produces policy iterates, which stay close to the central path of the constrained optimization problem. Compared to existing on-policy methods, C3PO delivers improved performance with tighter constraint enforcement, suggesting that central path-guided updates offer a promising direction for constrained policy optimization.