def get_vars()

in safe_rl/pg/network.py [0:0]


def get_vars(scope=''):
    return [x for x in tf.trainable_variables() if scope in x.name]