We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I guess this code is written in old tensorflow?
x = tf.reshape(x, tf.pack([-1, prod(shape(x)[1:])])) AttributeError: 'module' object has no attribute 'pack'
Is it possible that this code updated to latest tensorflow.
Thanks!
The text was updated successfully, but these errors were encountered:
I have upgrade the code to lastest gym, tensorflow and keras API. Welcome to checkout this version.
https://github.com/xsung/async-rl
@coreylynch pls merge to the master
Sorry, something went wrong.
No branches or pull requests
I guess this code is written in old tensorflow?
Is it possible that this code updated to latest tensorflow.
Thanks!
The text was updated successfully, but these errors were encountered: