Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: Update HTN notebook + introduce scheduling notebook #499

Merged
merged 7 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,21 +170,21 @@ Oversubscription Planning and MetaEngine Usage
In this notebook we define an oversubscription planning problem and we solve it using a ``MetaEngine``.


Hierrachical Planning
Hierarchical Planning
---------------------


.. image:: https://img.shields.io/badge/see-Github-579aca?logo=github
:target: https:///github.com/aiplan4eu/unified-planning/blob/master/docs/notebooks/07-hierrachical-planning.ipynb
:target: https:///github.com/aiplan4eu/unified-planning/blob/master/docs/notebooks/07-hierarchical-planning.ipynb
:alt: Open In GitHub


.. image:: https://colab.research.google.com/assets/colab-badge.svg
:target: https://colab.research.google.com/github/aiplan4eu/unified-planning/blob/master/docs/notebooks/07-hierrachical-planning.ipynb
:target: https://colab.research.google.com/github/aiplan4eu/unified-planning/blob/master/docs/notebooks/07-hierarchical-planning.ipynb
:alt: Open In Colab


In this notebook, we show how to use unified planning library to define hierrachical planning problem.
In this notebook, we show how to use unified planning library to define hierarchical planning problem.


Sequential Simulator
Expand Down
Loading
Loading