-
Notifications
You must be signed in to change notification settings - Fork 26
Fixed Exp3Policy #25
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
Fixed Exp3Policy #25
Conversation
I'm having this error in CI, which is kind of expected since the tests have fixed checks that are not taking into account the stochastic component of simulations (AFAIK, seeds are not fixed).
What is strange is that not only the new test is failing but also the other ones that were already deployed in later versions. @robinvanemden could you provide more info about a possible solution? |
@leferrad Thanks for your pull request - much appreciated! I've been rather busy, but I will make sure to check it out later this week! |
Hi @leferrad - I just added you fix to and related updates to the test in this commit. It will be part of our next CRAN package release - thanks again! |
Solution for issue #24