A lightweight STRIPS planner implemented in pure Python. No external solver required. Current version 2.1 (2022-01-17) with Python >=3.6 support. Maintenance-only status; last release 2022.
pip install pyperplanNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Load a PDDL domain and problem file, ground the task, and find a plan using the hmax heuristic.
Ensure your domain and problem files are STRIPS-only.
Consider forking or switching to alternatives like Tarski or Pyperplan fork if updates are needed.
No dependency data recorded yet.