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

Improving the instantiation of partially instantiated predicates #1

Open
juanlao7 opened this issue Oct 15, 2016 · 1 comment
Open
Assignees

Comments

@juanlao7
Copy link
Owner

juanlao7 commented Oct 15, 2016

Currently, when we have to instantiate a partially instantiated predicate, we try to find a full instantiated predicate in our current state, and then we extract the constant values.

Problem: if the predicate is not in our current state, then the algorithm fails.

Proposal: if the predicate is not in our current state, then try to reach it using an operator.

@juanlao7 juanlao7 self-assigned this Oct 15, 2016
@gbg141
Copy link
Collaborator

gbg141 commented Oct 15, 2016

I can't think of an example where this problem happens, Juan. Except if there is no solution... I guess that this is because the algorithm is linear and we always have the entire description of the world in the current state

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