JuliaReinforcementLearning / GridWorlds.jl

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

revamp benchmarking #171

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Add const ENVS which lists all the environments. Reuse this in runtests.jl as well.
  2. Fix bug in update_obstacles! method for DynamicObstaclesUndirected.
  3. Add get_action_name method for RLBaseEnv type as well.
  4. Revamp benchmarks.jl.
  5. Remove old benchmark.md and add concise benchmarks.md.
  6. Update README.
  7. Update .gitignore.
codecov-commenter commented 3 years ago

Codecov Report

Merging #171 (3d6e64f) into master (3a8210c) will decrease coverage by 0.03%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #171      +/-   ##
==========================================
- Coverage   74.45%   74.42%   -0.04%     
==========================================
  Files          30       30              
  Lines        2247     2248       +1     
==========================================
  Hits         1673     1673              
- Misses        574      575       +1     
Impacted Files Coverage Δ
src/envs/envs.jl 86.66% <ø> (ø)
src/rlbase.jl 85.71% <0.00%> (-0.46%) :arrow_down:
src/envs/dynamic_obstacles_undirected.jl 84.78% <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 3a8210c...3d6e64f. Read the comment docs.