User Tools

Site Tools


public:t-622-arti-09-1:lab_3_materials

This is an old revision of the document!


In lab 3 we will continue with lab 2 and also take a closer look at the A* Search algorithm using some testing tools.

Examining the A* Search for Pathfinding

  • Download and decompress the Java Pathfinder tool (developed by Árni Arent at RU).
  • Test launching it with:
    java -Xmx128m -classpath ./pathfinder;. -Djava.library.path=./pathfinder  pathfinder/demo/AStarDemo maps/32x32TestMap01.raw 32 32
    • You may have to resize the application window before you see the environment.
    • Some important keys:
                 ENTER    Run the chosen algorithm
                 SPACE    Show all generated search nodes
                 C        Show the final cost
                 1,2,3..  Pick a heuristic function
                 +/-      Zoon in/out of map
      
  • Now test running the A* search on different maps, using different heuristics. You can choose maps from the “maps” folder (I recommend using the <pre>32x32TestMap0n.raw</pre> files) simply by passing the map name to the program when you launch it.
  • Imagine that you are developing a computer game with characters that need to traverse a variety of terrain. Which A* heuristic would you pick? What is your argument for picking that heuristic? Are there any trade offs?
/var/www/cadia.ru.is/wiki/data/attic/public/t-622-arti-09-1/lab_3_materials.1233585719.txt.gz · Last modified: 2024/04/29 13:32 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki