Skip to content

Commit 11aeeaf

Browse files
committed
Update README.md
1 parent 42cbd0f commit 11aeeaf

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

README.md

+24-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
1-
# IntervalMDPAbstractions
1+
# IntervalMDPAbstractions - Abstraction-based verification and synthesis of stochastic systems via IMDPs
22

33
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://Zinoex.github.io/IntervalMDPAbstractions.jl/stable/)
44
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://Zinoex.github.io/IntervalMDPAbstractions.jl/dev/)
55
[![Build Status](https://github.com/Zinoex/IntervalMDPAbstractions.jl/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Zinoex/IntervalMDPAbstractions.jl/actions/workflows/CI.yml?query=branch%3Amain)
66
[![Coverage](https://codecov.io/gh/Zinoex/IntervalMDPAbstractions.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/Zinoex/IntervalMDPAbstractions.jl)
7+
8+
IntervalMDPAbstractions.jl is a Julia package for verifying stochastic systems and synthesizing correct-by-construction controllers via abstraction-based techniques. It provides a set of abstraction methods for different types of stochastic systems (linear, non-linear uncertain piece-wise affine) to Interval Markov Decision Processes (IMDPs), orthogonally decoupled IMDPs (odIMDPs), and mixtures of odIMDPs.
9+
10+
The package is built on top of IntervalMDP.jl, which provides a set of structs to model the IMDP, odIMDP, etc. along with methods for verifying and synthesizing controllers using value iteration.
11+
12+
## Installation
13+
14+
This package requires Julia v1.10 or later. Refer to the official documentation on how to install it for your system.
15+
16+
To install IntervalMDPAbstractions.jl, use the following command inside Julia's REPL:
17+
18+
```julia
19+
julia> import Pkg; Pkg.add("https://github.com/Zinoex/IntervalMDP.jl")
20+
```
21+
22+
## Usage
23+
24+
TODO
25+
26+
## Copyright notice
27+
Technische Universiteit Delft hereby disclaims all copyright interest in the program “IntervalMDPAbstraction.jl” (Abstraction-based verification and synthesis of stochastic systems via IMDPs) written by the Frederik Baymler Mathiesen. Fred van Keulen, Dean of Mechanical Engineering.
28+
29+
© 2025, Frederik Baymler Mathiesen, Delft Center for Systems and Control, TU Delft

0 commit comments

Comments
 (0)