File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ This is an official tutorial for [RLCard: A Toolkit for Reinforcement Learning i
6
6
7
7
## For Python
8
8
### Tutorials in Jupyter Notebook
9
- * [ Playing with Random Agents] ( https://github.com/datamllab/rlcard-tutorial/blob/master/python/ random.ipynb )
10
- * [ Training DQN on Blackjack] ( https://github.com/datamllab/rlcard-tutorial/blob/master/python/ blackjack_dqn.ipynb )
11
- * [ Training CFR on Leduc Hold'em] ( https://github.com/datamllab/rlcard-tutorial/blob/master/python/ leduc_holdem_cfr.ipynb )
12
- * [ Having Fun with Pretrained Leduc Model] ( https://github.com/datamllab/rlcard-tutorial/blob/master/python/ leduc_holdem_pretrained.ipynb )
13
- * [ Training DMC on Dou Dizhu] ( https://github.com/datamllab/rlcard-tutorial/blob/master/python/ dmc_doudizhu.ipynb )
9
+ * [ Playing with Random Agents] ( https://github.com/datamllab/rlcard-tutorial/blob/master/random.ipynb )
10
+ * [ Training DQN on Blackjack] ( https://github.com/datamllab/rlcard-tutorial/blob/master/blackjack_dqn.ipynb )
11
+ * [ Training CFR on Leduc Hold'em] ( https://github.com/datamllab/rlcard-tutorial/blob/master/leduc_holdem_cfr.ipynb )
12
+ * [ Having Fun with Pretrained Leduc Model] ( https://github.com/datamllab/rlcard-tutorial/blob/master/leduc_holdem_pretrained.ipynb )
13
+ * [ Training DMC on Dou Dizhu] ( https://github.com/datamllab/rlcard-tutorial/blob/master/dmc_doudizhu.ipynb )
14
14
15
15
### Links to Colab
16
16
* [ Playing with Random Agents] ( https://colab.research.google.com/github/mia1996/rlcard-tutoirial/blob/master/random.ipynb )
You can’t perform that action at this time.
0 commit comments