errors on training
when I run ./run_nstep_dqn.sh in s2v_tsp2d
it returns

and some problems also happen when I run ./run_nstep_dqn in s2v_mvc

can you help me ??
Hi there,
Have you built the .so file successfully?
I tried again, and I built the .so successfully. I am sorry I forget to build it in the tsp2d. But the second problem still exists.
File "/MTSP/DQN/code/s2v_tsp2d/tsp2d_lib/tsp2d_lib.py", line 17, in init
arr[:] = args
TypeError: bytes or integer address expected instead of str instance
I run it in the nvidia-docker, and use cuda8.0 and nvcc8.0
which version of python are you using? I'm using py2 in this repo
I used python3 previously, and now I change to py2. The error is solved. Thank you. I can run your code, now.
hi,i also meet the problem ,i want to know how to built .so file
go to clib folder under each experiment, and copy the Makefile.example to Makefile (with necessary adaptation to your system config). After that simply run make command.