rlworkgroup / garage

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

Add docs for evaluation #2151

Open yeukfu opened 3 years ago

yeukfu commented 3 years ago

Close https://github.com/rlworkgroup/garage/issues/2115.

codecov[bot] commented 3 years ago

Codecov Report

Merging #2151 (98918d6) into master (f856f74) will increase coverage by 0.09%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2151      +/-   ##
==========================================
+ Coverage   91.36%   91.46%   +0.09%     
==========================================
  Files         198      197       -1     
  Lines       10944    10845      -99     
  Branches     1374     1356      -18     
==========================================
- Hits         9999     9919      -80     
+ Misses        688      671      -17     
+ Partials      257      255       -2     
Impacted Files Coverage Δ
src/garage/tf/_functions.py 55.12% <0.00%> (-13.73%) :arrow_down:
src/garage/np/algos/cma_es.py 96.92% <0.00%> (-3.08%) :arrow_down:
src/garage/sampler/multiprocessing_sampler.py 88.31% <0.00%> (-2.60%) :arrow_down:
src/garage/np/algos/cem.py 97.43% <0.00%> (-2.57%) :arrow_down:
...rage/tf/optimizers/conjugate_gradient_optimizer.py 81.90% <0.00%> (-1.81%) :arrow_down:
.../garage/torch/policies/deterministic_mlp_policy.py 91.17% <0.00%> (-1.69%) :arrow_down:
src/garage/experiment/experiment.py 91.84% <0.00%> (-1.01%) :arrow_down:
src/garage/tf/baselines/continuous_mlp_baseline.py 92.18% <0.00%> (-0.57%) :arrow_down:
src/garage/torch/policies/stochastic_policy.py 97.05% <0.00%> (-0.57%) :arrow_down:
src/garage/np/policies/fixed_policy.py 93.54% <0.00%> (-0.40%) :arrow_down:
... and 36 more

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 f8aaef2...fd2bef3. Read the comment docs.

yeukfu commented 3 years ago

@Mergifyio rebase

mergify[bot] commented 3 years ago

Command rebase: success

Branch has been successfully rebased