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

Reduce off policy agents test time #368

Closed Sharad24 closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master     #368      +/-   ##
==========================================
- Coverage   91.22%   90.77%   -0.46%     
==========================================
  Files          89       89              
  Lines        3772     3772              
==========================================
- Hits         3441     3424      -17     
- Misses        331      348      +17     
Impacted Files Coverage Δ
genrl/agents/deep/ddpg/ddpg.py 87.50% <0.00%> (-5.36%) :arrow_down:
genrl/agents/deep/td3/td3.py 87.93% <0.00%> (-5.18%) :arrow_down:
genrl/trainers/offpolicy.py 87.50% <0.00%> (-4.69%) :arrow_down:
genrl/agents/deep/dqn/base.py 90.80% <0.00%> (-3.45%) :arrow_down:
genrl/agents/deep/sac/sac.py 90.00% <0.00%> (-3.34%) :arrow_down:
genrl/environments/time_limit.py 83.33% <0.00%> (-2.39%) :arrow_down:
genrl/environments/atari_preprocessing.py 91.11% <0.00%> (-2.23%) :arrow_down: