Hanjun-Dai / graph_comb_opt

Implementation of "Learning Combinatorial Optimization Algorithms over Graphs"
https://arxiv.org/abs/1704.01665
MIT License
491 stars 135 forks source link

Error on training #4

Closed FFrankyy closed 6 years ago

FFrankyy commented 6 years ago

when I enter the command: ./run_nstep_dqn.sh it returned:

Traceback (most recent call last): File "main.py", line 77, in api = MvcLib(sys.argv) File "/home/fanchangjun/Code/graph_comb_opt/code/s2v_mvc/mvc_lib/mvc_lib.py", line 11, in init self.lib = ctypes.CDLL('%s/build/dll/libmvc.so' % dir_path) File "/home/fanchangjun/anaconda2/lib/python2.7/ctypes/init.py", line 366, in init self._handle = _dlopen(self._name, mode) OSError: /home/fanchangjun/Code/graph_comb_opt/code/s2v_mvc/mvc_lib/build/dll/libmvc.so: cannot open shared object file: No such file or directory

Do you know the reasons? Thanks!

FFrankyy commented 6 years ago

It has been addressed already, thanks!

Hanjun-Dai commented 6 years ago

close the issue since it has been resolved.