def argmax()

in maddpg/common/tf_util.py [0:0]


def argmax(x, axis=None):
    return tf.argmax(x, axis=axis)