def concatenate()

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


def concatenate(arrs, axis=0):
    return tf.concat(axis=axis, values=arrs)