def __init__(self): super(RandomInputConstantGoalEnv, self).__init__() self.action_space = spaces.Discrete(2) self.observation_space = spaces.Discrete(2)