Syndria98 commited on
Commit
0b9006d
·
verified ·
1 Parent(s): 9559768

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -1,5 +1,21 @@
 
 
 
 
 
 
 
 
 
 
1
  # Ultimate Tic Tac Toe Deep Learning Bot
2
 
 
 
 
 
 
 
3
  **Usage**
4
  Run `python run.py --help` for help.
5
 
 
1
+ ---
2
+ license: mit
3
+ library_name: pytorch
4
+ tags:
5
+ - reinforcement-learning
6
+ - game-ai
7
+ - tic-tac-toe
8
+ - pytorch
9
+ ---
10
+
11
  # Ultimate Tic Tac Toe Deep Learning Bot
12
 
13
+ Model for playing Ultimate Tic Tac Toe
14
+
15
+ ## Available checkpoints
16
+
17
+ ## Usage
18
+
19
  **Usage**
20
  Run `python run.py --help` for help.
21