in maddpg/common/distributions.py [0:0]
def __init__(self, low, high): self.low = low self.high = high self.ncats = high - low + 1