Skip to content

fix: correct wrong kwarg name in AWAC#30

Open
Mr-Neutr0n wants to merge 1 commit into
ikostrikov:mainfrom
Mr-Neutr0n:fix/awac-wrong-kwarg-name
Open

fix: correct wrong kwarg name in AWAC#30
Mr-Neutr0n wants to merge 1 commit into
ikostrikov:mainfrom
Mr-Neutr0n:fix/awac-wrong-kwarg-name

Conversation

@Mr-Neutr0n
Copy link
Copy Markdown

Bug

AWAC passes soft_critic as a keyword argument, but the target function expects backup_entropy. The mismatched name causes the parameter to be silently ignored, leading to incorrect critic updates.

Fix

Renamed the kwarg to match the function signature.

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.

1 participant