JuliaReinforcementLearning / GridWorlds.jl

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

Refactor DynamicObstacles #67

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago

Refactoring DyamicObstacles environment. Changes are as follows:

  1. Make DyamicObstacles struct rng parameterized.
  2. Refactor and simplify environment logic.
  3. Add RLBase API methods as per #48
  4. Address #53 and #62
codecov-io commented 3 years ago

Codecov Report

Merging #67 (3bad501) into master (327fdc1) will increase coverage by 0.04%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #67      +/-   ##
==========================================
+ Coverage   71.76%   71.81%   +0.04%     
==========================================
  Files          14       14              
  Lines         503      518      +15     
==========================================
+ Hits          361      372      +11     
- Misses        142      146       +4     
Impacted Files Coverage Δ
src/envs/dynamicobstacles.jl 100.00% <100.00%> (ø)
src/abstract_grid_world.jl 68.18% <0.00%> (-18.19%) :arrow_down:

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 327fdc1...3bad501. Read the comment docs.