Deep_reinforcement_learning_Course
Deep_reinforcement_learning_Course copied to clipboard
reset not called in MaxAndSkipEnv
reset not called in MaxAndSkipEnv..must be specified as:
def reset(self):
return self.env.reset()
without args.