Skip to content

Python distribution of Fast Downward by CriticalHop (unofficial version)

Notifications You must be signed in to change notification settings

hyperc-ai/python-fast-downward

Repository files navigation

PyPI version License: GPL v3

This is the "unofficial" disctibution of Fast-Downward Planning System (www.fast-downward.org) with Critical Hop patches supported by CriticalHop team.

Usage

Installing:

pip install downward-ch

Running:

$ fast-downward <options> <domain.pddl> <problem.pddl>

Developing

Building:

sudo apt install mercurial g++ cmake
python3.7 setup.py bdist_wheel

Publishing:

  1. Build the manylinux distribution

alternatively, rename platform tag to manylinux1_x86_64

  1. Upload
twine upload dist/*

About

Python distribution of Fast Downward by CriticalHop (unofficial version)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages