Skip to content

Commit

Permalink
mpe sweep
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Mar 27, 2024
1 parent 3e6ddc6 commit 05050d0
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 2 deletions.
4 changes: 2 additions & 2 deletions baselines/IPPO/config/ippo_rnn_mpe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"SEED": 30

# WandB Params
"ENTITY": ""
"ENTITY": "amacrutherford"
"PROJECT": "jaxmarl-mpe"
"WANDB_MODE" : "disabled"
"WANDB_MODE" : "online"
34 changes: 34 additions & 0 deletions jaxmarl_mpe_sweep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
command:
- python3
- ${program}
- ${args_no_hyphens}
entity: amacrutherford
method: grid
parameters:
ENV_NAME:
values:
- "MPE_simple_spread_v3"
- "MPE_simple_tag_v3"
- "MPE_simple_world_comm_v3"
- "MPE_simple_spread_v3"
- "MPE_simple_crypto_v3"
- "MPE_simple_speaker_listener_v4"
- "MPE_simple_push_v3"
- "MPE_simple_adversary_v3"
- "MPE_simple_reference_v3"

SEED:
values:
- 42
- 43
- 44
- 45
- 46
# - 47
# - 48
# - 49
# - 50
# - 51

program: baselines/IPPO/ippo_rnn_mpe.py
project: jaxmarl-smax

0 comments on commit 05050d0

Please sign in to comment.