Skip to content

Commit

Permalink
amend
Browse files Browse the repository at this point in the history
  • Loading branch information
matteobettini committed May 3, 2024
1 parent 8b0279a commit 668c526
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 76 deletions.
5 changes: 2 additions & 3 deletions fine_tuned/meltingpot/conf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ hydra:
seed: 0

task:
max_steps: 1400
disable_shooting: True
max_steps: 200

model:
mlp_num_cells: [ 256, 256 ]
Expand Down Expand Up @@ -47,7 +46,7 @@ experiment:
gamma: 0.99

adam_eps: 0.000001
lr: 0.00005
lr: 0.00025
clip_grad_norm: True
clip_grad_val: 5

Expand Down
72 changes: 0 additions & 72 deletions fine_tuned/meltingpot/conf/config_more_perf.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion fine_tuned/meltingpot/meltingpot_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from omegaconf import DictConfig, OmegaConf


@hydra.main(version_base=None, config_path="conf", config_name="config_more_perf")
@hydra.main(version_base=None, config_path="conf", config_name="config")
def hydra_experiment(cfg: DictConfig) -> None:
hydra_choices = HydraConfig.get().runtime.choices
task_name = hydra_choices.task
Expand Down

0 comments on commit 668c526

Please sign in to comment.