|
| 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 | +``` |
0 commit comments