chris-chris / pysc2-examples

StarCraft II - pysc2 Deep Reinforcement Learning Examples
Apache License 2.0
753 stars 356 forks source link

MSE - missing import from baselines.a2c.utils Issue #22 #26

Closed divyavanmahajan closed 4 years ago

divyavanmahajan commented 5 years ago

Hi, Issue #22 - Import error is caused because the baselines.a2c.utils package does not have the MSE function anymore. This pull request fixes that by using the original definition of MSE and creating that in the a2c/a2c.py file.