HumanCompatibleAI / adversarial-policies

Find best-response to a fixed policy in multi-agent RL
MIT License
275 stars 47 forks source link

Observation Masking #13

Closed AdamGleave closed 5 years ago

AdamGleave commented 5 years ago

Note I merged tsne_activations into this as there were some shared dependencies. We should close out the tsne_activations PR first then switch the base branch to master.

codecov[bot] commented 5 years ago

Codecov Report

Merging #13 into master will decrease coverage by 0.27%. The diff coverage is 40.32%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
- Coverage   54.82%   54.55%   -0.28%     
==========================================
  Files          47       48       +1     
  Lines        3823     3945     +122     
==========================================
+ Hits         2096     2152      +56     
- Misses       1727     1793      +66
Flag Coverage Δ
#aprl 13.48% <0%> (-0.44%) :arrow_down:
#modelfree 45.62% <40.32%> (ø) :arrow_up:
Impacted Files Coverage Δ
src/modelfree/visualize/styles.py 0% <ø> (ø) :arrow_up:
src/modelfree/tsne/generate_activations.py 0% <0%> (ø) :arrow_up:
src/modelfree/tsne/pipeline.py 0% <0%> (ø) :arrow_up:
src/modelfree/visualize/scores.py 0% <0%> (ø) :arrow_up:
src/modelfree/visualize/util.py 0% <0%> (ø) :arrow_up:
src/modelfree/visualize/training.py 0% <0%> (ø) :arrow_up:
src/modelfree/visualize/make_videos.py 0% <0%> (ø) :arrow_up:
src/modelfree/tsne/visualize.py 0% <0%> (ø) :arrow_up:
src/modelfree/common/utils.py 87.44% <100%> (+0.15%) :arrow_up:
src/modelfree/configs/multi/score.py 23.2% <28.57%> (-1.17%) :arrow_down:
... and 6 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 58fc5c1...991e9e0. Read the comment docs.