[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'