def std()

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


def std(x, axis=None, keepdims=False):
    return tf.sqrt(var(x, axis=axis, keepdims=keepdims))