Skip to content

Commit

Permalink
restore correct hyperparameters
Browse files Browse the repository at this point in the history
  • Loading branch information
ksairos committed Jun 24, 2024
1 parent 4c62001 commit 41b8401
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions marllib/marl/algos/hyperparams/finetuned/gobigger/mappo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@

algo_args:
use_gae: True
lambda: 1.0
lambda: 0.95
kl_coeff: 0.2
batch_episode: 64
num_sgd_iter: 5
batch_episode: 10
num_sgd_iter: 10
vf_loss_coeff: 1.0
lr: 0.0005
lr: 0.0004
entropy_coeff: 0.01
clip_param: 0.3
vf_clip_param: 10.0
batch_mode: "complete_episodes"
batch_mode: "truncate_episodes"


0 comments on commit 41b8401

Please sign in to comment.