def __init__(self, conv, permutation): self.conv = conv self.permutation = permutation self.space = spaces.Tuple([conv.space for _ in permutation])