openai / coinrun

Code for the paper "Quantifying Transfer in Reinforcement Learning"
https://blog.openai.com/quantifying-generalization-in-reinforcement-learning/
MIT License
388 stars 87 forks source link

Fix issue with deconstructing the high-resolution environment #29

Closed rishabhkabra closed 5 years ago

rishabhkabra commented 5 years ago

…on observation buffers. This fixes an error with setting up the high-resolution version (is_high_res=True) of the environment.