JuliaReinforcementLearning / GridWorlds.jl

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

add Snake environment #123

Closed Sid-Bhatia-0 closed 3 years ago

Sid-Bhatia-0 commented 3 years ago
  1. Add DataStructures package
  2. Add Snake environment #122
  3. Add tests and gif for Snake
codecov-io commented 3 years ago

Codecov Report

Merging #123 (ca54bb1) into master (dedfa11) will increase coverage by 0.23%. The diff coverage is 81.48%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #123      +/-   ##
==========================================
+ Coverage   76.65%   76.88%   +0.23%     
==========================================
  Files          17       18       +1     
  Lines         848      930      +82     
==========================================
+ Hits          650      715      +65     
- Misses        198      215      +17     
Impacted Files Coverage Δ
src/GridWorlds.jl 100.00% <ø> (ø)
src/objects.jl 34.04% <0.00%> (-1.68%) :arrow_down:
src/envs/snake.jl 85.71% <85.71%> (ø)
src/envs/dynamic_obstacles.jl 97.56% <0.00%> (-1.22%) :arrow_down:
src/envs/sequential_rooms.jl 99.11% <0.00%> (-0.89%) :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 dedfa11...ca54bb1. Read the comment docs.