Skip to content
New issue

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

Encountered depridated tf.mul, and tf.sub in dqn.py #11

Open
BaryonNetwork opened this issue Aug 11, 2017 · 0 comments
Open

Encountered depridated tf.mul, and tf.sub in dqn.py #11

BaryonNetwork opened this issue Aug 11, 2017 · 0 comments

Comments

@BaryonNetwork
Copy link

tf.mul, and tf.sub are deprecated in favor of tf.multiply and tf.subtract

I fixed with:
sed -i 's/tf.mul/tf.multiply/g' dqn.py
sed -i 's/tf.sub/tf.subtract/g' dqn.py

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant