vivek3141 / snake-gym

A gym environment for the game snake, with a tiled version. Contains implementations for NEAT and RL.
https://pypi.org/project/snake-gym/
MIT License
9 stars 3 forks source link

Invalid URL for cloning #3

Closed thomasw-mitutoyo-ctl closed 4 years ago

thomasw-mitutoyo-ctl commented 4 years ago

The description says

git clone https://github.com/vivek3141/snake-ai

That URL does not exist. My guess is that it should refer to this repository instead, so the command should be

git clone https://github.com/vivek3141/snake-gym
vivek3141 commented 4 years ago

Fixed!