A plugin for Jendrik Seipp's Lab to run experiments for the FS planner.
At the moment the plugin is not released on PyPI. You can use the latest release on the Github repository by using:
pip install -U git+https://github.com/aig-upf/fslab.git
We recommend cloning from the Github repository and doing a dev installation
(the-e
flag for pip
) on a virtual environment:
git clone https://github.com/aig-upf/fslab
cd fslab
pip install -e .
This will install the project in "editable mode", meaning that any modification to the files is immediately reflected in the installed library.
The plugin has been tested on Python >= 3.6
Tarski is licensed under the GNU General Public License, version 3.