I have the following class:
class MDP(object): def __init__(self, level, state_var): self.state_var = state_var self.level = level se