in safe_rl/sac/sac.py [0:0]
def placeholder(dim=None): return tf.placeholder(dtype=tf.float32, shape=(None,dim) if dim else (None,))