JuliaReinforcementLearning / GridWorlds.jl

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

revamp Snake #165

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Remove old Snake.
  2. Add new SnakeModule.Snake.
  3. Update tests.
  4. Update README.

Here is how the new environment looks:

SnakeModule.Snake:

snake

codecov-commenter commented 3 years ago

Codecov Report

Merging #165 (c1acc84) into master (2c294a3) will decrease coverage by 0.18%. The diff coverage is 81.25%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #165      +/-   ##
==========================================
- Coverage   67.54%   67.35%   -0.19%     
==========================================
  Files          32       32              
  Lines        2548     2570      +22     
==========================================
+ Hits         1721     1731      +10     
- Misses        827      839      +12     
Impacted Files Coverage Δ
src/envs/envs.jl 72.72% <ø> (ø)
src/textual_rendering.jl 0.00% <ø> (ø)
src/envs/snake.jl 82.65% <80.68%> (-12.47%) :arrow_down:
src/rlbase.jl 85.89% <87.50%> (+0.08%) :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 2c294a3...c1acc84. Read the comment docs.