PacktPublishing / Deep-Reinforcement-Learning-Hands-On

Hands-on Deep Reinforcement Learning, published by Packt
MIT License
2.83k stars 1.28k forks source link

tensorboard error #19

Closed psusmit closed 5 years ago

psusmit commented 5 years ago

AttributeError: module 'tensorflow.python.training.checkpointable' has no attribute 'CheckpointableBase'

i get this error on runtime please help

nidhishas commented 5 years ago

@psusmit That's probably due to error in your virtual environment: https://github.com/tensorflow/tensorflow/issues/20499

Please try to reinstall tensorflow packages.