Closed yeukfu closed 3 years ago
Merging #2160 (c4003e7) into master (f06027e) will decrease coverage by
0.01%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #2160 +/- ##
==========================================
- Coverage 91.53% 91.51% -0.02%
==========================================
Files 197 197
Lines 10929 10929
Branches 1387 1387
==========================================
- Hits 10004 10002 -2
- Misses 666 669 +3
+ Partials 259 258 -1
Impacted Files | Coverage Δ | |
---|---|---|
src/garage/tf/algos/rl2.py | 95.41% <100.00%> (ø) |
|
src/garage/sampler/multiprocessing_sampler.py | 89.61% <0.00%> (-1.30%) |
:arrow_down: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update f06027e...c4003e7. Read the comment docs.
Make the method name more consistent to the use of episode. Fix doctring.