Skip to content

Commit de0d378

Browse files
committed
rmmd
1 parent 8e9a12e commit de0d378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Snake Game with AI Bot
22

3-
| <img src="./assets/titleimage.png" alt="drawing" width="300"/> | This project is a multiplayer browser-based Snake game that utilizes artificial intelligence to train bots to play the game through the application of deep reinforcement learning. The web client is built utilizing the legacy version of Svelte JS and the game server is constructed using the Golang programming language. The bots are trained using the stable baselines 3 library in Python. |
4-
| -------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
3+
<img src="./assets/titleimage.png" alt="drawing" width="300"/>
4+
This project is a multiplayer browser-based Snake game that utilizes artificial intelligence to train bots to play the game through the application of deep reinforcement learning. The web client is built utilizing the legacy version of Svelte JS and the game server is constructed using the Golang programming language. The bots are trained using the stable baselines 3 library in Python.
55

66
- Gameplay video: https://youtu.be/Tj3k8fSNuNA and Single Player AI Bot: https://youtu.be/iaAJbpC_org
77
- [**Link to Thesis Paper**](https://raw.githubusercontent.com/techboy-coder/snake/master/thesis.pdf)

0 commit comments

Comments
 (0)