-
Notifications
You must be signed in to change notification settings - Fork 118
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
undefined references to `DisplayScreen::display_screen(MediaSource const&) #13
Comments
I'm using the latest Caffe and I'm not seeing this, though I had to mess with the model and I've not got that to work yet :-( I've also see various warnings about auto pointers and those don't seem to be the problem. I'm either going to figure out how to get the model updated to run with the current caffe or go back to the old dqn-caffe as your doing. |
same problem here, using your caffe repository. Did you solve it?
According to your CMakeLists.txt, I use the same ale version 0.4.4 |
The solution is to compile ale with USE_SDL := 1, even if you turned it off in CMakeFiles.txt |
Sorry kilmarnock. |
Hi, I use the caffe-dqn as the caffe, and when I do make, I got this.
By the way, there are also some warnnings:
The text was updated successfully, but these errors were encountered: