openai / random-network-distillation

Code for the paper "Exploration by Random Network Distillation"
https://openai.com/blog/reinforcement-learning-with-prediction-based-rewards/
881 stars 159 forks source link

VecFrameStack class double #10

Open michael20at opened 6 years ago

michael20at commented 6 years ago

Hi,

not an issue per se, but the class VecFrameStack(VecEnvWrapper) in vec_env.py appears to be double, they are exactly the same! (starting at Line 133 and 169)