Skip to content

Commit eba6632

Browse files
committed
Update GHP.
1 parent 93a83cc commit eba6632

File tree

2 files changed

+72
-1
lines changed

2 files changed

+72
-1
lines changed

docs/dataset_cards/index.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
<h1> Overview All Datasets <h1>
2+
3+
```
4+
{"og_marl": {
5+
"smac_v1": {
6+
"3m": ["Good", "Medium", "Poor"],
7+
"8m": ["Good", "Medium", "Poor"],
8+
"5m_vs_6m": ["Good", "Medium", "Poor"],
9+
"2s3z": ["Good", "Medium", "Poor"],
10+
"3s5z_vs_3s6z": ["Good", "Medium", "Poor"],
11+
},
12+
"smac_v2": {
13+
"terran_5_vs_5": ["Replay"],
14+
"terran_10_vs_10": ["Replay"],
15+
"zerg_5_vs_5": ["Replay"],
16+
},
17+
"mamujoco": {
18+
"2halfcheetah": ["Good", "Medium", "Poor"]
19+
},
20+
"gymnasium_mamujoco": {
21+
"2ant": ["Replay"],
22+
"2halfcheetah": ["Replay"],
23+
"2walker": ["Replay"],
24+
"3hopper": ["Replay"],
25+
"4ant": ["Replay"],
26+
"6halfcheetah": ["Replay"],
27+
},
28+
},
29+
"cfcql": {
30+
"smac_v1": {
31+
"6h_vs_8z": ["Expert", "Medium", "Medium-Replay", "Mixed"],
32+
"3s_vs_5z": ["Expert", "Medium", "Medium-Replay", "Mixed"]
33+
"5m_vs_6m": ["Expert", "Medium", "Medium-Replay", "Mixed"]
34+
"2s3z": ["Expert", "Medium", "Medium-Replay", "Mixed"]
35+
},
36+
},
37+
"alberdice": {
38+
"rware": {
39+
"small-2ag": ["Expert"],
40+
"small-4ag": ["Expert"],
41+
"small-6ag": ["Expert"],
42+
"tiny-2ag": ["Expert"],
43+
"tiny-4ag": ["Expert"],
44+
"tiny-6ag": ["Expert"],
45+
},
46+
},
47+
"omar": {
48+
"mpe": {
49+
"simple_spread": ["Expert", "Medium", "Medium-Replay", "Random"]
50+
"simple_tag": ["Expert", "Medium", "Medium-Replay", "Random"]
51+
"simple_world": ["Expert", "Medium", "Medium-Replay", "Random"]
52+
},
53+
"mamujoco": {
54+
"2halfcheetah": ["Expert", "Medium", "Medium-Replay", "Random"]
55+
},
56+
},
57+
"omiga": {
58+
"smac_v1": {
59+
"2c_vs_64zg": ["Good", "Medium", "Poor"],
60+
"6h_vs_8z": ["Good", "Medium", "Poor"],
61+
"5m_vs_6m": ["Good", "Medium", "Poor"],
62+
"corridor": ["Good", "Medium", "Poor"],
63+
},
64+
"mamujoco": {
65+
"6halfcheetah": ["Expert", "Medium", "Medium-Expert", "Medium-Replay"],
66+
"2ant": ["Expert", "Medium", "Medium-Expert", "Medium-Replay"],
67+
"3hopper": ["Expert", "Medium", "Medium-Expert", "Medium-Replay"],
68+
},
69+
},
70+
}
71+
```

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ nav:
4444
- "Coordination Failure in Cooperative Offline MARL": research/polygames.md
4545
- "Selective Reincarnation in Multi-Agent Reinforcement Learning": research/selective-reincarnation.md
4646
- "Datasets":
47-
- "": dataset_cards/overview.md
47+
- "": dataset_cards/index.md
4848
- "OG MARL": dataset_cards/og_marl.md
4949
- "CFCQL": dataset_cards/cfcql.md
5050
- "OMIGA": dataset_cards/omiga.md

0 commit comments

Comments
 (0)