Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 499 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 499 Bytes

Neural Logic Machine Visualization

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]