https://github.com/alamminsalo/snakewasm
Snake game with neural network AI model
https://github.com/alamminsalo/snakewasm
ddqn deeplearning dqn game javascript neural-network pytorch reinforcement-learning rust snake-game wasm
Last synced: 17 days ago
JSON representation
Snake game with neural network AI model
- Host: GitHub
- URL: https://github.com/alamminsalo/snakewasm
- Owner: alamminsalo
- Created: 2017-09-14T13:59:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-17T13:00:17.000Z (over 2 years ago)
- Last Synced: 2024-11-05T20:46:40.254Z (6 months ago)
- Topics: ddqn, deeplearning, dqn, game, javascript, neural-network, pytorch, reinforcement-learning, rust, snake-game, wasm
- Language: Rust
- Homepage: https://alamminsalo.github.io/snakewasm
- Size: 8.63 MB
- Stars: 39
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snake Game with AI
[Live page](https://alamminsalo.github.io/snakewasm)
Made using VueJS, Rust, PyTorch and ONNX.
Using `wasm-pack` for build wasm file and `parceljs` for JS bundling. A neural network model is included in ONNX format, along with the Jupyter Lab notebook.