in safe_rl/sac/sac.py [0:0]
def count_vars(scope): v = get_vars(scope) return sum([np.prod(var.shape.as_list()) for var in v])