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

added demo notebooks #279

Closed threewisemonkeys-as closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master     #279      +/-   ##
==========================================
- Coverage   89.64%   89.62%   -0.03%     
==========================================
  Files          87       87              
  Lines        3748     3748              
==========================================
- Hits         3360     3359       -1     
- Misses        388      389       +1     
Impacted Files Coverage Δ
genrl/agents/classical/sarsa/sarsa.py 96.15% <0.00%> (-3.85%) :arrow_down:
sampreet-arthi commented 4 years ago

Let's merge this @threewisemonkeys-as ? Shouldn't cause a problem with the CI.