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

AttributionError: 'module' object has no attribute 'mul' #10

Open
sajeelk opened this issue Apr 13, 2017 · 1 comment
Open

AttributionError: 'module' object has no attribute 'mul' #10

sajeelk opened this issue Apr 13, 2017 · 1 comment

Comments

@sajeelk
Copy link

sajeelk commented Apr 13, 2017

[2017-04-13 14:47:10,786] Making new env: SpaceInvaders-v0
Traceback (most recent call last):
File "Game-AI/atari.py", line 64, in
agent = DQN(env, args)
File "/Users/MacMiniUser/Documents/ai/sentdex/Game-AI/dqn.py", line 48, in init
self.q_train = tf.reduce_max(tf.mul(self.train_net.y, self.actions), reduction_indices=1)
AttributeError: 'module' object has no attribute 'mul'

@joe3d1998
Copy link

use tf.multiply

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

2 participants