Skip to content

Commit 743e094

Browse files
author
Navjinder Virdee
committed
2 parents 67e7c70 + b6e4f7d commit 743e094

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Trained A Neural Network To Play 2048 using Deep-Reinforcement Learning
22

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+
39
## 2048 Game
410
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.
511

@@ -46,9 +52,3 @@ Reinforcement learning (RL) is an area of machine learning inspired by behaviour
4652
<p align = "center">
4753
<img src = "https://github.com/navjindervirdee/2048-deep-reinforcement-learning/blob/master/Game%20Outcomes/Outcome.JPG?raw=true">
4854
</p>
49-
50-
## 2048 Score
51-
52-
<p align = "center">
53-
<img src = "https://github.com/navjindervirdee/2048-deep-reinforcement-learning/blob/master/2048%20Score/2048.JPG?raw=true">
54-
</p>

0 commit comments

Comments
 (0)