Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Open Wumpus_Report to look at brief introduction. There some pictures too.
0) Use 'cd' to navigate to the working directory (where files live)
1) run wumpus.pl using "swipl wumpus.pl" command.
2) After that, you should write "start(L)." command. L is list of all solutions which will be printed in pyinput.txt.
3) Close the program with "halt." command.
4) Run a python script ("python script.py") which will sort all solutions by length in ascending order.
5) Congratulations! You have all possible solutions in pyoutput.txt file.
P.S. You can choose map which agent should play on. Just by uncomment map which you like and comment another.