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

Windows CI #346

Closed Sharad24 closed 3 years ago

Sharad24 commented 3 years ago

Also specification of versions for MacOS and ubuntu. Not sure but latest could be the issue causing extremely long build times

codecov[bot] commented 3 years ago

Codecov Report

Merging #346 into master will increase coverage by 0.20%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #346      +/-   ##
==========================================
+ Coverage   91.03%   91.23%   +0.20%     
==========================================
  Files          88       88              
  Lines        3692     3777      +85     
==========================================
+ Hits         3361     3446      +85     
  Misses        331      331              
Impacted Files Coverage Δ
genrl/agents/deep/ppo1/ppo1.py 100.00% <0.00%> (ø)
genrl/agents/deep/base/offpolicy.py 97.40% <0.00%> (ø)
genrl/agents/deep/base/base.py 93.75% <0.00%> (+0.20%) :arrow_up:
genrl/agents/deep/sac/sac.py 93.33% <0.00%> (+0.22%) :arrow_up:
genrl/agents/deep/a2c/a2c.py 93.58% <0.00%> (+0.34%) :arrow_up:
genrl/agents/deep/td3/td3.py 93.10% <0.00%> (+0.37%) :arrow_up:
genrl/agents/deep/ddpg/ddpg.py 92.85% <0.00%> (+0.54%) :arrow_up:
genrl/core/actor_critic.py 97.94% <0.00%> (+1.69%) :arrow_up: