Skip to content

Latest commit

 

History

History
 
 

vis

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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]