paper-with-me

Papers

AMYTISS: Parallelized Automated Controller Synthesis for Large-Scale Stochastic Systems

2020-05-13

In this paper, we propose a software tool, called AMYTISS, implemented in C++/OpenCL, for designing correct-by-construction controllers for large-scale discrete-time stochastic systems. This tool is employed to (i) build finite Markov decision processes (MDPs) as finite abstractions of given original systems, and (ii) synthesize controllers for the constructed finite MDPs satisfying bounded-time high-level properties including safety, reachability and reach-avoid specifications. In AMYTISS, scalable parallel algorithms are designed such that they support the parallel execution within CPUs, GPUs and hardware accelerators (HWAs). Unlike all existing tools for stochastic systems, AMYTISS can utilize high-performance computing (HPC) platforms and cloud-computing services to mitigate the effects of the state-explosion problem, which is always present in analyzing large-scale stochastic systems. We benchmark AMYTISS against the most recent tools in the literature using several physical case studies including robot examples, room temperature and road traffic networks. We also apply our algorithms to a 3-dimensional autonomous vehicle and 7-dimensional nonlinear model of a BMW 320i car by synthesizing an autonomous parking controller.

📄 PDF Abstract BibTeX arXiv:2005.06191

Code (1)

mkhaled87/pFaces-AMYTISS 공식 구현

Tasks

Cloud Computing

Similar Papers 제목 키워드 기반

IMPaCT: Interval MDP Parallel Construction for Controller Synthesis of Large-Scale Stochastic Systems

2024-01-07 · Ben Wooding, Abolfazl Lavaei

This paper is concerned with developing a software tool, called IMPaCT, for the parallelized verification and controller synthesis of large-scale stochastic systems using interval Markov chains (IMCs) and interval Markov…

Cloud Computing

Explaining Control Policies through Predicate Decision Diagrams

2025-03-09 · Debraj Chakraborty, Clemens Dubslaff, Sudeep Kanav, Jan Kretinsky 외

Safety-critical controllers of complex systems are hard to construct manually. Automated approaches such as controller synthesis or learning provide a tempting alternative but usually lack explainability. To this end, le…

Decision Making

Safe Large-Scale Robust Nonlinear MPC in Milliseconds via Reachability-Constrained System Level Synthesis on the GPU

2026-04-08 · Jeffrey Fang, Glen Chou arxiv

We present GPU-SLS, a GPU-parallelized framework for safe, robust nonlinear model predictive control (MPC) that scales to high-dimensional uncertain robotic systems and long planning horizons. Our method jointly optimize…

A General Framework for Verification and Control of Dynamical Models via Certificate Synthesis

2023-09-12 · Alec Edwards, Andrea Peruffo, Alessandro Abate

An emerging branch of control theory specialises in certificate learning, concerning the specification of a desired (possibly complex) system behaviour for an autonomous or control model, which is then analytically verif…

Formal Synthesis of Controllers for Safety-Critical Autonomous Systems: Developments and Challenges

2024-02-20 · Xiang Yin, Bingzhao Gao, Xiao Yu

In recent years, formal methods have been extensively used in the design of autonomous systems. By employing mathematically rigorous techniques, formal methods can provide fully automated reasoning processes with provabl…