/py-aiger-gridworld

Primary LanguagePythonMIT LicenseMIT

py-aiger-gridworld

Library for modeling gridworlds as AIGER circuits.

Build Status PyPI version License: MIT

Installation

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