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

LPG returns empty plan #17

Open
jrenoux opened this issue Aug 28, 2023 · 1 comment
Open

LPG returns empty plan #17

jrenoux opened this issue Aug 28, 2023 · 1 comment

Comments

@jrenoux
Copy link

jrenoux commented Aug 28, 2023

Hi !

I am playing again with LPG to compare with Tamer on the flexible manufacturing problem, and LPG returns an empty plan even though it outputs "Solved_satisficing" and a plan exists. For information, Tamer does output the correct plan, in that case only 2 actions.

I attached the domain and problem in pddl (sorry for the crazy long domain...).

I am using up-lpg (==0.0.6.3).
I get the warning "UserWarning: We cannot establish whether lpg can solve this problem!"
The characteristics of the problem are:

PROBLEM_CLASS: ['ACTION_BASED']
PROBLEM_TYPE: ['GENERAL_NUMERIC_PLANNING']
TIME: ['CONTINUOUS_TIME']
EXPRESSION_DURATION: ['STATIC_FLUENTS_IN_DURATIONS']
NUMBERS: ['DISCRETE_NUMBERS']
CONDITIONS_KIND: ['EQUALITIES', 'NEGATIVE_CONDITIONS']
EFFECTS_KIN
[problem.pddl.txt](https://github.com/aiplan4eu/up-lpg/files/12455583/problem.pddl.txt)
D: ['FLUENTS_IN_NUMERIC_ASSIGNMENTS']
TYPING: ['FLAT_TYPING']
FLUENTS_TYPE: ['NUMERIC_FLUENTS']

domain.pddl.txt
problem.pddl.txt

Thanks!

@IvanSerina
Copy link
Contributor

Ok, fixed.
Unfortunately, lpg doesn't solve this problem (I'll try to check what happen asap) but at least now it doesn't provide a wrong solution.
Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants