pemami4911 / deep-rl

Collection of Deep Reinforcement Learning algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UPGRADE: Compatibility with latest version of Tensorflow (0.12.0-rc1)

pemami4911 opened this issue · comments

The Tensorboard API has changed in the latest Tensorflow update, so need to make some changes to support the latest version

Hey, I just came across your blog post, I downloaded the code and it failed with the last version of tensorflow and openai. I modified the code so it runs fine with tf 1.0 and use wrappers in openai!

Awesome! Feel free to submit a pull request with the changes you made

Resolved in #7