Deep-RL-Keras icon indicating copy to clipboard operation
Deep-RL-Keras copied to clipboard

Unable to run examples

Open iirekm opened this issue 3 years ago • 2 comments

Eg during running python3 main.py --type A2C --env CartPole-v1:

  • many libs are missing (opencv, pandas, tensorflow); I installed some versions, but they seem incompatible, also Python 3.7 seems incompatible (read below)
  • with TF 2.3.0: AttributeError: module 'tensorflow' has no attribute 'ConfigProto'
  • after downgrade to TF 2.0.0: RuntimeError: dictionary changed size during iteration

You made sooo much effort developing this project, but such simple thing as setup.py with exact library versions is missing.

iirekm avatar Sep 17 '20 18:09 iirekm

I am facing the same issue

DalalAbadi avatar Oct 08 '20 08:10 DalalAbadi

Same problem

Marteyo avatar Jul 14 '21 12:07 Marteyo