def softmax()
in
maddpg/common/tf_util.py [0:0]
2
lines of code
1
McCabe index (conditional complexity)
def softmax(x, axis=None): return tf.nn.softmax(x, axis=axis)