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(tf2): fix critical tf2 gradient update bug #322

Merged
merged 1 commit into from
Aug 11, 2023

Conversation

rickstaa
Copy link
Owner

This pull request fixes a critical bug in the tf2 algorithms, which prevented the log_std and mu layers from being updated. This was because the trainable_variables attribute was called before the SquasedGaussianActor was built.

This commit fixes a critical bug in the tf2 algorithms, which prevented the `log_std` and `mu` layers
from being updated. This was because the `trainable_variables` attribute was called before the
`SquasedGaussianActor` was built. It also improves the target network
update and network summarize code.
@rickstaa rickstaa merged commit dfc239b into main Aug 11, 2023
14 checks passed
@rickstaa rickstaa deleted the fix_tf2_actor_gradient_bug branch August 11, 2023 11:09
This was referenced Jan 23, 2024
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.

None yet

1 participant