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

A2C and VPG #383

Open hades-rp2010 opened 3 years ago

hades-rp2010 commented 3 years ago

Wrt #375 Mades some changes in discount.py (Really silly mistakes) Now the 2 agents are training

codecov[bot] commented 3 years ago

Codecov Report

Merging #383 into master will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #383   +/-   ##
=======================================
  Coverage   91.28%   91.28%           
=======================================
  Files          90       90           
  Lines        3809     3810    +1     
=======================================
+ Hits         3477     3478    +1     
  Misses        332      332           
Impacted Files Coverage Δ
genrl/agents/deep/a2c/a2c.py 93.58% <100.00%> (ø)
genrl/agents/deep/vpg/vpg.py 94.33% <100.00%> (ø)
genrl/utils/discount.py 100.00% <100.00%> (ø)