Skip to content

Commit

Permalink
split critic
Browse files Browse the repository at this point in the history
  • Loading branch information
amacrutherford committed Mar 8, 2024
1 parent 2c0d0cc commit ff3f965
Show file tree
Hide file tree
Showing 3 changed files with 623 additions and 49 deletions.
10 changes: 6 additions & 4 deletions baselines/IPPO/config/ippo_rnn_smax_mava.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"LR": 2.5e-4
"NUM_ENVS": 128
"NUM_ENVS": 16
"NUM_STEPS": 128
"GRU_HIDDEN_DIM": 128
"TOTAL_TIMESTEPS": 1e7
Expand All @@ -14,13 +14,15 @@
"MAX_GRAD_NORM": 0.5
"ACTIVATION": "relu"
"ENV_NAME": "HeuristicEnemySMAX"
"MAP_NAME": "2s3z"
"SEED": 0
"MAP_NAME": "3s5z"
"SEED": 42
"ANNEAL_LR": False
"ADD_AGENT_ID": True

"ENV_KWARGS":
"see_enemy_actions": True
"walls_cause_death": True
"attack_mode": "closest"
"ANNEAL_LR": False

# WandB Params
"ENTITY": amacrutherford
Expand Down
45 changes: 0 additions & 45 deletions baselines/IPPO/config/mava_smax_sweep.yaml

This file was deleted.

Loading

0 comments on commit ff3f965

Please sign in to comment.