GitXplorerGitXplorer
F

gym_envs

public
1 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
2c6759a0189e79c269b1ba139de8ed9b0ce66108

Improved Snake environment.

FFernanOrtega committed 6 years ago
Unverified
ed8e0521e6b90c5102170b827d4466e579ed1b54

Added a wall inside grid (to prevent problems with observation)

FFernanOrtega committed 6 years ago
Unverified
7823bfd9ad4574962fdd80b70c84a9cdefd53cf3

Generate current state to return as observation.

FFernanOrtega committed 6 years ago
Unverified
6fa4f7c7be06cf35e4a0b2e2ca8773765e9e4b40

Snake body grows when eating fruits.

FFernanOrtega committed 6 years ago
Unverified
416819baeeb58cbd2993e356dc9fadc40ed87420

Fruits are eaten and re-added.

FFernanOrtega committed 6 years ago
Unverified
17bf5eeb339d252addd9bc783669d6e3699c007c

Death conditions.

FFernanOrtega committed 6 years ago

README

The README file for this repository.

GYM SNAKE

An implementation of the Snake game as an OpenAI gym environment.