openai / baselines

OpenAI Baselines: high-quality implementations of reinforcement learning algorithms
MIT License
15.83k stars 4.88k forks source link

AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter' #1200

Open JiamingLiu-Jeremy opened 2 years ago

JiamingLiu-Jeremy commented 2 years ago

Facing the issue when using tf2: AttributeError: module 'tensorflow.python.pywrap_tensorflow' has no attribute 'EventsWriter'

Can anyone give some hints about this issue ? Thanks a lot.