@@ -144,78 +144,6 @@ We recently converted several datasets from prior works to Vaults and benchmarke
144
144
| [ Wang et al. (2023)] ( https://papers.nips.cc/paper_files/paper/2023/hash/a46c84276e3a4249ab7dbf3e069baf7f-Abstract-Conference.html ) | 🔫SMAC v1 | 5m_vs_6m <br /> 6h_vs_8z <br /> 2c_vs_64zg <br /> corridor| [ source] ( https://github.com/ZhengYinan-AIR/OMIGA ) |
145
145
| [ Wang et al. (2023)] ( https://papers.nips.cc/paper_files/paper/2023/hash/a46c84276e3a4249ab7dbf3e069baf7f-Abstract-Conference.html ) | 🐜MAMuJoCo | 6x1 HalfCheetah <br /> 3x1 Hopper <br /> 2x4 Ant| [ source] ( https://github.com/ZhengYinan-AIR/OMIGA ) |
146
146
147
- ### Overview All Datasets
148
-
149
- ```
150
- {"og_marl": {
151
- "smac_v1": {
152
- "3m": ["Good", "Medium", "Poor"],
153
- "8m": ["Good", "Medium", "Poor"],
154
- "5m_vs_6m": ["Good", "Medium", "Poor"],
155
- "2s3z": ["Good", "Medium", "Poor"],
156
- "3s5z_vs_3s6z": ["Good", "Medium", "Poor"],
157
- },
158
- "smac_v2": {
159
- "terran_5_vs_5": ["Replay"],
160
- "terran_10_vs_10": ["Replay"],
161
- "zerg_5_vs_5": ["Replay"],
162
- },
163
- "mamujoco": {
164
- "2halfcheetah": ["Good", "Medium", "Poor"]
165
- },
166
- "gymnasium_mamujoco": {
167
- "2ant": ["Replay"],
168
- "2halfcheetah": ["Replay"],
169
- "2walker": ["Replay"],
170
- "3hopper": ["Replay"],
171
- "4ant": ["Replay"],
172
- "6halfcheetah": ["Replay"],
173
- },
174
- },
175
- "cfcql": {
176
- "smac_v1": {
177
- "6h_vs_8z": ["Expert", "Medium", "Medium-Replay", "Mixed"],
178
- "3s_vs_5z": ["Expert", "Medium", "Medium-Replay", "Mixed"]
179
- "5m_vs_6m": ["Expert", "Medium", "Medium-Replay", "Mixed"]
180
- "2s3z": ["Expert", "Medium", "Medium-Replay", "Mixed"]
181
- },
182
- },
183
- "alberdice": {
184
- "rware": {
185
- "small-2ag": ["Expert"],
186
- "small-4ag": ["Expert"],
187
- "small-6ag": ["Expert"],
188
- "tiny-2ag": ["Expert"],
189
- "tiny-4ag": ["Expert"],
190
- "tiny-6ag": ["Expert"],
191
- },
192
- },
193
- "omar": {
194
- "mpe": {
195
- "simple_spread": ["Expert", "Medium", "Medium-Replay", "Random"]
196
- "simple_tag": ["Expert", "Medium", "Medium-Replay", "Random"]
197
- "simple_world": ["Expert", "Medium", "Medium-Replay", "Random"]
198
- },
199
- "mamujoco": {
200
- "2halfcheetah": ["Expert", "Medium", "Medium-Replay", "Random"]
201
- },
202
- },
203
- "omiga": {
204
- "smac_v1": {
205
- "2c_vs_64zg": ["Good", "Medium", "Poor"],
206
- "6h_vs_8z": ["Good", "Medium", "Poor"],
207
- "5m_vs_6m": ["Good", "Medium", "Poor"],
208
- "corridor": ["Good", "Medium", "Poor"],
209
- },
210
- "mamujoco": {
211
- "6halfcheetah": ["Expert", "Medium", "Medium-Expert", "Medium-Replay"],
212
- "2ant": ["Expert", "Medium", "Medium-Expert", "Medium-Replay"],
213
- "3hopper": ["Expert", "Medium", "Medium-Expert", "Medium-Replay"],
214
- },
215
- },
216
- }
217
- ```
218
-
219
147
## Installing MAMuJoCo 🐆
220
148
221
149
The OG-MARL datasets use the latest version of MuJoCo (210). While the OMIGA and OMAR datasets use an older version (200). They each have different instalation instructions and should be installed in seperate virtual environments.
0 commit comments