simoninithomas / Deep_reinforcement_learning_Course

Implementations from the free course Deep Reinforcement Learning with Tensorflow and PyTorch
http://www.simoninithomas.com/deep-rl-course
3.74k stars 1.23k forks source link

reset not called in MaxAndSkipEnv #54

Open rnunziata opened 5 years ago

rnunziata commented 5 years ago

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

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

without args.