You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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'
The text was updated successfully, but these errors were encountered:
[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'
The text was updated successfully, but these errors were encountered: