rlworkgroup / garage

A toolkit for reproducible reinforcement learning research.
MIT License
1.86k stars 309 forks source link

Update docs and benchmarks to fit with #2182 #2194

Closed yeukfu closed 3 years ago

yeukfu commented 3 years ago

Update docs and benchmarks to fit with the new way of constructing the sampler. See https://github.com/rlworkgroup/garage/pull/2182.

codecov[bot] commented 3 years ago

Codecov Report

Merging #2194 (8d3fd40) into master (4068945) will decrease coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2194      +/-   ##
==========================================
- Coverage   91.23%   91.19%   -0.04%     
==========================================
  Files         201      201              
  Lines       10970    10970              
  Branches     1370     1370              
==========================================
- Hits        10008    10004       -4     
- Misses        699      704       +5     
+ Partials      263      262       -1     
Impacted Files Coverage Δ
src/garage/np/_functions.py 77.39% <0.00%> (-1.74%) :arrow_down:
src/garage/sampler/multiprocessing_sampler.py 90.12% <0.00%> (-1.24%) :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 4068945...8d3fd40. Read the comment docs.