sisl / PyroRL

An RL environment made for wildfire evacuation.
https://sisl.github.io/PyroRL/
MIT License
12 stars 0 forks source link

Fix visualization and correct test #10

Closed cpondoc closed 3 months ago

cpondoc commented 3 months ago

Fixed visualization errors. Addresses #7.

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 93.61702% with 3 lines in your changes are missing coverage. Please review.

Project coverage is 98.83%. Comparing base (d4281f4) to head (6f00e5d). Report is 11 commits behind head on master.

Files Patch % Lines
pyrorl/pyrorl/envs/pyrorl.py 92.50% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #10 +/- ## ========================================== - Coverage 99.03% 98.83% -0.21% ========================================== Files 9 9 Lines 933 943 +10 ========================================== + Hits 924 932 +8 - Misses 9 11 +2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

joey-obrien commented 3 months ago

Looks good to me