in robosumo/policy_zoo/utils.py [0:0]
def __init__(self, mean, logstd): self.mean = mean self.logstd = logstd self.std = tf.exp(logstd)