Skip to content

Commit

Permalink
use evaluator
Browse files Browse the repository at this point in the history
  • Loading branch information
vict0rsch committed Mar 5, 2024
1 parent 8139ab0 commit dce8abf
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions config/experiments/icml23/ctorus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

defaults:
- override /env: ctorus
- override /evaluator: base
- override /gflownet: trajectorybalance
- override /proxy: torus
- override /logger: wandb
Expand Down Expand Up @@ -33,6 +34,12 @@ gflownet:
lr_z_mult: 1000
n_train_steps: 5000

# Evaluator
evaluator:
period: 25
n: 1000
checkpoints_period: 500

# Policy
policy:
forward:
Expand All @@ -51,15 +58,10 @@ policy:
logger:
lightweight: True
project_name: "Continuous GFlowNet"
tags:
tags:
- gflownet
- continuous
- ctorus
test:
period: 25
n: 1000
checkpoints:
period: 500

# Hydra
hydra:
Expand Down

0 comments on commit dce8abf

Please sign in to comment.