-
Notifications
You must be signed in to change notification settings - Fork 9
Normalizer Wrapper #12
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
Conversation
In #7 I mention that this may pose problem for NStepSampler. With this implementation, NStepSampler will not work properly.
|
Indeed, |
I think I reached something close to a final API. Before merging, I still need to check how this fares with ElasticArrays and Episodes. But I need to learn how they work first. |
Codecov Report
@@ Coverage Diff @@
## main #12 +/- ##
==========================================
- Coverage 68.36% 67.25% -1.11%
==========================================
Files 9 10 +1
Lines 373 452 +79
==========================================
+ Hits 255 304 +49
- Misses 118 148 +30
Continue to review full report at Codecov.
|
Great! I think after merging this, we'd better register this package first? So that RLCore and RLZoo could be updated to use this package. (Kind of busy recently, but should have plenty of time to work on it in the following several weeks) |
It's not an essential part of the package anyways. If you want to use Trajectories sooner it's fine. What I'm more concerned about is for the algorithms that need the meta sampler. |
So I eventually went with a One question that we might want to address: currently, the two names of This may be ready to merge. Though I have not tested if it works well with Episodes. |
Great! We can merge this first and then address some other corner cases with Episodes later. |
Hello,
I made the Normalizer that I described in #7. It is fairly straightforward to use but I think documentation will be welcome once this package is integrated to RL.jl. I'm opening an issue as a reminder to do that in due time. Tell me what you think.
Closes #7