Abodh Poudyal
Results
1
issues of
Abodh Poudyal
#The gradient for the loss function grad_val_ph = tf.placeholder(tf.float32, shape=dis.input_reward.get_shape()) grad_dis = dis_copy(dis, grad_val_ph) #The generator-discriminator for loss function gen_dis = dis_copy(dis, tf.reduce_max(gen.output, axis=1)) #loss functions dis_loss = tf.reduce_mean(tf.squeeze(gen_dis.output)) -...