Skip to content

Commit

Permalink
Update discrete-matbench config files because policy config is not be…
Browse files Browse the repository at this point in the history
…ing loaded as expected
  • Loading branch information
alexhernandezgarcia committed Nov 16, 2023
1 parent 7ef6764 commit 619281d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions config/experiments/workshop23/discrete-matbench.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,20 @@ gflownet:
n_train_steps: 10000
lr_decay_period: 1000000
replay_sampling: weighted
policy:
forward:
type: mlp
n_hid: 512
n_layers: 5
checkpoint: forward
backward:
type: mlp
n_hid: 512
n_layers: 5
shared_weights: False
checkpoint: backward

# Policy
policy:
forward:
type: mlp
n_hid: 512
n_layers: 5
checkpoint: forward
backward:
type: mlp
n_hid: 512
n_layers: 5
shared_weights: False
checkpoint: backward

# WandB
logger:
Expand Down

0 comments on commit 619281d

Please sign in to comment.