Skip to content

Commit

Permalink
sweep file
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Mar 27, 2024
1 parent 0863270 commit 543bf11
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions jaxmarl_smax_sweep.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
command:
- python3
- ${program}
- ${args_no_hyphens}
entity: amacrutherford
method: grid
parameters:
MAP_NAME:
values:
- "2s3z"
- "3s_vs_5z"
- "3s5z_vs_3s6z"
- "3s5z"
- "5m_vs_6m"
- "6h_vs_8z"
- "10m_vs_11m"
- "27m_vs_30m"
- "smacv2_5_units"
- "smacv2_10_units"
- "smacv2_20_units"
SEED:
values:
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51

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

0 comments on commit 543bf11

Please sign in to comment.