Closed Sid-Bhatia-0 closed 3 years ago
Merging #105 (cae5ef1) into master (83e5d2b) will decrease coverage by
0.02%
. The diff coverage is92.30%
.
@@ Coverage Diff @@
## master #105 +/- ##
==========================================
- Coverage 81.44% 81.41% -0.03%
==========================================
Files 16 16
Lines 706 705 -1
==========================================
- Hits 575 574 -1
Misses 131 131
Impacted Files | Coverage Δ | |
---|---|---|
src/abstract_grid_world.jl | 76.47% <83.33%> (-0.46%) |
:arrow_down: |
src/envs/collectgems.jl | 100.00% <100.00%> (ø) |
|
src/envs/doorkey.jl | 100.00% <100.00%> (ø) |
|
src/envs/dynamicobstacles.jl | 98.68% <100.00%> (ø) |
|
src/envs/gotodoor.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 83e5d2b...cae5ef1. Read the comment docs.
RLBase
version to0.9.0
get_terminal
changed tois_terminated
get_actions
changed toget_action_space
get_state
andget_reward
GridWorlds
version to0.2.0
get_terminal_rewards
method for each env type.