-
Notifications
You must be signed in to change notification settings - Fork 0
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
Attempt at a complete MVP domain model for survey planning #1
Conversation
… surveys by Marina - unfortunately causes additional planner flakiness
@trey0 You mentioned having @Abster101 take a look at this, do you still want to wait for him to take a look before we merge this? |
Let's go ahead and merge to unblock @marinagmoreira . We can always iterate if @Abster101 has feedback later. |
Done, and I opened up a PR with his version for comparison: #2 |
Filing this PR so Abiola can review and we can all discuss.
Abiola's previous domain model seemed to be more like an outline of a domain model than an attempt at a complete model. It also started to sketch out some nice-to-have features that I think we won't be able to deliver (at least in time for ISAAC-13).
I decided to take a swing at some improvements. This version tries to be a complete model and prunes out the nice-to-have stuff. It presumably still has some bugs. I'm a PDDL novice.
Update Fri Oct 27: Got this mostly working under
popf
. Seesample_output_plan.txt
for example usage and results with timing. Using thepopf
version found here.