Skip to content
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

Add docs for evaluation #2151

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add docs for evaluation #2151

wants to merge 2 commits into from

Conversation

yeukfu
Copy link
Contributor

@yeukfu yeukfu commented Oct 22, 2020

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, ziyiwu9494 and maliesa96 and removed request for a team October 22, 2020 22:07
@codecov
Copy link

codecov bot commented Oct 22, 2020

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.

docs/user/evaluation.md Outdated Show resolved Hide resolved
@yeukfu
Copy link
Contributor Author

yeukfu commented Nov 30, 2020

@Mergifyio rebase

@mergify
Copy link
Contributor

mergify bot commented Nov 30, 2020

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