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