Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kendricktan/endless-nn
Neural Networks to play Endless Lake
https://github.com/kendricktan/endless-nn
Last synced: 14 days ago
JSON representation
Neural Networks to play Endless Lake
- Host: GitHub
- URL: https://github.com/kendricktan/endless-nn
- Owner: kendricktan
- License: mit
- Created: 2016-12-03T10:51:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-13T14:39:14.000Z (almost 8 years ago)
- Last Synced: 2024-04-14T11:32:46.186Z (7 months ago)
- Language: Python
- Homepage: https://medium.com/@kendricktan0814/machine-learning-bots-for-facebook-messenger-games-b5c64c964faf#.37lcjlv73
- Size: 34.2 KB
- Stars: 42
- Watchers: 3
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# endless-nn
Machine-Learning bot to play Endless Lake on facebook messenger[larger gyfcat link](https://gfycat.com/CarefreeBreakableAsiaticlesserfreshwaterclam)
![](https://thumbs.gfycat.com/CarefreeBreakableAsiaticlesserfreshwaterclam-size_restricted.gif)
# Dependencies
```
sudo apt-get install python-xlib python-pydot python-opencv
sudo pip install -r requirements.txt
```# Collecting data
```
python collect.py
```# Training data
```
python train.py
```# Running the bot
```
python autonomous.py
```