Marco Shaw

Results 2 issues of Marco Shaw

Update deep_q_network.py: ... readout_action = tf.reduce_sum(tf.mul(readout, a), reduction_indices=1) ... To: readout_action = tf.reduce_sum(tf.multiply(readout, a), reduction_indices=1) TF 1.0 change: http://stackoverflow.com/questions/42217059/tensorflowattributeerror-module-object-has-no-attribute-mul

I tried on Ubuntu Linux Desktop 21 and 22, but installing the aifeynman library fails to build on both (doesn't complete pip install aifeynman). Ubuntu 22 seems to spit out...