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

Corrected which keys are restored from file #18

Closed stuglaser closed 5 years ago

stuglaser commented 5 years ago

Currently config.py has a bug, where instead of restoring boolean keys from saved state, it instead restores the 'rep' parameter mistakenly.

kcobbe commented 5 years ago

Thanks for pointing out this typo.