JuliaReinforcementLearning / GridWorlds.jl

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

remove things related to old implementation #170

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove packages Crayons, MacroTools, Requires, StaticArrays.
  2. Remove graphical_rendering.jl and textual_rendering.jl.
  3. Remove old AbstractGridWorld and GridWorldBase types.
  4. Remove macros generate_getters and generate_setters.
  5. Remove old action types.
  6. Remove common struct Room and related methods.
  7. Clean up imports.
codecov-commenter commented 3 years ago

Codecov Report

Merging #170 (994a676) into master (901b9b3) will increase coverage by 7.41%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #170      +/-   ##
==========================================
+ Coverage   66.41%   73.83%   +7.41%     
==========================================
  Files          33       30       -3     
  Lines        2522     2247     -275     
==========================================
- Hits         1675     1659      -16     
+ Misses        847      588     -259     
Impacted Files Coverage Δ
src/abstract_grid_world.jl 0.00% <ø> (ø)
src/actions.jl 88.00% <ø> (+38.00%) :arrow_up:
src/envs/catcher.jl 80.26% <ø> (ø)
src/envs/collect_gems_directed.jl 71.92% <ø> (ø)
src/envs/collect_gems_multi_agent_undirected.jl 80.39% <ø> (ø)
src/envs/collect_gems_undirected.jl 81.08% <ø> (ø)
src/envs/door_key_directed.jl 72.88% <ø> (ø)
src/envs/door_key_undirected.jl 87.93% <ø> (ø)
src/envs/dynamic_obstacles_directed.jl 70.00% <ø> (-3.34%) :arrow_down:
src/envs/dynamic_obstacles_undirected.jl 84.78% <ø> (ø)
... and 19 more

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 901b9b3...994a676. Read the comment docs.