-
Notifications
You must be signed in to change notification settings - Fork 15
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
includes a test comparing rewards to float results #530
Conversation
I have no idea what's going on with this unit test that is failing |
also, I had to use |
The failing tests seem to be unrelated to your changes. It seems to be a data race in TipSelection component that we need to investigate separetely.
|
|
||
targetRewardFloat := float64(t.api.ComputedFinalReward()) | ||
|
||
// targetRewardFloat := theta * S * gamma * d |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should get this part to work. As we discussed, this probably has something to do with different protocol parameters being used in different places, but otherwise there is a mistake somewhere in either calculation, so I think we need to figure this out rather than just leave it out.
No description provided.