Skip to content

Commit

Permalink
Update ccube config files because policy config is not being loaded a…
Browse files Browse the repository at this point in the history
…s expected
  • Loading branch information
alexhernandezgarcia committed Nov 16, 2023
1 parent 01a1c08 commit 7413040
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
23 changes: 11 additions & 12 deletions config/experiments/ccube/corners.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@ gflownet:
z_dim: 16
lr_z_mult: 100
n_train_steps: 10000
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: 128
n_layers: 2
checkpoint: forward
backward:
shared_weights: True
checkpoint: backward

# WandB
logger:
Expand Down
23 changes: 11 additions & 12 deletions config/experiments/ccube/uniform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +40,17 @@ gflownet:
z_dim: 16
lr_z_mult: 100
n_train_steps: 10000
policy:
forward:
type: mlp
n_hid: 256
n_layers: 3
checkpoint: forward
backward:
type: mlp
n_hid: 256
n_layers: 3
shared_weights: False
checkpoint: backward

# Policy
policy:
forward:
type: mlp
n_hid: 128
n_layers: 2
checkpoint: forward
backward:
shared_weights: True
checkpoint: backward

# WandB
logger:
Expand Down

0 comments on commit 7413040

Please sign in to comment.