-
Notifications
You must be signed in to change notification settings - Fork 1.2k
add policy.update to enable post process and remove collector.sample #180
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
Codecov Report
@@ Coverage Diff @@
## dev #180 +/- ##
==========================================
+ Coverage 88.74% 89.14% +0.39%
==========================================
Files 39 39
Lines 2399 2404 +5
==========================================
+ Hits 2129 2143 +14
+ Misses 270 261 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
1d1c120
to
2fb5a1c
Compare
This PR is much simpler. Have a look when you are available! @Trinkle23897 @duburcqa |
The following code snippets should be changed since collector.sample has been removed: $ grep collector.sample * -r
docs/tutorials/dqn.rst: losses = policy.learn(train_collector.sample(batch_size=64))
docs/tutorials/concepts.rst: b_s, b_a, b_s_, b_r, b_d = buffer.get(size=64) # collector.sample(batch_size)
README.md:result = policy.learn(collector.sample(batch_size)) |
just a test
How do you do suggestions ?? That's a nice feature 👍 |
…hu-ml#180) * add policy.update to enable post process and remove collector.sample * update doc in policy concept * remove collector.sample in doc * doc update of concepts * docs * polish * polish policy * remove collector.sample in docs * minor fix * Apply suggestions from code review just a test * doc fix Co-authored-by: Trinkle23897 <463003665@qq.com>
In reply to this comment.