JuliaReinforcementLearning / GridWorlds.jl

Help! I'm lost in the flatland!
MIT License
46 stars 9 forks source link

revamp Catcher #166

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove old Catcher.
  2. Add new CatcherModule.Catcher.
  3. Update tests.
  4. Update README.

Here is how the new environment looks:

CatcherModule.Catcher:

catcher

codecov-commenter commented 3 years ago

Codecov Report

Merging #166 (939a355) into master (d09b8a4) will decrease coverage by 0.37%. The diff coverage is 80.72%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
- Coverage   67.35%   66.97%   -0.38%     
==========================================
  Files          32       32              
  Lines        2570     2577       +7     
==========================================
- Hits         1731     1726       -5     
- Misses        839      851      +12     
Impacted Files Coverage Δ
src/envs/envs.jl 72.72% <ø> (ø)
src/envs/catcher.jl 80.26% <80.00%> (-13.25%) :arrow_down:
src/rlbase.jl 85.97% <87.50%> (+0.07%) :arrow_up:
src/actions.jl 79.54% <0.00%> (-2.28%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update d09b8a4...939a355. Read the comment docs.