Skip to content

Commit

Permalink
update configs for PR
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Apr 1, 2024
1 parent 65cf303 commit 1daff54
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion baselines/IPPO/config/ippo_ff_mpe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"VF_COEF": 0.5
"MAX_GRAD_NORM": 0.5
"ACTIVATION": "tanh"
"ENV_NAME": "MPE_simple_tag_v3"
"ENV_NAME": "MPE_simple_spread_v3"
"ENV_KWARGS": {}
"ANNEAL_LR": True
"SEED": 30
Expand Down
4 changes: 1 addition & 3 deletions baselines/IPPO/config/ippo_rnn_hanabi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@
"ENV_NAME": "hanabi"
"ENV_KWARGS": {}
"ANNEAL_LR": True
"NUM_FC_LAYERS": 2
"LAYER_WIDTH": 128
"SEED": 30

# WandB Params
"WANDB_MODE": "disabled"
"ENTITY": ""
"PROJECT": "jaxmarl-hanabi"
"PROJECT": ""
6 changes: 3 additions & 3 deletions baselines/IPPO/config/ippo_rnn_smax.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"ANNEAL_LR": True

# WandB Params
"ENTITY": "amacrutherford"
"PROJECT": "jaxmarl-smax"
"WANDB_MODE" : "online"
"ENTITY": ""
"PROJECT": ""
"WANDB_MODE" : "disabled"

0 comments on commit 1daff54

Please sign in to comment.