JuliaReinforcementLearning / GridWorlds.jl

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

Update RLBase 0.9.0 and bump GridWorlds version to 0.2.0 #105

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Update RLBase version to 0.9.0
    1. get_terminal changed to is_terminated
    2. get_actions changed to get_action_space
    3. add consts get_state and get_reward
  2. Bump GridWorlds version to 0.2.0
  3. In tests, split the get_terminal_rewards method for each env type.
codecov-io commented 3 years ago

Codecov Report

Merging #105 (cae5ef1) into master (83e5d2b) will decrease coverage by 0.02%. The diff coverage is 92.30%.

Impacted file tree graph

@@            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.