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

Fix ACER to support GaussianHeadWithFixedCovariance #145

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

muupan
Copy link
Member

@muupan muupan commented May 26, 2021

Resolves #144

get_params_of_distribution now returns only parameters that require grad and raises an error if no parameter of a given distribution requires grad.

The loss function used in the test is changed because maximizing the entropy has no effect for Gaussian with fixed covariance.

Loss function used in the test is changed because maximizing the entropy has
no effect for Gaussian with fixed covariance
@muupan
Copy link
Member Author

muupan commented May 26, 2021

/test

@pfn-ci-bot
Copy link

Successfully created a job for commit 711bff6:

@muupan
Copy link
Member Author

muupan commented May 26, 2021

/test

@pfn-ci-bot
Copy link

Successfully created a job for commit 5e99719:

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.

ACER raises an error when GaussianHeadWithFixedCovariance is used
2 participants