-
Notifications
You must be signed in to change notification settings - Fork 2
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
Unknown sources for some domains #4
Comments
Heh, digging deep now... blocksworld-2 / ex-blocksworldThese are from the probabilistic track of IPC'06 ( https://ipc06.icaps-conference.org/probabilistic/ ) Note that the latest commit message on this page is useful: https://github.com/QuMuLab/planner-for-relevant-policies/tree/master/fond-benchmarks first-responders-newSame as the forest-new, etc. These were expanded sets of the benchmark to scale much larger (since PRP was solving the original all too quickly). Blocks and Forest were in the original PRP paper, but the others came later just as a means of scaling. Looks like hit or miss as to which FOND papers included them (looks like most skip forest altogether?). 🤷 puffbotAs mentioned in the README, this is from Milene Teixeira's work. Her thesis is [here], but the PDDL came to me via personal correspondence (I was granted permission to add it to a public benchmark suite). st_xxxFun one...had to dig for this a bit. My original thought was on my unpublished () strong cyclic -> acyclic approach. It actually turns out to be from this: https://www.hlt.utdallas.edu/~vince/papers/ictai13.pdf Found the email where I asked explicitly for them, and the originals were already determinized. I modified them to place back into FOND form. The one exception is st_mapfdu. That comes from this work: https://cdn.aaai.org/ojs/6204/6204-13-9429-1-10-20200516.pdf tidyup-mdpThis came in from MyND when I merged all the FOND planner benchmarks. You can find it here: https://bitbucket.org/robertmattmueller/mynd/src/master/data/fond-pddl/tidyup-mdp/ Don't know of the origin beyond that (but I did have to clean it up a bit :P) |
I had a closer look. The three
Now, I have renamed it |
cleaned-up |
all |
@haz while I was hunting the origins of FOND domains, I couldn't find the origin of some of them that seem to have be born in your PRP repo, but that they are not reported in the 2012 PRP paper. 😕
I was able to find the sources for many (e.g.,
beam_walk
orchain-of-rooms
,earth-observation
; see Misc Domains section) but some are still unclear to me:acrobatics
: the inline comment is that it comes from Miquel Ramirez in 2014 as a twist of beam-walk. Couldn't find a paper source.blocksworld-2
ex-blocksworld
first-reponders-new
puffbot_dialogue_pddl
: you had a comment but couldn't find where, is this personal communication?st_xxx
: they must have some common description?tidyup-mdp
: there is atidyup
deterministic. Are these coming from here?tireworld
: I found its first reference in an example for the IPC-6 (2008) FOND track; seems not used in the competition itself but PDDL was there already. Fixed the inline comment to reflect that and added URLThe text was updated successfully, but these errors were encountered: