uber-research / ape-x

This repo replicates the results Horgan et al obtained in "Distributed Prioritized Experience Replay"
Apache License 2.0
189 stars 23 forks source link

cannot compile gym_tensorflow #5

Open shun1267 opened 4 years ago

shun1267 commented 4 years ago

After I run make under gym_tensorflow, I got the flowing error messages .//atari/tf_atari.cpp:137:16: error: ‘std::string AtariEnvironment::DebugString()’ marked ‘override’, but does not override string DebugString() override { return "AtariEnvironment"; }

.//atari/tf_atari.cpp:155:64: error: invalid new-expression of abstract class type ‘AtariEnvironment’ AtariEnvironment* env = new AtariEnvironment(batch_size);

What's the problem?

koteraatsuo commented 4 years ago

pip install tensorflow==1.13.0 try it !!