-
Notifications
You must be signed in to change notification settings - Fork 135
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
errors on training #14
Comments
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. 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. |
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 ??
The text was updated successfully, but these errors were encountered: