.. _ff: Run other planners ================== .. highlight:: python The script below shows how to run the `FF planner `_ on a number of classical planning benchmarks. You can see the available steps with :: uv run ff.py Select steps by name or index:: uv run ff.py build uv run ff.py 2 uv run ff.py 3 4 You can use this file as a basis for your own experiments. For Fast Downward experiments, we recommend taking a look at the ``_. .. literalinclude:: ../examples/ff/ff.py :caption: Here is a simple parser for FF: .. literalinclude:: ../examples/ff/ff_parser.py :caption: