PacktPublishing / Deep-Reinforcement-Learning-Hands-On-Second-Edition

Deep-Reinforcement-Learning-Hands-On-Second-Edition, published by Packt
MIT License
1.13k stars 531 forks source link

Fix Bugs on lines 116 && 118 #53

Closed AlexBMacLeod closed 2 years ago

AlexBMacLeod commented 2 years ago

On lines 116 && 118 env was passed to exp_source instead of envs which is the list of env. I added the s to env to fix the bug.