|
1 | 1 | # Trained A Neural Network To Play 2048 using Deep-Reinforcement Learning |
2 | 2 |
|
| 3 | +## Watch the Network Playing 2048! |
| 4 | + |
| 5 | +<p align = "center"> |
| 6 | +<img src = https://github.com/navjindervirdee/2048-deep-reinforcement-learning/blob/master/Game%20Video/game.gif > |
| 7 | +</p> |
| 8 | + |
3 | 9 | ## 2048 Game |
4 | 10 | 2048 is a single-player sliding block puzzle game designed by Italian web developer Gabriele Cirulli. The game's objective is to slide numbered tiles on a grid to combine them to create a tile with the number 2048; however, you can keep playing the game, creating tiles with larger numbers. |
5 | 11 |
|
@@ -46,9 +52,3 @@ Reinforcement learning (RL) is an area of machine learning inspired by behaviour |
46 | 52 | <p align = "center"> |
47 | 53 | <img src = "https://github.com/navjindervirdee/2048-deep-reinforcement-learning/blob/master/Game%20Outcomes/Outcome.JPG?raw=true"> |
48 | 54 | </p> |
49 | | - |
50 | | -## 2048 Video |
51 | | - |
52 | | -<p align = "center"> |
53 | | -<img src = https://github.com/navjindervirdee/2048-deep-reinforcement-learning/blob/master/Game%20Video/game.gif > |
54 | | -</p> |
0 commit comments