Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Snake environment #123

Merged
merged 5 commits into from
Jan 31, 2021
Merged

add Snake environment #123

merged 5 commits into from
Jan 31, 2021

Conversation

Sid-Bhatia-0
Copy link
Member

  1. Add DataStructures package
  2. Add Snake environment Add SnakeGame #122
  3. Add tests and gif for Snake

@codecov-io
Copy link

codecov-io commented Jan 31, 2021

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%) ⬇️
src/envs/snake.jl 85.71% <85.71%> (ø)
src/envs/dynamic_obstacles.jl 97.56% <0.00%> (-1.22%) ⬇️
src/envs/sequential_rooms.jl 99.11% <0.00%> (-0.89%) ⬇️

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.

@Sid-Bhatia-0 Sid-Bhatia-0 merged commit a714045 into JuliaReinforcementLearning:master Jan 31, 2021
@Sid-Bhatia-0 Sid-Bhatia-0 deleted the snake branch January 31, 2021 18:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants