NeFut Logo NeFut
Admin Login

[CS.AI] SMC-ES: Revolutionary Method for Automated Synthesis of Verified Control Policies

Published at: 2026-07-18 22:00 Last updated: 2026-07-22 01:24
#algorithm #AI #optimization

Deploying autonomous cyber-physical systems in safety-critical environments requires closed-loop control strategies (i.e., policies) that are not only performant but also provably safe and robust. While learning-based methodologies such as Reinforcement Learning offer flexible and scalable approaches to automatically synthesize such controllers, they typically lack the formal guarantees necessary for safe deployment. To bridge this gap, we propose a novel simulation-based methodology to automatically synthesize policies with formal guarantees regarding performance, safety, and robustness specifications.

Specifically, given a set of properties to verify, a confidence parameter $\delta$ and an allowable failure probability $\varepsilon$, our method guarantees that the synthesized policy comes with a certificate: with confidence at least $1 - \delta$, the probability of encountering a scenario where the given properties are violated is at most $\varepsilon$. We demonstrate the feasibility of our approach by developing SMC-ES, an algorithm that integrates Evolutionary Strategies with Statistical Model Checking-based verification.

We evaluate SMC-ES on a suite of continuous control tasks using Gymnasium and Safety Gymnasium testbeds. Results show that, at the price of a sustainable increase in computational cost, our algorithm provides formal guarantees regarding performance, safety, and robustness specifications, while performing competitively against leading model-free Deep Reinforcement Learning (DRL) and Safe-DRL baselines.

Blogger's Review: The introduction of SMC-ES brings a fresh perspective to the automated synthesis of control policies, particularly in safety-critical applications. Its innovative combination of evolutionary strategies and statistical model checking effectively addresses the shortcomings of traditional reinforcement learning methods in providing guarantees, making it worthy of further exploration and promotion in real-world applications.

Original Source: https://arxiv.org/abs/2607.15003

[h] Back to Home