Skip to content

Simple implementation of a console based snake game with gym-env control functions

Notifications You must be signed in to change notification settings

baseunder/snake-gym-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

snake-gym-env

Simple implementation of a console based snake game with gym-env control functions

Use the keyboard to guide the snake by hand:

  • UP -> i
  • LEFT -> j
  • DOWN -> k
  • RIGHT -> l

Requirements

MacOS:

  • numpy
  • termios

Windows:

  • numpy
  • msvcrt

About

Simple implementation of a console based snake game with gym-env control functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages