Skip to content
This repository was archived by the owner on Jun 15, 2026. It is now read-only.

Latest commit

 

History

History
38 lines (24 loc) · 756 Bytes

File metadata and controls

38 lines (24 loc) · 756 Bytes

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/*