-
Notifications
You must be signed in to change notification settings - Fork 7
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
FAPE in the ANML landscape? #8
Comments
Hi David, it is possible to completely embed FAPE in a JVM application, handing out the problem as strings instead of files. It should be possible to construct the problem directly in Java but it is tricky as it would then be your responsibility to maintain the invariants when constructing the problem. Also FAPE is currently unmaintained so I would not recommend diving to much into the implementation as I most likely won't have the time to provide support for it. There is also the Aries planner that supports the same kind of problems as FAPE but has not parser for ANML. What are the features of ANML that you are interested in and which kind of use case? Best, |
Hi Arthur,
Thanks for writing. I'm interested in computational narrative (stories!) achieved through simulation of "thinking" agents. I've primarily worked with PDDL planners, but most have licenses that restrict commercial use and/or do not handle temporality. Arbimo wrote me that the Aries planner is more focused on hierarchical planning. I will primarily move in the direction of event calculus (or similar) realized through Prolog, answer set programming, etc. These approaches seem very flexible, but are likely much slower.
Are you still researching approaches to AI planning or have you moved on to other topics?
…-david
________________________________
From: Arthur Bit-Monnot ***@***.***>
Sent: Wednesday, April 13, 2022 7:54 AM
To: laas/fape ***@***.***>
Cc: d-vyd ***@***.***>; Author ***@***.***>
Subject: Re: [laas/fape] FAPE in the ANML landscape? (Issue #8)
Hi David,
it is possible to completely embed FAPE in a JVM application, handing out the problem as strings instead of files. It should be possible to construct the problem directly in Java but it is tricky as it would then be your responsibility to maintain the invariants when constructing the problem.
Also FAPE is currently unmaintained so I would not recommend diving to much into the implementation as I most likely won't have the time to provide support for it.
Regarding other ANML planner, Tamer (e.g. notably the paper "Temporal Planning with Intermediate Conditions and Effects") is a planner for the non-hierarchical part of ANML. It is however closed-source.
There is also the Aries<https://github.com/plaans/aries> planner that supports the same kind of problems as FAPE but has not parser for ANML.
What are the features of ANML that you are interested in and which kind of use case?
Best,
Arthur
—
Reply to this email directly, view it on GitHub<#8 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AGJMWF5IROQWY3AOSM75O6LVEZ4RZANCNFSM5RNA25IA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi Arthur,
I read through the issues and understand that you are not continuing to develop FAPE. Can it currently function as an embedded tool in a larger JVM application, and if so is there a way to hand the planner a domain/problem without saving and loading files to disk? Also, are there other advanced ANML planners you can recommend that are still being developed?
Thank you and congrats on completing your PhD,
-david
The text was updated successfully, but these errors were encountered: