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

Python 3.8 CI #351

Closed Sharad24 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #351 into master will decrease coverage by 0.02%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #351      +/-   ##
==========================================
- Coverage   91.22%   91.19%   -0.03%     
==========================================
  Files          89       89              
  Lines        3772     3772              
==========================================
- Hits         3441     3440       -1     
- Misses        331      332       +1     
Impacted Files Coverage Δ
genrl/agents/bandits/multiarmed/epsgreedy.py 96.29% <0.00%> (-3.71%) :arrow_down: