Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 27, 2020

Conversation

divyavanmahajan
Copy link
Contributor

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.

Baselines.a2c.utils does not have the mse function.
This is created in this file.
Fix import - baselines.a2c.utils "mse" missing
@chris-chris chris-chris merged commit 98ec562 into chris-chris:master Feb 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants