Deep_reinforcement_learning_Course icon indicating copy to clipboard operation
Deep_reinforcement_learning_Course copied to clipboard

reset not called in MaxAndSkipEnv

Open rnunziata opened this issue 6 years ago • 0 comments

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

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

without args.

rnunziata avatar Apr 27 '19 21:04 rnunziata