Felipe Petroski Such

Results 7 comments of Felipe Petroski Such

I think 2080ti requires CUDA 10, and we haven't tested this code with CUDA 10 yet so there might be some problems. I'll see if we can fix it and...

I wonder if it has anything do to with the two different tensorflow versions you have installed. Try `pip uninstall tensorflow` and keep tensorflow-gpu as is

The experiments we included are for the Atari games which require ALE support, you can follow [these instructions](https://github.com/uber-common/deep-neuroevolution/blob/master/gpu_implementation/gym_tensorflow/atari/README.md) to compile. We are in the process of adding MuJoCo support, but...

> @Nostrademous @youshaox I got the same problem "gym_tensorflow was not compiled with ALE support" error. Have you ever solved this problem? That can be solved if you enable USE_ALE...

> 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 get the above error. Interesting,...

Did you follow the other instructions on the README (https://github.com/uber-research/ape-x/tree/master/gym_tensorflow/atari)? One of them disables the build of the libale_c.so and enables libale.so instead.