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

"The frame skipping method is already implemented in the library." #47

Open koryakinp opened 5 years ago

koryakinp commented 5 years ago

In Space Invaders DQN notebook you mentioned that:

The frame skipping method is already implemented in the library. Can you please elaborate on that please ? Which library ? And where do you define how many frames to skip ? Thank you,