rlworkgroup / garage

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

Fix td3 doc #2179

Closed yeukfu closed 3 years ago

yeukfu commented 3 years ago

Fix the table in the doc of td3.

codecov[bot] commented 3 years ago

Codecov Report

Merging #2179 (7bcc70d) into master (8396d89) will increase coverage by 0.03%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2179      +/-   ##
==========================================
+ Coverage   91.32%   91.36%   +0.03%     
==========================================
  Files         198      198              
  Lines       10944    10964      +20     
  Branches     1374     1392      +18     
==========================================
+ Hits         9995    10017      +22     
+ Misses        689      686       -3     
- Partials      260      261       +1     
Impacted Files Coverage Δ
src/garage/np/_functions.py 78.00% <0.00%> (-1.14%) :arrow_down:
src/garage/_dtypes.py 95.94% <0.00%> (-0.08%) :arrow_down:
src/garage/tf/algos/reps.py 98.46% <0.00%> (-0.01%) :arrow_down:
src/garage/tf/algos/npo.py 96.46% <0.00%> (ø)
src/garage/torch/algos/bc.py 92.10% <0.00%> (ø)
src/garage/tf/algos/te_npo.py 94.25% <0.00%> (ø)
src/garage/torch/_functions.py 94.73% <0.00%> (+0.05%) :arrow_up:
src/garage/_environment.py 97.43% <0.00%> (+1.98%) :arrow_up:

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 8396d89...32476e4. Read the comment docs.

irisliucy commented 3 years ago

Thanks for fixing this!