krisx0101
krisx0101
Hi the `FLAGS+= -Wl,-rpath=$(ALE)/build` does not work. I am still encounter the same error. Have your solved this issue? @Nostrademous @fps7806 @ylddd
@Nostrademous I have changed it to "FLAGS+= -Wl,-rpath=$(ALE)/build" and successfully make the gym_tensorflow. But have you guys solved "gym_tensorflow was not compiled with ALE support" error? I have been stuck...
I have already set USE_ALE=1 in the file "deep-neuroevolution/gpu_implementation/gym_tensorflow/Makefile". `USE_SDL := 0` `USE_ALE := 1` `USE_GPU := 1` Still, i get the above error. Following the instructions in https://github.com/uber-research/deep-neuroevolution/tree/master/gpu_implementation/gym_tensorflow/atari: 1....