diff --git a/npuzzle/README.txt b/npuzzle/README.txt index f5880c7ca..8c88e1ddd 100644 --- a/npuzzle/README.txt +++ b/npuzzle/README.txt @@ -4,3 +4,16 @@ N-Puzzle Domain: This is the classic NxN sliding puzzle domain. It has received a large amount of attention from search researchers and in particularly has been studied in the context of macro learning. + +usage: + +OPTIONS DESCRIPTIONS + +-n rows / columns (minimal 1) +-s random seed +-u use to generate unsolvable instances + +options must be included in this order!! + +example usage: +./n-puzzle-generator -n 2 -s 0