-
Notifications
You must be signed in to change notification settings - Fork 9
Adjust to RL.jl #6
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
Adjust to RL.jl #6
Conversation
I looked at the implementation. I really like the design; I think it's clever. Regarding the API I don't see any obvious problem with your choices. Here are my comments and questions.
|
Good point. I'll keep using
Nice catch, this is a mistake and I have removed that defintion in my local code. I'll update this PR soon. Essentially, each element in a
Ah, that's simply because we need to update that field and |
Codecov Report
@@ Coverage Diff @@
## main #6 +/- ##
=======================================
Coverage ? 30.06%
=======================================
Files ? 9
Lines ? 316
Branches ? 0
=======================================
Hits ? 95
Misses ? 221
Partials ? 0 Continue to review full report at Codecov.
|
How about
in the meantime. It's not efficient to do the sum everytime but I don't think it's horrible.
This means that samplers must implement Regarding the API, I have this one new comment. As discussed here, |
Both are good suggestions. For the |
No description provided.