JuliaReinforcementLearning / GridWorlds.jl

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

revamp SokobanUndirected & SokobanDirected #164

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove old SokobanUndirected and SokobanDirected.
  2. Add new SokobanUndirectedModule.SokobanUndirected and SokobanDirectedModule.SokobanDirected.
  3. Update tests.
  4. Update README.

Here is how the new environments look:

SokobanUndirectedModule.SokobanUndirected:

sokoban_undirected

SokobanDirectedModule.SokobanDirected:

sokoban_directed

codecov-commenter commented 3 years ago

Codecov Report

Merging #164 (a966e79) into master (6ab7459) will decrease coverage by 0.65%. The diff coverage is 82.19%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #164      +/-   ##
==========================================
- Coverage   68.19%   67.54%   -0.66%     
==========================================
  Files          31       32       +1     
  Lines        2525     2548      +23     
==========================================
- Hits         1722     1721       -1     
- Misses        803      827      +24     
Impacted Files Coverage Δ
src/envs/envs.jl 72.72% <ø> (ø)
src/envs/sokoban/sokoban_directed.jl 73.01% <73.01%> (ø)
src/envs/sokoban/sokoban_undirected.jl 86.60% <86.60%> (ø)
src/rlbase.jl 85.81% <87.50%> (+0.20%) :arrow_up:
src/actions.jl 81.81% <0.00%> (+0.86%) :arrow_up:

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 6ab7459...a966e79. Read the comment docs.