This code accompanies the paper: Llarena, J., "Automata in Space: Formal Language Theory meets Neural Computation", 2024.
$ git clone git@github.com:JoseLlarena/ais.git
$ cd ais
$ python3 -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ pip install -r requirements-test.txt
$ pytest --cov=ais unittests/*.py --cov-report=term --cov-report=html && xdg-open htmlcov/index.html
In-code.
Check the Changelog for fixes and enhancements in each version.
Copyright Jose Llarena 2024-2025.
Distributed under the terms of the MIT license, ais is free and open source software.