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

Usage examples #350

Closed hades-rp2010 closed 3 years ago

hades-rp2010 commented 3 years ago

Noticed some of the examples in docs/usage were using the old structure for imports Also brought up by #349 I think this fixes it.

codecov[bot] commented 3 years ago

Codecov Report

Merging #350 into master will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #350   +/-   ##
=======================================
  Coverage   91.22%   91.22%           
=======================================
  Files          89       89           
  Lines        3772     3772           
=======================================
  Hits         3441     3441           
  Misses        331      331           
Sharad24 commented 3 years ago

Thanks for taking care of this!