JuliaReinforcementLearning / GridWorlds.jl

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

fix benchmarking #131

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Use relative path of GridWorlds.jl package to always use the latest version
  2. Use Refs during benchmarking using BenchmarkTools
  3. Optimize get_interior(::Room) by return CartesianIndices
  4. Update benchmark.md with latest environments
codecov-io commented 3 years ago

Codecov Report

Merging #131 (2a47182) into master (24d453d) will increase coverage by 0.01%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #131      +/-   ##
==========================================
+ Coverage   81.36%   81.38%   +0.01%     
==========================================
  Files          21       21              
  Lines        1186     1187       +1     
==========================================
+ Hits          965      966       +1     
  Misses        221      221              
Impacted Files Coverage Δ
src/envs/utils.jl 100.00% <100.00%> (ø)
src/envs/sequential_rooms.jl 99.12% <0.00%> (+<0.01%) :arrow_up:

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 24d453d...2a47182. Read the comment docs.