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 58 forks source link

Deep tutorials #242

Closed Sharad24 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

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

@@            Coverage Diff             @@
##           master     #242      +/-   ##
==========================================
- Coverage   89.36%   89.34%   -0.03%     
==========================================
  Files         100      100              
  Lines        3857     3857              
==========================================
- Hits         3447     3446       -1     
- Misses        410      411       +1     
Impacted Files Coverage Δ
genrl/classical/sarsa/sarsa.py 96.15% <0.00%> (-3.85%) :arrow_down:
Sharad24 commented 4 years ago

Going to merge this for now as it has good additions to the documentation.

There's a bunch of things to do:

  1. Improve Current Deep RL Algorithms explanations
  2. Add Other Agents
  3. Improve About (and fill up Agents and Environments Section)