JuliaReinforcementLearning / GridWorlds.jl

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

Refactor #39

Closed Sid-Bhatia-0 closed 4 years ago

Sid-Bhatia-0 commented 4 years ago

Refactoring out directions and actions from objects.jl into their own respective files. objects.jl should be kept only for defining objects.

Also exported the relevant names.

codecov-io commented 4 years ago

Codecov Report

Merging #39 into master will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   37.67%   37.67%           
=======================================
  Files          11       13    +2     
  Lines         292      292           
=======================================
  Hits          110      110           
  Misses        182      182           
Impacted Files Coverage Δ
src/GridWorlds.jl 100.00% <ø> (ø)
src/objects.jl 17.24% <ø> (-24.23%) :arrow_down:
src/actions.jl 100.00% <100.00%> (ø)
src/directions.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 b78a830...923c87f. Read the comment docs.