Open lucifer2859 opened 3 years ago
Could you try to checkout the commit 5e3c3c17be85c427802e529b432b8aad2e7fa82c
instead of the newest commit for the Arcade-Learning-Environment
and try the procedure again?
Could you try to checkout the commit
5e3c3c17be85c427802e529b432b8aad2e7fa82c
instead of the newest commit for theArcade-Learning-Environment
and try the procedure again?
I checked out the this commit, then I got another error as shown below:
Could you please help with any suggestions?
(eprop-figure) rlcube@rlcube:~/dchen/eligibility_propagation/Figure_4_and_5_ATARI$ python compile.py ale
include "emucore/Sound.hxx"
Compilation interrupt. Traceback (most recent call last): File "compile.py", line 19, in
res = sp.check_call(cmd, shell=True)
File "/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'g++ -std=c++11 -shared ale.cc -o tfaleop.so -fPIC -I /home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core/include -O2 -D_GLIBCXX_USE_CXX11_ABI=1 -L/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core -I/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core/include -D_GLIBCXX_USE_CXX11_ABI=1 -L/home/rlcube/miniconda3/envs/eprop-figure/lib/python3.6/site-packages/tensorflow_core -l:libtensorflow_framework.so.1 -Iale/include -Lale/lib -lale' returned non-zero exit status 1.