https://github.com/chrisdothtml/tetris-ai
Training a neural network to play tetris
https://github.com/chrisdothtml/tetris-ai
Last synced: 3 months ago
JSON representation
Training a neural network to play tetris
- Host: GitHub
- URL: https://github.com/chrisdothtml/tetris-ai
- Owner: chrisdothtml
- License: mit
- Created: 2018-08-15T14:23:39.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-09T23:15:48.000Z (almost 8 years ago)
- Last Synced: 2025-03-23T16:43:05.235Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 331 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Tetris AI
> Training a neural network to play tetris
## Run locally
```bash
# install deps
$ yarn
# start server
$ yarn start
```
## License
[MIT](license)