TaherFattahi commited on
Commit
793e710
·
verified ·
1 Parent(s): 03b0d13

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
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.