From bd25d2375aa326d84a60c2d4034154611b9575ae Mon Sep 17 00:00:00 2001 From: "David Paulius (Ramos)" Date: Wed, 19 Apr 2023 12:33:39 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce25a6d..78b00d4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# foon_to_pddl: Convert FOONs to PDDL # +# foon_to_pddl: Convert FOON graphs to PDDL definitions! # **NOTE:** This repository is based on the paper ["Long-Horizon Planning with Functional Object-Oriented Networks"](https://arxiv.org/abs/2207.05800). +- Check out how this code has been applied to task planning in our [recent work](https://davidpaulius.github.io/foon-lhpe)! +## Summary This code repository contains Python scripts that are designed to convert files from the [**FOON**](http://www.foonets.com) (short for the **functional object-oriented network**) dataset into [**PDDL**](https://planning.wiki/) problem and domain files. This requires code (specifically the ```FOON_graph_analyzer.py```, ```FOON_retrieval.py```, and ```FOON_classes.py``` files) from the **FOON\_API** repository, which can be found in this repository under the **FOON_scripts** folder.