JuliaReinforcementLearning / GridWorlds.jl

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

add sub_tile_map view to SingleRoomUndirected & SingleRoomDirected #172

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Add sub_tile_map view to SingleRoomUndirected & SingleRoomDirected.
  2. Remove grid_world_base.jl and old direction related structs and methods.
  3. Rename new directions.
  4. Haven't updated the gifs for these environments on the README because more changes are going to come soon.
codecov-commenter commented 3 years ago

Codecov Report

Merging #172 (e0fdfaf) into master (ba153b9) will decrease coverage by 1.49%. The diff coverage is 9.64%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
- Coverage   74.42%   72.92%   -1.50%     
==========================================
  Files          30       29       -1     
  Lines        2248     2290      +42     
==========================================
- Hits         1673     1670       -3     
- Misses        575      620      +45     
Impacted Files Coverage Δ
src/abstract_grid_world.jl 0.00% <0.00%> (ø)
src/directions.jl 100.00% <ø> (+66.66%) :arrow_up:
src/envs/single_room_directed.jl 57.14% <0.00%> (-14.29%) :arrow_down:
src/envs/single_room_undirected.jl 67.94% <0.00%> (-11.16%) :arrow_down:
src/actions.jl 88.00% <100.00%> (ø)
src/envs/sequential_rooms_undirected.jl 82.05% <100.00%> (-0.10%) :arrow_down:
src/envs/dynamic_obstacles_directed.jl 70.00% <0.00%> (-3.34%) :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 ba153b9...e0fdfaf. Read the comment docs.