We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa9c78c + 1b997b0 commit 10dead4Copy full SHA for 10dead4
og_marl/tf2_systems/online/configs/iql.yaml
@@ -21,3 +21,7 @@ system:
21
discount: 0.99
22
target_update_period: 200
23
add_agent_id_to_obs: True
24
+ eps_decay_steps: 10000
25
+ eps_min: 0.05
26
+ env_steps_before_train: 5000
27
+ train_period: 4
og_marl/tf2_systems/online/configs/qmix.yaml
@@ -21,3 +21,9 @@ system:
+ mixer_embed_dim: 32
+ mixer_hyper_dim: 64
28
29
0 commit comments