SforAiDl / genrl

A PyTorch reinforcement learning library for generalizable and reproducible algorithm implementations with an aim to improve accessibility in RL
https://genrl.readthedocs.io
MIT License
404 stars 59 forks source link

Flaky test cb agent #331

Closed Sharad24 closed 3 years ago

Sharad24 commented 3 years ago

Closes #330

codecov[bot] commented 3 years ago

Codecov Report

Merging #331 into master will increase coverage by 0.94%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #331      +/-   ##
==========================================
+ Coverage   90.03%   90.98%   +0.94%     
==========================================
  Files          88       88              
  Lines        3694     3694              
==========================================
+ Hits         3326     3361      +35     
+ Misses        368      333      -35     
Impacted Files Coverage Δ
genrl/agents/bandits/contextual/linpos.py 96.00% <100.00%> (+72.00%) :arrow_up:
genrl/agents/bandits/multiarmed/epsgreedy.py 96.29% <0.00%> (-3.71%) :arrow_down: