Skip to content

Commit

Permalink
Move no-mprime and no-mystery domain reformulations to subdirectory a…
Browse files Browse the repository at this point in the history
…nd remove pathways-noneg. (#2)
  • Loading branch information
jendrikseipp authored Jun 22, 2020
1 parent 9f83aef commit 0af17ad
Show file tree
Hide file tree
Showing 129 changed files with 20 additions and 27,880 deletions.
25 changes: 18 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Fast Downward benchmark collection
==================================

An inofficial collection of (sequential) IPC benchmark instances.
An unofficial collection of (sequential) IPC benchmark instances.

suites.py contains many predefined benchmark suites such as
"optimal_strips", "satisficing", or "all". To obtain the
Expand All @@ -13,10 +13,21 @@ Please note that some IPC 2014 domains from the satisificing (sat)
track were also used in the multicore (mco) and agile (agl) tracks.
Please consult suites.py for the full domain lists of these two tracks.

The collection contains some inofficial domain reformulations which we
do not recommend for paper experiments:
Notes on specific domains
-------------------------

* no-mprime and no-mystery are copies of mprime and mystery but with
speaking predicate names.
* pathways-noneg is identical to pathways but without negative
preconditions.
**mprime**: in contrast to the original mprime domain, our version forbids
artificially generating additional fuel.

Unofficial Reformulations
-------------------------

Under "unofficial-reformulations", we collect unofficial domain
reformulations that are not recommended for paper experiments but have
been useful for debugging purposes:

* mprime-renamed is a copy of mprime but with speaking predicate names.
Also, in mprime-renamed it is possible to artificially generate fuel
(as in the original IPC domain).
* mystery-renamed is a copy of mystery but with speaking predicate
names.
62 changes: 0 additions & 62 deletions pathways-noneg/domain_p01.pddl

This file was deleted.

70 changes: 0 additions & 70 deletions pathways-noneg/domain_p02.pddl

This file was deleted.

78 changes: 0 additions & 78 deletions pathways-noneg/domain_p03.pddl

This file was deleted.

86 changes: 0 additions & 86 deletions pathways-noneg/domain_p04.pddl

This file was deleted.

Loading

0 comments on commit 0af17ad

Please sign in to comment.