JuliaReinforcementLearning / GridWorlds.jl

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

Add GridRooms as a generalization of FourRooms #92

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Add GridRooms environment, which is a generalization of FourRooms, in that, we can arrange rectangular rooms in an arbitrary rectangular grid-like fashion. Also addresses #70
  2. Deprecate FourRooms.
codecov-io commented 3 years ago

Codecov Report

Merging #92 (1fc65e1) into master (df420a1) will increase coverage by 0.74%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #92      +/-   ##
==========================================
+ Coverage   77.32%   78.07%   +0.74%     
==========================================
  Files          15       16       +1     
  Lines         657      684      +27     
==========================================
+ Hits          508      534      +26     
- Misses        149      150       +1     
Impacted Files Coverage Δ
src/envs/gridrooms.jl 100.00% <100.00%> (ø)
src/envs/sequentialrooms.jl 99.09% <100.00%> (-0.91%) :arrow_down:
src/envs/utils.jl 100.00% <100.00%> (ø)

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 df420a1...1fc65e1. Read the comment docs.