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
403 stars 59 forks source link

Closes #300 #306

Closed TMorville closed 4 years ago

TMorville commented 4 years ago

Changed typo that caused the code not to run.

codecov[bot] commented 4 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master     #306      +/-   ##
==========================================
- Coverage   89.65%   89.63%   -0.03%     
==========================================
  Files          87       87              
  Lines        3752     3752              
==========================================
- Hits         3364     3363       -1     
- Misses        388      389       +1     
Impacted Files Coverage Δ
genrl/agents/classical/sarsa/sarsa.py 96.15% <0.00%> (-3.85%) :arrow_down:
threewisemonkeys-as commented 4 years ago

Thanks!