Skip to content

Commit

Permalink
Merge pull request #488 from aiplan4eu/documentation-fix
Browse files Browse the repository at this point in the history
Plan parsing and conversion notebook
  • Loading branch information
alvalentini authored Sep 19, 2023
2 parents 07cf2fa + a7a88a8 commit 251254b
Show file tree
Hide file tree
Showing 5 changed files with 470 additions and 2 deletions.
17 changes: 17 additions & 0 deletions docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,23 @@ In this notebook we show how to parse a problem from PDDL in the unified_plannin
a unified_planning problem in PDDL.


Plan Parsing and Conversion
---------------------------


.. image:: https://img.shields.io/badge/see-Github-579aca?logo=github
:target: https:///github.com/aiplan4eu/unified-planning/blob/master/docs/notebooks/12-plan-parsing-conversion.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/12-plan-parsing-conversion.ipynb
:alt: Open In Colab


In this notebook we show how to parse a plan from a file (or a string) and how to convert a plan from a format to another.


MA-PDDL Writer
--------------

Expand Down
2 changes: 1 addition & 1 deletion docs/notebooks/08-sequential-simulator.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.6"
"version": "3.10.12"
},
"vscode": {
"interpreter": {
Expand Down
Loading

0 comments on commit 251254b

Please sign in to comment.