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

Effect of min_log_var usage #2

Open
ZhuFengdaaa opened this issue Aug 27, 2019 · 1 comment
Open

Effect of min_log_var usage #2

ZhuFengdaaa opened this issue Aug 27, 2019 · 1 comment

Comments

@ZhuFengdaaa
Copy link

I notice that in gaussian_network.py, you use min_log_var in GaussianNetwork class to ensure the variance of z distribution not too low. However, not all subclass use this variable(e.g. GaussianBidirectionalNetwork). I am wondering why we need this variable and how this variable effect training?

Thank you :)

@jcoreyes
Copy link
Collaborator

The min_log_var is more of a problem for the policy (which ues GaussianNetwork) than for the decoder which uses GaussianBidirectionalNetwork. This ensures the policy gradient when training the policy does not explode.

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

No branches or pull requests

2 participants