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

About Equation (25) of the Paper #3

Open
yujieNC opened this issue Sep 13, 2023 · 0 comments
Open

About Equation (25) of the Paper #3

yujieNC opened this issue Sep 13, 2023 · 0 comments

Comments

@yujieNC
Copy link

yujieNC commented Sep 13, 2023

Thank you for releasing your code.
It seems that the reinforce (line 273) in your code is different from Equation (25) of the Paper.

In your code (line 273), the reinforce is R * P_m * log(P_m * P_kp(x) * P_kp(y)), where R means reward.

But in Equation (25) of the Paper, the reinforce is R * P_m * log(P_kp(x) * P_kp(y)).

Maybe I am wrong.
Looking forward to hearing from you.

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

1 participant