An open API service indexing awesome lists of open source software.

https://github.com/hackjutsu/ai-snake-game


https://github.com/hackjutsu/ai-snake-game

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# AI SNAKE GAME

![](./images/ai-snake-game.png)

![](./images/ai-snake-game.gif)

Activate conda.
```bash
conda init zsh # or `conda init bash`
conda create -n "pygame_env" python=3.7
conda activate pygame_env

conda deactivate # to deactivate
```

Install Pytorch from https://pytorch.org/

Download the python snake game from [here](https://github.com/patrickloeber/python-fun/tree/master/snake-pygame).

```bash
pip install -r requirements.txt
```