Library for modeling gridworlds as AIGER circuits.
If you just need to use aiger_gridworld
, you can just run:
$ pip install py-aiger-gridwolrd
For developers, note that this project uses the poetry python package/dependency management tool. Please familarize yourself with it and then run:
$ poetry install