Skip to content

Commit

Permalink
add links to Medium article
Browse files Browse the repository at this point in the history
  • Loading branch information
emuskardin committed Dec 3, 2024
1 parent 88c9450 commit bd99cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</div>
<hr />

AALpy is a light-weight automata learning library written in Python.
AALpy is a light-weight [automata learning](https://medium.com/p/82f7ec21d50d) library written in Python.
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
Expand Down Expand Up @@ -55,6 +55,7 @@ For manual installation, clone the repo and install `pydot` (the only dependency

## Documentation and Wiki

High level introduction to automata learning can be found at the following [Medium post](https://medium.com/p/82f7ec21d50d).
If you are interested in automata learning or would like to understand the automata learning process in more detail,
please check out our **Wiki**. On Wiki, you will find more detailed examples on how to use AALpy.
- <https://github.com/DES-Lab/AALpy/wiki>
Expand Down

0 comments on commit bd99cae

Please sign in to comment.