HomeRoboticsStudying sturdy controllers that work throughout many partially observable environments

Studying sturdy controllers that work throughout many partially observable environments


In clever programs, functions vary from autonomous robotics to predictive upkeep issues. To regulate these programs, the important facets are captured with a mannequin. After we design controllers for these fashions, we virtually all the time face the identical problem: uncertainty. We’re hardly ever capable of see the entire image. Sensors are noisy, fashions of the system are imperfect; the world by no means behaves precisely as anticipated.

Think about a robotic navigating round an impediment to achieve a “aim” location. We summary this state of affairs right into a grid-like surroundings. A rock could block the trail, however the robotic doesn’t know precisely the place the rock is. If it did, the issue can be fairly straightforward: plan a route round it. However with uncertainty concerning the impediment’s place, the robotic should study to function safely and effectively irrespective of the place the rock seems to be.

This straightforward story captures a wider problem: designing controllers that may deal with each partial observability and mannequin uncertainty. On this weblog submit, I’ll information you thru our IJCAI 2025 paper, “Sturdy Finite-Reminiscence Coverage Gradients for Hidden-Mannequin POMDPs”, the place we discover designing controllers that carry out reliably even when the surroundings will not be exactly identified.

When you possibly can’t see every part

When an agent doesn’t absolutely observe the state, we describe its sequential decision-making drawback utilizing a partially observable Markov resolution course of (POMDP). POMDPs mannequin conditions by which an agent should act, primarily based on its coverage, with out full data of the underlying state of the system. As a substitute, it receives observations that present restricted details about the underlying state. To deal with that ambiguity and make higher choices, the agent wants some type of reminiscence in its coverage to recollect what it has seen earlier than. We sometimes symbolize such reminiscence utilizing finite-state controllers (FSCs). In distinction to neural networks, these are sensible and environment friendly coverage representations that encode inside reminiscence states that the agent updates because it acts and observes.

From partial observability to hidden fashions

Many conditions hardly ever match a single mannequin of the system. POMDPs seize uncertainty in observations and within the outcomes of actions, however not within the mannequin itself. Regardless of their generality, POMDPs can’t seize units of partially observable environments. In actuality, there could also be many believable variations, as there are all the time unknowns — completely different impediment positions, barely completely different dynamics, or various sensor noise. A controller for a POMDP doesn’t generalize to perturbations of the mannequin. In our instance, the rock’s location is unknown, however we nonetheless desire a controller that works throughout all doable places. It is a extra lifelike, but additionally a tougher state of affairs.

To seize this mannequin uncertainty, we launched the hidden-model POMDP (HM-POMDP). Fairly than describing a single surroundings, an HM-POMDP represents a set of doable POMDPs that share the identical construction however differ of their dynamics or rewards. An essential truth is {that a} controller for one mannequin can be relevant to the opposite fashions within the set.

The true surroundings by which the agent will in the end function is “hidden” on this set. This implies the agent should study a controller that performs effectively throughout all doable environments. The problem is that the agent doesn’t simply must motive about what it will possibly’t see but additionally about which surroundings it’s working in.

A controller for an HM-POMDP have to be sturdy: it ought to carry out effectively throughout all doable environments. We measure the robustness of a controller by its sturdy efficiency: the worst-case efficiency over all fashions, offering a assured decrease sure on the agent’s efficiency within the true mannequin. If a controller performs effectively even within the worst case, we might be assured it can carry out acceptably on any mannequin of the set when deployed.

In direction of studying sturdy controllers

So, how will we design such controllers?

We developed the sturdy finite-memory coverage gradient rfPG algorithm, an iterative strategy that alternates between the next two key steps:

  • Sturdy coverage analysis: Discover the worst case. Decide the surroundings within the set the place the present controller performs the worst.
  • Coverage optimization: Enhance the controller for the worst case. Alter the controller’s parameters with gradients from the present worst-case surroundings to enhance sturdy efficiency.

Over time, the controller learns sturdy conduct: what to recollect and the right way to act throughout the encountered environments. The iterative nature of this strategy is rooted within the mathematical framework of “subgradients”. We apply these gradient-based updates, additionally utilized in reinforcement studying, to enhance the controller’s sturdy efficiency. Whereas the main points are technical, the instinct is straightforward: iteratively optimizing the controller for the worst-case fashions improves its sturdy efficiency throughout all of the environments.

Below the hood, rfPG makes use of formal verification strategies applied within the software PAYNT, exploiting structural similarities to symbolize giant units of fashions and consider controllers throughout them. Thanks to those developments, our strategy scales to HM-POMDPs with many environments. In observe, this implies we are able to motive over greater than 100 thousand fashions.

What’s the influence?

We examined rfPG on HM-POMDPs that simulated environments with uncertainty. For instance, navigation issues the place obstacles or sensor errors assorted between fashions. In these exams, rfPG produced insurance policies that weren’t solely extra sturdy to those variations but additionally generalized higher to fully unseen environments than a number of POMDP baselines. In observe, that means we are able to render controllers sturdy to minor variations of the mannequin. Recall our operating instance, with a robotic that navigates a grid-world the place the rock’s location is unknown. Excitingly, rfPG solves it near-optimally with solely two reminiscence nodes! You possibly can see the controller beneath.

By integrating model-based reasoning with learning-based strategies, we develop algorithms for programs that account for uncertainty moderately than ignore it. Whereas the outcomes are promising, they arrive from simulated domains with discrete areas; real-world deployment would require dealing with the continual nature of varied issues. Nonetheless, it’s virtually related for high-level decision-making and reliable by design. Sooner or later, we’ll scale up — for instance, by utilizing neural networks — and purpose to deal with broader courses of variations within the mannequin, reminiscent of distributions over the unknowns.

Need to know extra?

Thanks for studying! I hope you discovered it attention-grabbing and obtained a way of our work. Yow will discover out extra about my work on marisgg.github.io and about our analysis group at ai-fm.org.

This weblog submit relies on the next IJCAI 2025 paper:

  • Maris F. L. Galesloot, Roman Andriushchenko, Milan Češka, Sebastian Junges, and Nils Jansen: “Sturdy Finite-Reminiscence Coverage Gradients for Hidden-Mannequin POMDPs”. In IJCAI 2025, pages 8518–8526.

For extra on the strategies we used from the software PAYNT and, extra usually, about utilizing these strategies to compute FSCs, see the paper beneath:

  • Roman Andriushchenko, Milan Češka, Filip Macák, Sebastian Junges, Joost-Pieter Katoen: “An Oracle-Guided Method to Constrained Coverage Synthesis Below Uncertainty”. In JAIR, 2025.

For those who’d wish to study extra about one other method of dealing with mannequin uncertainty, take a look at our different papers as effectively. For example, in our ECAI 2025 paper, we design sturdy controllers utilizing recurrent neural networks (RNNs):

  • Maris F. L. Galesloot, Marnix Suilen, Thiago D. Simão, Steven Carr, Matthijs T. J. Spaan, Ufuk Topcu, and Nils Jansen: “Pessimistic Iterative Planning with RNNs for Sturdy POMDPs”. In ECAI, 2025.

And in our NeurIPS 2025 paper, we research the analysis of insurance policies:

  • Merlijn Krale, Eline M. Bovy, Maris F. L. Galesloot, Thiago D. Simão, and Nils Jansen: “On Evaluating Insurance policies for Sturdy POMDPs”. In NeurIPS, 2025.



Maris Galesloot
is an ELLIS PhD Candidate on the Institute for Computing and Info Science of Radboud College.


Maris Galesloot
is an ELLIS PhD Candidate on the Institute for Computing and Info Science of Radboud College.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments