Skip to content

Add docs for evaluation#2151

Open
yeukfu wants to merge 2 commits into
masterfrom
docs_evaluation
Open

Add docs for evaluation#2151
yeukfu wants to merge 2 commits into
masterfrom
docs_evaluation

Conversation

@yeukfu

@yeukfu yeukfu commented Oct 22, 2020

Copy link
Copy Markdown
Contributor

Close #2115.

@yeukfu yeukfu requested a review from a team as a code owner October 22, 2020 22:07
@yeukfu yeukfu requested review from krzentner and removed request for a team October 22, 2020 22:07
@mergify mergify Bot requested review from a team, maliesa96 and ziyiwu9494 and removed request for a team October 22, 2020 22:07
@codecov

codecov Bot commented Oct 22, 2020

Copy link
Copy Markdown

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%) ⬇️
src/garage/np/algos/cma_es.py 96.92% <0.00%> (-3.08%) ⬇️
src/garage/sampler/multiprocessing_sampler.py 88.31% <0.00%> (-2.60%) ⬇️
src/garage/np/algos/cem.py 97.43% <0.00%> (-2.57%) ⬇️
...rage/tf/optimizers/conjugate_gradient_optimizer.py 81.90% <0.00%> (-1.81%) ⬇️
.../garage/torch/policies/deterministic_mlp_policy.py 91.17% <0.00%> (-1.69%) ⬇️
src/garage/experiment/experiment.py 91.84% <0.00%> (-1.01%) ⬇️
src/garage/tf/baselines/continuous_mlp_baseline.py 92.18% <0.00%> (-0.57%) ⬇️
src/garage/torch/policies/stochastic_policy.py 97.05% <0.00%> (-0.57%) ⬇️
src/garage/np/policies/fixed_policy.py 93.54% <0.00%> (-0.40%) ⬇️
... 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.

Comment thread docs/user/evaluation.md Outdated
@yeukfu

yeukfu commented Nov 30, 2020

Copy link
Copy Markdown
Contributor Author

@Mergifyio rebase

@mergify

mergify Bot commented Nov 30, 2020

Copy link
Copy Markdown
Contributor

Command rebase: success

Branch has been successfully rebased

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docs page "Reference Guide -> Core Concepts -> Evaluation"

2 participants