def mode()

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


    def mode(self):
        return self.low + tf.cast(tf.stack([p.mode() for p in self.categoricals], axis=-1), tf.int32)