Skip to content

Fix ACER to support GaussianHeadWithFixedCovariance - #145

Open
muupan wants to merge 3 commits into
pfnet:masterfrom
muupan:acer-with-fixed-cov
Open

Fix ACER to support GaussianHeadWithFixedCovariance#145
muupan wants to merge 3 commits into
pfnet:masterfrom
muupan:acer-with-fixed-cov

Conversation

@muupan

@muupan muupan commented May 26, 2021

Copy link
Copy Markdown
Member

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.

muupan added 2 commits May 26, 2021 23:56
Loss function used in the test is changed because maximizing the entropy has
no effect for Gaussian with fixed covariance
@muupan

muupan commented May 26, 2021

Copy link
Copy Markdown
Member Author

/test

@github-actions
github-actions Bot requested a review from keisuke-nakata May 26, 2021 15:30
@pfn-ci-bot

Copy link
Copy Markdown

Successfully created a job for commit 711bff6:

@muupan

muupan commented May 26, 2021

Copy link
Copy Markdown
Member Author

/test

@pfn-ci-bot

Copy link
Copy Markdown

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