Skip to content

Commit

Permalink
Update experiment config files to Evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Jun 11, 2024
1 parent b4c3467 commit 183fd4a
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 24 deletions.
14 changes: 8 additions & 6 deletions config/experiments/ccube/branin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@ policy:
shared_weights: True
checkpoint: backward

# Evaluator
evaluator:
first_it: False
period: 500
n: 1000
checkpoints_period: 500

# WandB
logger:
do:
Expand All @@ -62,13 +69,8 @@ logger:
- continuous
- ccube
- branin
test:
period: 500
n: 1000
checkpoints:
period: 500

# Hydra
hydra:
run:
dir: ${user.logdir.root}/ccube/branin/${now:%Y-%m-%d_%H-%M-%S}
dir: ${user.logdir.root}/ccube/branin/${now:%Y-%m-%d_%H-%M-%S_%f}
14 changes: 8 additions & 6 deletions config/experiments/ccube/hartmann.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ policy:
n_layers: 3
checkpoint: backward

# Evaluator
evaluator:
first_it: False
period: 500
n: 1000
checkpoints_period: 500

# WandB
logger:
do:
Expand All @@ -65,13 +72,8 @@ logger:
- continuous
- ccube
- hartmann
test:
period: 500
n: 1000
checkpoints:
period: 500

# Hydra
hydra:
run:
dir: ${user.logdir.root}/ccube/hartmann/${now:%Y-%m-%d_%H-%M-%S}
dir: ${user.logdir.root}/ccube/hartmann/${now:%Y-%m-%d_%H-%M-%S_%f}
14 changes: 8 additions & 6 deletions config/experiments/grid/branin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ policy:
shared_weights: True
checkpoint: backward

# Evaluator
evaluator:
first_it: False
period: 500
n: 1000
checkpoints_period: 500

# WandB
logger:
do:
Expand All @@ -57,13 +64,8 @@ logger:
- gflownet
- grid
- branin
test:
period: 500
n: 1000
checkpoints:
period: 500

# Hydra
hydra:
run:
dir: ${user.logdir.root}/grid/branin/${now:%Y-%m-%d_%H-%M-%S}
dir: ${user.logdir.root}/grid/branin/${now:%Y-%m-%d_%H-%M-%S_%f}
14 changes: 8 additions & 6 deletions config/experiments/grid/hartmann.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,13 @@ policy:
n_layers: 3
checkpoint: backward

# Evaluator
evaluator:
first_it: False
period: 500
n: 1000
checkpoints_period: 500

# WandB
logger:
do:
Expand All @@ -60,13 +67,8 @@ logger:
- gflownet
- grid
- hartmann
test:
period: 500
n: 1000
checkpoints:
period: 500

# Hydra
hydra:
run:
dir: ${user.logdir.root}/grid/hartmann/${now:%Y-%m-%d_%H-%M-%S}
dir: ${user.logdir.root}/grid/hartmann/${now:%Y-%m-%d_%H-%M-%S_%f}

0 comments on commit 183fd4a

Please sign in to comment.