Skip to content

Commit

Permalink
Add DB and FL runs to sanity checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexhernandezgarcia committed Dec 8, 2023
1 parent 08351bb commit d3b0126
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions mila/dev/sanity_check_runs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,20 @@ jobs:
__value__: grid
length: 10
gflownet: trajectorybalance
- slurm:
job_name: sanity-grid-db
script:
env:
__value__: grid
length: 10
gflownet: detailedbalance
- slurm:
job_name: sanity-grid-fl
script:
env:
__value__: grid
length: 10
gflownet: forwardlooking
# Tetris
- slurm:
job_name: sanity-tetris-fm
Expand All @@ -43,6 +57,40 @@ jobs:
height: 10
gflownet: trajectorybalance
proxy: tetris
# Mini-Tetris
- slurm:
job_name: sanity-mintetris-fm
script:
env:
__value__: tetris
width: 3
height: 10
pieces: ["J", "L", "S", "Z"]
allow_eos_before_full: True
gflownet: flowmatch
proxy: tetris
- slurm:
job_name: sanity-mintetris-tb
script:
env:
__value__: tetris
width: 3
height: 10
pieces: ["J", "L", "S", "Z"]
allow_eos_before_full: True
gflownet: trajectorybalance
proxy: tetris
- slurm:
job_name: sanity-mintetris-fl
script:
env:
__value__: tetris
width: 3
height: 10
pieces: ["J", "L", "S", "Z"]
allow_eos_before_full: True
gflownet: forwardlooking
proxy: tetris
# Ctorus
- slurm:
job_name: sanity-ctorus
Expand Down

0 comments on commit d3b0126

Please sign in to comment.