deep-rl
deep-rl copied to clipboard
There is an error... about Monitor
AttributeError Traceback (most recent call last)
/usr/local/lib/python2.7/dist-packages/tensorflow/python/platform/app.pyc in run(main, argv) 42 # Call the main function, passing through any arguments 43 # to the final program. ---> 44 _sys.exit(main(_sys.argv[:1] + flags_passthrough)) 45 46
AttributeError: 'module' object has no attribute 'Monitor'
I am using python2.7 and tensorflow 1.0
what should I do...? Could you please help me out?