Metadata-Version: 2.5
Name: gtpyhop-examples
Version: 2.0.2
Summary: Bundled example domains for GTPyhop (requires gtpyhop-core)
Project-URL: Homepage, https://github.com/PCfVW/GTPyhop/tree/pip
Project-URL: Documentation, https://github.com/dananau/GTPyhop/blob/main/additional_information.md
Project-URL: Repository, https://github.com/PCfVW/GTPyhop.git
Project-URL: Issues, https://github.com/PCfVW/GTPyhop/issues
Author-email: Eric Jacopin <eric.jacopin@protonmail.com>, Dana Nau <nau@umd.edu>
License: Clear BSD License
Keywords: Artificial Intelligence,Automated Planning,Examples,HTN,Planning
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Requires-Python: >=3.8
Requires-Dist: gtpyhop-core==2.0.2
Requires-Dist: numpy
Description-Content-Type: text/markdown

# gtpyhop-examples

The bundled example domains for GTPyhop — HTN/HGN/GTN planning examples,
board-game and video-game AI tutorials, MCP orchestration examples, and
more. Installing this package also installs `gtpyhop-core`, so the planner
is available too.

```
pip install gtpyhop-examples
```

Once installed, the examples are importable under `gtpyhop.examples`, e.g.:

```
from gtpyhop.examples import simple_htn
```

If you don't need the examples, install `gtpyhop-core` on its own instead.

Full documentation: https://github.com/PCfVW/GTPyhop/tree/pip
