palemoky commited on
Commit
d74f08d
·
verified ·
1 Parent(s): f9a52e9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md CHANGED
@@ -1,3 +1,24 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ tags:
4
+ - reinforcement-learning
5
+ - doudizhu
6
+ - douzero
7
+ - model-weights
8
  ---
9
+
10
+ # DouZero Pre-trained Baselines (Model Weights Mirror)
11
+
12
+ This repository hosts the pre-trained baseline model weights for **DouZero**, a reinforcement learning framework for DouDizhu (斗地主).
13
+
14
+ * **Original Code & Project:** [GitHub - kwai/DouZero](https://github.com/kwai/DouZero)
15
+ * **Original Authors:** Kuaishou (Kwai) AI Platform & Texas A&M University
16
+ * **Paper:** [DouZero: Mastering DouDizhu with Self-Play Deep Reinforcement Learning (ICML 2021)](https://arxiv.org/abs/2106.06135)
17
+
18
+ ---
19
+
20
+ ## Why This Repository Exists
21
+
22
+ The official DouZero model weights are originally hosted on Baidu Netdisk. Due to download speed limits and login requirements on Baidu Netdisk, it is highly inconvenient to programmatically download and deploy these models in cloud environments, remote servers, or platforms like Google Colab.
23
+
24
+ This repository provides a **stable, direct-download, and high-speed mirror** of the `baselines/` directory, allowing users to easily download and integrate the pre-trained weights into their pipelines.