rlworkgroup / garage

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

Add build hook for garage-base docker image #2257

Open gitanshu opened 3 years ago

gitanshu commented 3 years ago

This image can then be used as the parent image for metaworld-ci docker image, instead of garage-headless as of now, which we discontinued in end of Jan 2021.

codecov[bot] commented 3 years ago

Codecov Report

Merging #2257 (cdf5d4b) into master (1e7ca02) will increase coverage by 0.02%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2257      +/-   ##
==========================================
+ Coverage   91.25%   91.28%   +0.02%     
==========================================
  Files         199      199              
  Lines       11761    10966     -795     
  Branches     1583     1387     -196     
==========================================
- Hits        10733    10010     -723     
+ Misses        758      694      -64     
+ Partials      270      262       -8     
Impacted Files Coverage Δ
src/garage/torch/optimizers/optimizer_wrapper.py 93.75% <0.00%> (-6.25%) :arrow_down:
src/garage/sampler/env_update.py 82.92% <0.00%> (-3.62%) :arrow_down:
src/garage/torch/optimizers/differentiable_sgd.py 86.66% <0.00%> (-3.34%) :arrow_down:
src/garage/torch/policies/stochastic_policy.py 88.63% <0.00%> (-3.17%) :arrow_down:
src/garage/torch/algos/trpo.py 91.66% <0.00%> (-3.08%) :arrow_down:
src/garage/torch/algos/dqn.py 93.07% <0.00%> (-2.09%) :arrow_down:
src/garage/torch/_functions.py 92.42% <0.00%> (-1.92%) :arrow_down:
src/garage/torch/algos/sac.py 97.14% <0.00%> (-1.66%) :arrow_down:
src/garage/torch/modules/gaussian_mlp_module.py 92.13% <0.00%> (-1.52%) :arrow_down:
src/garage/sampler/multiprocessing_sampler.py 90.12% <0.00%> (-1.24%) :arrow_down:
... and 8 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 1e7ca02...cdf5d4b. Read the comment docs.