Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions npuzzle/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 <num> rows / columns (minimal 1)
-s <integer> random seed
-u use to generate unsolvable instances

options must be included in this order!!

example usage:
./n-puzzle-generator -n 2 -s 0