a1aq commited on
Commit
cab21ca
·
verified ·
1 Parent(s): 0b024df

Add model card metadata

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  # Blackjack Q-table Policy
2
 
3
  This repository contains the trained tabular Q-learning policy used in the IEMS5726 Blackjack Reinforcement Learning Trainer project.
 
1
+ ---
2
+ tags:
3
+ - reinforcement-learning
4
+ - blackjack
5
+ - q-learning
6
+ - tabular
7
+ license: mit
8
+ ---
9
+
10
  # Blackjack Q-table Policy
11
 
12
  This repository contains the trained tabular Q-learning policy used in the IEMS5726 Blackjack Reinforcement Learning Trainer project.