https://github.com/hackjutsu/ai-snake-game
https://github.com/hackjutsu/ai-snake-game
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/hackjutsu/ai-snake-game
- Owner: hackjutsu
- Created: 2023-12-27T06:56:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-29T05:32:00.000Z (over 2 years ago)
- Last Synced: 2025-02-07T20:16:11.397Z (about 1 year ago)
- Language: Python
- Size: 4.57 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AI SNAKE GAME


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
```