germain-hug/Deep-RL-Keras

Unable to run examples

Opened this issue · 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.

I am facing the same issue

Same problem