This directory is the website visualizer for sorting, shortest path and blocks world task.
It includes an example for each task, which generated by the training/testing code.
$ cd ROOT_DIR_OF_PEOJECT
$ python2 -m SimpleHTTPServer -p PORT (default 8000)
Open localhost:8000 in browser, and open the corresponding html file
click "run" button.
To visualize another play, edit the value of "DATA_URL" in the html file.
htmls: [sort, path, blocksworld]