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