simoninithomas/Deep_reinforcement_learning_Course

reset not called in MaxAndSkipEnv

rnunziata opened this issue · 0 comments

reset not called in MaxAndSkipEnv..must be specified as:

    def reset(self):
        return self.env.reset()

without args.