Closed Sid-Bhatia-0 closed 3 years ago
Merging #92 (1fc65e1) into master (df420a1) will increase coverage by
0.74%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #92 +/- ##
==========================================
+ Coverage 77.32% 78.07% +0.74%
==========================================
Files 15 16 +1
Lines 657 684 +27
==========================================
+ Hits 508 534 +26
- Misses 149 150 +1
Impacted Files | Coverage Δ | |
---|---|---|
src/envs/gridrooms.jl | 100.00% <100.00%> (ø) |
|
src/envs/sequentialrooms.jl | 99.09% <100.00%> (-0.91%) |
:arrow_down: |
src/envs/utils.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 df420a1...1fc65e1. Read the comment docs.
GridRooms
environment, which is a generalization ofFourRooms
, in that, we can arrange rectangular rooms in an arbitrary rectangular grid-like fashion. Also addresses #70FourRooms
.