HumanCompatibleAI / evaluating-rewards

Library to compare and evaluate reward functions
https://arxiv.org/abs/2006.13900
Apache License 2.0
61 stars 7 forks source link

Upgrade dependencies #38

Closed AdamGleave closed 4 years ago

AdamGleave commented 4 years ago

imitation to 0.1.1 -- support new types matplotlib to 3.2.2; support >=3.2.2 as well, but blocked 3.2.1 and 3.2.0 due to a matplotlib bug. black 20.8b1 (some minor formatting changes) pylint 2.6: fixed some minor issues it detected; suppressed some warnings we don't care about mostly related to log format strings

codecov[bot] commented 4 years ago

Codecov Report

Merging #38 into master will decrease coverage by 0.01%. The diff coverage is 53.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
- Coverage   87.56%   87.55%   -0.02%     
==========================================
  Files          59       59              
  Lines        4183     4185       +2     
==========================================
+ Hits         3663     3664       +1     
- Misses        520      521       +1     
Impacted Files Coverage Δ
...s/dissimilarity_heatmaps/plot_gridworld_heatmap.py 91.07% <0.00%> (ø)
...alysis/dissimilarity_heatmaps/plot_npec_heatmap.py 89.89% <ø> (ø)
.../analysis/dissimilarity_heatmaps/table_combined.py 83.33% <ø> (ø)
src/evaluating_rewards/analysis/results.py 71.59% <ø> (ø)
...nalysis/reward_figures/gridworld_reward_heatmap.py 98.30% <ø> (ø)
...s/analysis/reward_figures/plot_gridworld_reward.py 88.00% <ø> (ø)
..._rewards/analysis/reward_figures/plot_pm_reward.py 87.95% <ø> (ø)
src/evaluating_rewards/comparisons.py 94.30% <ø> (ø)
src/evaluating_rewards/datasets.py 100.00% <ø> (ø)
src/evaluating_rewards/envs/mujoco.py 98.16% <0.00%> (ø)
... and 17 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 b7d6f64...277d847. Read the comment docs.