Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Tetris-Neural-Network-Q-Learning
|
2 |
|
3 |
|
@@ -84,4 +92,4 @@ python train.py
|
|
84 |
```bash
|
85 |
python evaluate.py
|
86 |
```
|
87 |
-
- The script will load the checkpoint, instantiate the ```TetrisAI```, and then interactively show how the AI plays Tetris. You can step through the game move by move in the console.
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
pipeline_tag: reinforcement-learning
|
6 |
+
tags:
|
7 |
+
- code
|
8 |
+
---
|
9 |
# Tetris-Neural-Network-Q-Learning
|
10 |
|
11 |
|
|
|
92 |
```bash
|
93 |
python evaluate.py
|
94 |
```
|
95 |
+
- The script will load the checkpoint, instantiate the ```TetrisAI```, and then interactively show how the AI plays Tetris. You can step through the game move by move in the console.
|