-
Notifications
You must be signed in to change notification settings - Fork 37
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
probability normalization in exp4.p #65
Comments
I think this only transform |
sum(query_vector) should be 1 form the theoretical aspect, but in python there may be some numerical errors so that the sum(query_vector) will be slightly larger or smaller than 1. So I further add this line to make sure that the sum of query_vector is 1. |
It transform |
and why is it called |
https://github.com/ntucllab/striatum/blob/master/striatum/bandit/exp4p.py#L102
This normalization is not in the paper. Is this correct?
The text was updated successfully, but these errors were encountered: