diff --git a/README.md b/README.md index 1ba53a0c..4ca2da66 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@
- - - AALpy Logo + + + AALpy Logo +

[![Python application](https://github.com/DES-Lab/AALpy/actions/workflows/python-app.yml/badge.svg)](https://github.com/DES-Lab/AALpy/actions/workflows/python-app.yml) @@ -22,7 +23,7 @@
ALpy is a light-weight automata learning library written in Python. -You can start learning automata in just a few lines of code. +You can start learning models of black-box systems with a few lines of code. AALpy supports both **active** and **passive** automata learning algorithms that can be used to learn a variety of modeling formalisms, including **deterministic**, **non-deterministic**, and **stochastic automata**, as well as **deterministic context-free grammars/pushdown automata**. diff --git a/docs/logo_dark.png b/docs/logo_dark.png index 87bc67b4..f8532094 100644 Binary files a/docs/logo_dark.png and b/docs/logo_dark.png differ diff --git a/docs/logo_light.png b/docs/logo_light.png index 8f466a75..3c4dcda6 100644 Binary files a/docs/logo_light.png and b/docs/logo_light.png differ