JuliaReinforcementLearning / GridWorlds.jl

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

update benchmarks #179

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Rename benchmark directory to benchmarks.
  2. Use sample_two_positions_without_replacement in SingleRoomUndirected instead of sample_empty_position.
  3. Update benchmarks.jl to add info about number of episodes and steps run for the random policy.
  4. Update benchmarks.md.
codecov-commenter commented 3 years ago

Codecov Report

Merging #179 (cae1430) into master (98981d3) will decrease coverage by 0.64%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #179      +/-   ##
==========================================
- Coverage   62.08%   61.43%   -0.65%     
==========================================
  Files          27       27              
  Lines        2624     2624              
==========================================
- Hits         1629     1612      -17     
- Misses        995     1012      +17     
Impacted Files Coverage Δ
src/envs/single_room_undirected.jl 65.21% <100.00%> (ø)
src/envs/snake.jl 62.60% <0.00%> (-9.76%) :arrow_down:
src/envs/catcher.jl 74.44% <0.00%> (-3.34%) :arrow_down:
src/envs/dynamic_obstacles_undirected.jl 71.18% <0.00%> (-1.70%) :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 98981d3...cae1430. Read the comment docs.