Skip to content

An implementation of the game "Snake" as an OpenAI Gym environment.

Notifications You must be signed in to change notification settings

EugenHotaj/gym-snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gym-snake

A Snake environment bundle for OpenAI Gym.

Installation

    pip install -e .

Usage

    import gym
    import gym-snake

    env = gym.make('Snake-v0')

About

An implementation of the game "Snake" as an OpenAI Gym environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages