Closed Sid-Bhatia-0 closed 3 years ago
Merging #116 (55cc267) into master (a31a234) will increase coverage by
0.37%
. The diff coverage is58.75%
.
@@ Coverage Diff @@
## master #116 +/- ##
==========================================
+ Coverage 79.71% 80.09% +0.37%
==========================================
Files 17 17
Lines 848 864 +16
==========================================
+ Hits 676 692 +16
Misses 172 172
Impacted Files | Coverage Δ | |
---|---|---|
src/actions.jl | 100.00% <ø> (ø) |
|
src/directions.jl | 100.00% <ø> (ø) |
|
src/makie_rendering.jl | 0.00% <0.00%> (ø) |
|
src/objects.jl | 35.71% <0.00%> (+0.83%) |
:arrow_up: |
src/terminal_rendering.jl | 0.00% <0.00%> (ø) |
|
src/abstract_grid_world.jl | 80.88% <47.82%> (+3.95%) |
:arrow_up: |
src/envs/doorkey.jl | 98.83% <50.00%> (-1.17%) |
:arrow_down: |
src/grid_world_base.jl | 91.66% <88.23%> (-3.46%) |
:arrow_down: |
src/envs/sokoban/sokoban.jl | 98.71% <95.00%> (-1.29%) |
:arrow_down: |
src/envs/emptyroom.jl | 100.00% <100.00%> (ø) |
|
... and 2 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 a31a234...55cc267. Read the comment docs.
Center
AbstractNavigationStyle
traitDirectedNavigation
(uses actionsMoveForward
,TurnLeft
,TurnRight
)UndirectedNavigation
(uses actionsMoveUp
,MoveDown
,MoveLeft
,MoveRight
)DirectionLessAgent
BitArray{3}
withAbstractArray{Bool, 3}
at several places.Sokoban
Makie
rendering forSokoban